Home
last modified time | relevance | path

Searched refs:info8 (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/access_token/services/accesstokenmanager/test/unittest/
H A Dnative_token_receptor_test.cpp638 NativeTokenInfo info8 = { variable
650 …<NativeTokenInfoInner> nativeToken8 = std::make_shared<NativeTokenInfoInner>(info8, permStateList);
658 ASSERT_EQ(findInfo.apl, info8.apl);
659 ASSERT_EQ(findInfo.ver, info8.ver);
660 ASSERT_EQ(findInfo.processName, info8.processName);
661 ASSERT_EQ(findInfo.tokenID, info8.tokenID);
662 ASSERT_EQ(findInfo.tokenAttr, info8.tokenAttr);
663 ASSERT_EQ(findInfo.dcap, info8.dcap);
665 ret = AccessTokenInfoManager::GetInstance().RemoveNativeTokenInfo(info8.tokenID);
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/common/
H A Dwifi_country_code_policy_test.cpp283 WifiInfoElem info8; variable
284 info8.id = 7;
285 info8.content = {'A', 'S', 'A', 'S'};
286 infoElems.push_back(info8);