Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/bundle/
H A Dbundle_manager_internal.h46 static bool IsSameDeveloperId(const std::string &bundleNameInCurrentSide,
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/bundle/
H A Dbundle_manager_internal.cpp187 bool BundleManagerInternal::IsSameDeveloperId(const std::string &bundleNameInCurrentSide, in IsSameDeveloperId() function in OHOS::DistributedSchedule::BundleManagerInternal
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/
H A Ddsched_continue.cpp904 if (!BundleManagerInternal::IsSameDeveloperId(cmd->dstBundleName_, cmd->srcDeveloperId_)) { in CheckStartPermission()