Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_service.cpp99 const std::string UID_KEY = "uid"; variable
1953 componentInfoJson[UID_KEY] = callerInfo.uid; in GetConnectComponentList()
1967 …componentInfoJson[UID_KEY] = BundleManagerInternal::GetUidFromBms(connectInfo.element.GetBundleNam… in GetConnectComponentList()
1988 componentInfoJson[UID_KEY] = callerInfo.uid; in GetCallComponentList()
2002 …componentInfoJson[UID_KEY] = BundleManagerInternal::GetUidFromBms(connectInfo.element.GetBundleNam… in GetCallComponentList()
2021 payload[UID_KEY] = std::to_string(callerInfo.uid); in ReportDistributedComponentChange()
2051 …payload[UID_KEY] = std::to_string(BundleManagerInternal::GetUidFromBms(connectInfo.element.GetBund… in ReportDistributedComponentChange()