Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/bundle/
H A Dbundle_manager_internal.cpp188 const std::string &developerId4OtherSide) in IsSameDeveloperId() argument
190 if (bundleNameInCurrentSide.empty() || developerId4OtherSide.empty()) { in IsSameDeveloperId()
192 bundleNameInCurrentSide.c_str(), developerId4OtherSide.c_str()); in IsSameDeveloperId()
209 return developerId4OtherSide == targetAppProvisionInfo.developerId; in IsSameDeveloperId()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/bundle/
H A Dbundle_manager_internal.h47 const std::string &developerId4OtherSide);