Searched refs:developer_certificate_path (Results 1 – 2 of 2) sorted by relevance
162 std::string developer_certificate_path; in RunStandaloneReceiver() local175 developer_certificate_path = optarg; in RunStandaloneReceiver()208 if (private_key_path.empty() || developer_certificate_path.empty()) { in RunStandaloneReceiver()222 receiver_id, private_key_path, developer_certificate_path); in RunStandaloneReceiver()
135 std::string developer_certificate_path; in StandaloneSenderMain() local159 developer_certificate_path = optarg; in StandaloneSenderMain()207 if (!developer_certificate_path.empty()) { in StandaloneSenderMain()208 CastTrustStore::CreateInstanceFromPemFile(developer_certificate_path); in StandaloneSenderMain()