Home
last modified time | relevance | path

Searched refs:globalSwitchAbilityName (Results 1 - 6 of 6) sorted by relevance

/base/security/access_token/frameworks/accesstoken/src/
H A Dpermission_grant_info_parcel.cpp28 RETURN_IF_FALSE(out.WriteString(this->info.globalSwitchAbilityName)); in Marshalling()
42 permissionGrantInfoParcel->info.globalSwitchAbilityName = in.ReadString(); in Unmarshalling()
/base/security/access_token/interfaces/innerkits/accesstoken/include/
H A Dpermission_grant_info.h72 std::string globalSwitchAbilityName; member in OHOS::Security::AccessToken::final
/base/security/access_token/services/common/config_policy/include/
H A Dconfig_policy_loader.h31 std::string globalSwitchAbilityName; member
/base/security/access_token/services/common/config_policy/src/
H A Dconfig_policy_loader.cpp86 if (!JsonParser::GetStringFromJson(j, GLOBAL_SWITCH_SHEET_ABILITY_NAME_KEY, a.globalSwitchAbilityName)) { in from_json()
/base/security/access_token/frameworks/js/napi/accesstoken/src/
H A Dnapi_request_global_switch_on_setting.cpp342 ACCESSTOKEN_LOG_INFO(LABEL, "bundleName: %{public}s, globalSwitchAbilityName: %{public}s.", in StartUIExtension()
343 asyncContext->info.grantBundleName.c_str(), asyncContext->info.globalSwitchAbilityName.c_str()); in StartUIExtension()
344 want.SetElementName(asyncContext->info.grantBundleName, asyncContext->info.globalSwitchAbilityName); in StartUIExtension()
/base/security/access_token/services/accesstokenmanager/main/cpp/src/service/
H A Daccesstoken_manager_service.cpp520 infoParcel.info.globalSwitchAbilityName = globalSwitchAbilityName_; in GetPermissionManagerInfo()
608 globalSwitchAbilityName_ = value.atConfig.globalSwitchAbilityName.empty() ? in GetConfigValue()
609 GLOBAL_SWITCH_SHEET_ABILITY_NAME : value.atConfig.globalSwitchAbilityName; in GetConfigValue()

Completed in 4 milliseconds