Home
last modified time | relevance | path

Searched refs:hap (Results 1 - 8 of 8) sorted by relevance

/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedservice/src/
H A Dres_sched_service.cpp206 std::string hap("apps:"); in DumpSystemLoadInfo()
210 hap.append(str); in DumpSystemLoadInfo()
215 hap.append("\n"); in DumpSystemLoadInfo()
217 result.append(native).append(hap); in DumpSystemLoadInfo()
/foundation/ability/ability_lite/services/abilitymgr_lite/unittest/utils/
H A Dability_test_helper.h42 static bool TestInstall(const std::string &hap);
H A Dability_test_helper.cpp116 bool AbilityTestHelper::TestInstall(const std::string &hap) in TestInstall() argument
122 if (!Install(hap.c_str(), &installParam, InstallCallback)) { in TestInstall()
123 printf("[ERROR] [AbilityTestHelper] Install hap failed!\n"); in TestInstall()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_parser_test/
H A Dbms_bundle_parser_test.cpp95 "moduleName": "hap-car"
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_clone_app_test/
H A Dbms_bundle_clone_app_bundle_logic_test.cpp97 "hapPath":"/data/app/el1/bundle/public/com.example.myapplication/entry.hap",
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/
H A Dbms_bundle_data_storage_database_test.cpp233 "hapPath":"/data/app/el1/bundle/public/com.example.myapplication/entry.hap",
680 "hapPath":"/data/app/el1/bundle/public/com.example.myapplication/entry.hap",
1296 "hapPath": "/data/app/el1/bundle/public/com.ohos.launcher/com_ohos_launcher.hap",
1405 "hapPath": "/data/app/el1/bundle/public/com.ohos.launcher/com_ohos_launcher_recents.hap",
1464 "hapPath": "/data/app/el1/bundle/public/com.ohos.launcher/com_ohos_launcher_settings.hap",
/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_ability_common/
H A Dnapi_context.cpp2502 std::shared_ptr<HapModuleInfo> hap = getDatabaseDirCB->cbBase.ability->GetHapModuleInfo(); in GetDatabaseDirWrap() local
2503 std::string moduleName = (hap != nullptr) ? hap->name : std::string(); in GetDatabaseDirWrap()
2599 std::shared_ptr<HapModuleInfo> hap = getPreferencesDirCB->cbBase.ability->GetHapModuleInfo(); in GetPreferencesDirWrap() local
2600 std::string moduleName = (hap != nullptr) ? hap->name : std::string(); in GetPreferencesDirWrap()
/foundation/communication/netmanager_ext/services/vpnmanager/src/
H A Dnetworkvpn_service.cpp1315 for (const auto &hap : bundleInfo.hapModuleInfos) { in GetBundleName()
1316 for (const auto &ext : hap.extensionInfos) { in GetBundleName()

Completed in 17 milliseconds