Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Dbundle_manager_internal_test.cpp300 int32_t uid = BundleManagerInternal::GetUidFromBms(bundleName);
406 int32_t uid = BundleManagerInternal::GetUidFromBms(bundleName);
428 int32_t uid = BundleManagerInternal::GetUidFromBms(bundleName);
450 int32_t uid = BundleManagerInternal::GetUidFromBms(bundleName);
H A Ddistributed_sched_stub_test.cpp248 uid = BundleManagerInternal::GetUidFromBms(bundleName);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/bundle/
H A Dbundle_manager_internal.h58 static int32_t GetUidFromBms(const std::string& bundleName);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/bundle/
H A Dbundle_manager_internal.cpp395 int32_t BundleManagerInternal::GetUidFromBms(const std::string& bundleName) in GetUidFromBms() function in OHOS::DistributedSchedule::BundleManagerInternal
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_service.cpp1967 …componentInfoJson[UID_KEY] = BundleManagerInternal::GetUidFromBms(connectInfo.element.GetBundleNam… in GetConnectComponentList()
2002 …componentInfoJson[UID_KEY] = BundleManagerInternal::GetUidFromBms(connectInfo.element.GetBundleNam… in GetCallComponentList()
2051 …payload[UID_KEY] = std::to_string(BundleManagerInternal::GetUidFromBms(connectInfo.element.GetBund… in ReportDistributedComponentChange()