Home
last modified time | relevance | path

Searched refs:collaboratorBrokerUid_ (Results 1 - 2 of 2) sorted by relevance

/foundation/ability/ability_runtime/services/common/src/
H A Dapp_utils.cpp416 if (!collaboratorBrokerUid_.isLoaded) { in GetCollaboratorBrokerUID()
417 collaboratorBrokerUid_.value = system::GetIntParameter(COLLABORATOR_BROKER_UID, DEFAULT_INVALID_VALUE); in GetCollaboratorBrokerUID()
418 collaboratorBrokerUid_.isLoaded = true; in GetCollaboratorBrokerUID()
420 TAG_LOGD(AAFwkTag::DEFAULT, "collaboratorBrokerUid_ is %{public}d", collaboratorBrokerUid_.value); in GetCollaboratorBrokerUID()
421 return collaboratorBrokerUid_.value; in GetCollaboratorBrokerUID()
/foundation/ability/ability_runtime/services/common/include/
H A Dapp_utils.h311 volatile DeviceConfiguration<int32_t> collaboratorBrokerUid_ = {false, DEFAULT_INVALID_VALUE}; member in OHOS::AAFwk::AppUtils

Completed in 2 milliseconds