Home
last modified time | relevance | path

Searched refs:globalSwitchAbilityName_ (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.cpp525 infoParcel.info.globalSwitchAbilityName = globalSwitchAbilityName_; in GetPermissionManagerInfo()
591 globalSwitchAbilityName_ = value.atConfig.globalSwitchAbilityName.empty() in GetConfigValue()
599 globalSwitchAbilityName_ = GLOBAL_SWITCH_SHEET_ABILITY_NAME; in GetConfigValue()
/ohos5.0/base/security/access_token/services/accesstokenmanager/main/cpp/include/service/
H A Daccesstoken_manager_service.h122 std::string globalSwitchAbilityName_; variable