Home
last modified time | relevance | path

Searched refs:GetAccessTokenIdEx (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/
H A Dbms_bundle_data_storage_database_test.cpp2965 uint64_t tokenIdEx = info.GetAccessTokenIdEx(userId);
2972 tokenIdEx = info.GetAccessTokenIdEx(userId);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_info.h1417 uint64_t GetAccessTokenIdEx(const int32_t userId) const in GetAccessTokenIdEx() function
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_bundle_installer.cpp4892 …lBundleInfo.userInfos[std::to_string(userId)].accessTokenIdEx = oldInfo.GetAccessTokenIdEx(userId); in GetUninstallBundleInfo()