Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/bundle/
H A Dbundle_manager_internal.cpp187 bool BundleManagerInternal::IsSameDeveloperId(const std::string &bundleNameInCurrentSide, in IsSameDeveloperId() argument
190 if (bundleNameInCurrentSide.empty() || developerId4OtherSide.empty()) { in IsSameDeveloperId()
192 bundleNameInCurrentSide.c_str(), developerId4OtherSide.c_str()); in IsSameDeveloperId()
208 bundleMgr->GetAppProvisionInfo(bundleNameInCurrentSide, ids[0], targetAppProvisionInfo); in IsSameDeveloperId()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/bundle/
H A Dbundle_manager_internal.h46 static bool IsSameDeveloperId(const std::string &bundleNameInCurrentSide,