Home
last modified time | relevance | path

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

/ohos5.0/base/security/access_token/services/accesstokenmanager/main/cpp/src/service/
H A Daccesstoken_manager_service.cpp190 infoParcel.info.grantBundleName = grantBundleName_; in GetSelfPermissionsState()
521 infoParcel.info.grantBundleName = grantBundleName_; in GetPermissionManagerInfo()
583 grantBundleName_ = value.atConfig.grantBundleName.empty() in GetConfigValue()
595 grantBundleName_ = GRANT_ABILITY_BUNDLE_NAME; in GetConfigValue()
604 grantBundleName_.c_str(), grantAbilityName_.c_str(), in GetConfigValue()
/ohos5.0/base/security/access_token/services/accesstokenmanager/main/cpp/include/service/
H A Daccesstoken_manager_service.h118 std::string grantBundleName_; variable