Searched refs:info6 (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/security/access_token/services/accesstokenmanager/test/unittest/ |
H A D | native_token_receptor_test.cpp | 584 NativeTokenInfo info6 = { variable 596 …<NativeTokenInfoInner> nativeToken6 = std::make_shared<NativeTokenInfoInner>(info6, permStateList); 605 ret = AccessTokenInfoManager::GetInstance().GetNativeTokenInfo(info6.tokenID, findInfo); 607 ASSERT_EQ(findInfo.apl, info6.apl); 608 ASSERT_EQ(findInfo.ver, info6.ver); 609 ASSERT_EQ(findInfo.processName, info6.processName); 610 ASSERT_EQ(findInfo.tokenID, info6.tokenID); 611 ASSERT_EQ(findInfo.tokenAttr, info6.tokenAttr); 612 ASSERT_EQ(findInfo.dcap, info6.dcap); 614 ret = AccessTokenInfoManager::GetInstance().RemoveNativeTokenInfo(info6.tokenID);
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/common/ |
H A D | wifi_country_code_policy_test.cpp | 278 WifiInfoElem info6; variable 279 info6.id = 7; 280 info6.content = {'C'}; 281 infoElems.push_back(info6);
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_network_info_test.cpp | 246 const LnnEventBasicInfo *info6 = reinterpret_cast<const LnnEventBasicInfo *>(&event); variable 247 BtStateChangeEventHandler(info6);
|
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/ |
H A D | faultlogger_unittest.cpp | 905 auto info6 = ExtractInfoFromTempFile(filename6); variable 906 ASSERT_EQ(info6.faultLogType, -1); // -1 : other 907 ASSERT_EQ(info6.pid, 10006); // 10006 : test uid
|