Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/gethapmoduleinfo_fuzzer/
H A Dgethapmoduleinfo_fuzzer.cpp34 std::string hapModuleName (reinterpret_cast<const char*>(data), size); in DoSomethingInterestingWithMyAPI()
36 hapModuleInfo.name = hapModuleName; in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dbundle_mgr_service_event_handler.cpp346 auto& hapModuleName = info.GetCurModuleName(); in SaveInstallInfoToCache() local
349 auto iter = std::find(dbModuleNames.begin(), dbModuleNames.end(), hapModuleName); in SaveInstallInfoToCache()
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_runtime/context/
H A Dcontext_impl.h464 const std::string &name, const std::string &hapModuleName, std::string &loadPath,
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dbundle_info.cpp420 for (auto &hapModuleName : hapModuleNames) { in Marshalling() local
421 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(hapModuleName)); in Marshalling()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_uninstall_system_test/
H A Dbms_uninstall_system_test.cpp767 for (auto hapModuleName : bundleInfo.hapModuleNames) { variable
768 if (hapModuleName == modulePackage2) {
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/context/
H A Dcontext_impl.cpp931 const std::string &name, const std::string &hapModuleName, std::string &loadPath, in SubscribeToOverlayEvents() argument
944 hapModuleName, loadPath](const EventFwk::CommonEventData &data) { in SubscribeToOverlayEvents()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_service_event_handler.cpp819 auto& hapModuleName = info.GetCurModuleName(); in SaveInstallInfoToCache() local
822 auto iter = std::find(dbModuleNames.begin(), dbModuleNames.end(), hapModuleName); in SaveInstallInfoToCache()
824 LOG_E(BMS_TAG_DEFAULT, "module(%{public}s) has install", hapModuleName.c_str()); in SaveInstallInfoToCache()