Home
last modified time | relevance | path

Searched refs:authorities (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/netmanager_ext/services/mdnsmanager/src/
H A Dmdns_packet_parser.cpp109 begin = ParseRR(begin, payload, msg.authorities); in Parse()
321 header.nscount = msg.authorities.size(); in Serialize()
331 SerializeRR(msg.authorities[i], payload, cachedPayload, strCacheMap); in Serialize()
/ohos5.0/foundation/communication/netmanager_ext/services/mdnsmanager/include/
H A Dmdns_packet_parser.h161 std::vector<ResourceRecord> authorities; member
/ohos5.0/foundation/ability/ability_base/test/unittest/want/
H A Dskills_test.cpp322 std::string authorities = "authorities.system.test"; variable
324 EXPECT_EQ(false, base_->HasAuthority(authorities));
327 base_->RemoveAuthority(authorities);
329 EXPECT_EQ(false, base_->HasAuthority(authorities));
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dskills.cpp742 std::vector<std::string> authorities = authorities_; in MatchData() local
743 if (authorities.size() >= 0) { in MatchData()
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-security-devicesecuritylevel.md501 …or example, allow only the credentials issued by trusted certification authorities (CAs), and bind…