Searched refs:RestoreNativeTokenInfo (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/security/access_token/services/accesstokenmanager/main/cpp/include/token/ |
H A D | native_token_info_inner.h | 55 int RestoreNativeTokenInfo(AccessTokenID tokenId, const GenericValues& inGenericValues,
|
/ohos5.0/base/security/access_token/services/accesstokenmanager/main/cpp/src/token/ |
H A D | native_token_info_inner.cpp | 117 int NativeTokenInfoInner::RestoreNativeTokenInfo(AccessTokenID tokenId, const GenericValues& inGene… in RestoreNativeTokenInfo() function in OHOS::Security::AccessToken::NativeTokenInfoInner
|
H A D | accesstoken_info_manager.cpp | 203 ret = native->RestoreNativeTokenInfo(tokenId, nativeTokenValue, permStateRes); in InitNativeTokenInfos()
|
/ohos5.0/base/security/access_token/services/accesstokenmanager/test/unittest/ |
H A D | native_token_receptor_test.cpp | 325 ret = native->RestoreNativeTokenInfo(tokenId, nativeTokenValue, permStateRes);
|
H A D | accesstoken_info_manager_test.cpp | 2135 ASSERT_NE(RET_SUCCESS, native->RestoreNativeTokenInfo(tokenId, inGenericValues, permStateRes)); 2145 ASSERT_NE(RET_SUCCESS, native->RestoreNativeTokenInfo(tokenId, inGenericValues, permStateRes)); 2152 ASSERT_NE(RET_SUCCESS, native->RestoreNativeTokenInfo(tokenId, inGenericValues, permStateRes));
|