Home
last modified time | relevance | path

Searched defs:hapFilePath (Results 1 – 14 of 14) sorted by relevance

/foundation/appexecfwk/standard/test/systemtest/common/bms/bms_search_system_test/
Dbms_search_system_test.cpp497 std::string hapFilePath = THIRD_BUNDLE_PATH + "bmsThirdBundle1.hap"; variable
521 std::string hapFilePath = THIRD_BUNDLE_PATH + "bmsThirdBundle1.hap"; variable
556 std::string hapFilePath = THIRD_BUNDLE_PATH + "bmsThirdBundle1.hap"; variable
745 std::string hapFilePath = THIRD_BUNDLE_PATH + "bmsThirdBundle" + std::to_string(i) + ".hap"; variable
819 std::string hapFilePath = THIRD_BUNDLE_PATH + "bmsThirdBundle" + std::to_string(i) + ".hap"; variable
828 std::string hapFilePath = THIRD_BUNDLE_PATH + "bmsThirdBundle" + std::to_string(i) + ".hap"; variable
964 std::string hapFilePath = THIRD_BUNDLE_PATH + "bmsThirdBundle" + std::to_string(i) + ".hap"; variable
970 std::string hapFilePath = THIRD_BUNDLE_PATH + "bmsThirdBundle7.hap"; variable
/foundation/appexecfwk/standard/services/bundlemgr/src/
Dbundle_util.cpp190 const std::string hapFilePath = bundlePath + entry->d_name; in GetHapFilesFromBundlePath() local
Dbundle_mgr_service_event_handler.cpp400 const std::string &hapFilePath, std::unordered_map<std::string, InnerBundleInfo> &infos) in ParseHapFiles()
Dbundle_mgr_host_impl.cpp344 const std::string &hapFilePath, const BundleFlag flag, BundleInfo &bundleInfo) in GetBundleArchiveInfo()
350 const std::string &hapFilePath, int32_t flags, BundleInfo &bundleInfo) in GetBundleArchiveInfo()
/foundation/aafwk/standard/services/appmgr/test/mock/include/
Dmock_bundle_manager.h134 const std::string &hapFilePath, const BundleFlag flag, BundleInfo &bundleInfo) override in GetBundleArchiveInfo()
302 const std::string &hapFilePath, const BundleFlag flag, BundleInfo &bundleInfo) override in GetBundleArchiveInfo()
/foundation/aafwk/standard/frameworks/kits/ability/native/test/mock/include/
Dmock_bundle_manager_form.h105 const std::string &hapFilePath, const BundleFlag flag, BundleInfo &bundleInfo) override in GetBundleArchiveInfo()
288 const std::string &hapFilePath, const BundleFlag flag, BundleInfo &bundleInfo) override in GetBundleArchiveInfo()
Dmock_bundle_manager.cpp109 const std::string &hapFilePath, const BundleFlag flag, BundleInfo &bundleInfo) in GetBundleArchiveInfo()
342 const std::string &hapFilePath, const BundleFlag flag, BundleInfo &bundleInfo) in GetBundleArchiveInfo()
/foundation/appexecfwk/standard/test/systemtest/common/bms/acts_bms_kit_system_test/
Dacts_bms_kit_system_test.cpp851 … std::string hapFilePath = THIRD_BUNDLE_PATH + "bmsThirdBundle" + std::to_string(i) + ".hap"; variable
1311 … std::string hapFilePath = THIRD_BUNDLE_PATH + "bmsThirdBundle" + std::to_string(i) + ".hap"; variable
1412 std::string hapFilePath = THIRD_BUNDLE_PATH + "bmsThirdBundle3.hap"; variable
1453 std::string hapFilePath = THIRD_BUNDLE_PATH + "bmsThirdBundle1.hap"; variable
1510 std::string hapFilePath = THIRD_BUNDLE_PATH + "tt.hap"; variable
1540 std::string hapFilePath = SYSTEM_BUNDLE_PATH + "Settings.hap"; variable
1578 std::string hapFilePath = THIRD_BUNDLE_PATH + "bmsThirdBundle28.rpk"; variable
1617 std::string hapFilePath = THIRD_BUNDLE_PATH + "bmsThirdBundle1.hap"; variable
1665 std::string hapFilePath = THIRD_BUNDLE_PATH + "bmsThirdBundle1.hap"; variable
1712 std::string hapFilePath = THIRD_BUNDLE_PATH + "bmsThirdBundle1.hap"; variable
[all …]
/foundation/aafwk/standard/services/formmgr/test/mock/include/
Dmock_bundle_manager.h116 const std::string &hapFilePath, const BundleFlag flag, BundleInfo &bundleInfo) override in GetBundleArchiveInfo()
310 const std::string &hapFilePath, const BundleFlag flag, BundleInfo &bundleInfo) override in GetBundleArchiveInfo()
/foundation/aafwk/standard/frameworks/kits/appkit/native/test/mock/include/
Dmock_ability_manager_client_interface1.h154 …virtual bool GetBundleArchiveInfo(const std::string &hapFilePath, const BundleFlag flag, BundleInf… in GetBundleArchiveInfo()
/foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_core/include/bundlemgr/
Dbundle_mgr_interface.h327 const std::string &hapFilePath, int32_t flags, BundleInfo &bundleInfo) in GetBundleArchiveInfo()
/foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_core/src/bundlemgr/
Dbundle_mgr_proxy.cpp864 bool BundleMgrProxy::GetBundleArchiveInfo(const std::string &hapFilePath, const BundleFlag flag, Bu… in GetBundleArchiveInfo()
894 bool BundleMgrProxy::GetBundleArchiveInfo(const std::string &hapFilePath, int32_t flags, BundleInfo… in GetBundleArchiveInfo()
Dbundle_mgr_host.cpp871 std::string hapFilePath = data.ReadString(); in HandleGetBundleArchiveInfo() local
893 std::string hapFilePath = data.ReadString(); in HandleGetBundleArchiveInfoWithIntFlags() local
/foundation/appexecfwk/standard/kits/appkit/napi/bundlemgr/
Dbundle_mgr.cpp2087 napi_env env, const std::string &hapFilePath, const int32_t flags, BundleInfo &bundleInfo) in InnerGetArchiveInfo()