Home
last modified time | relevance | path

Searched defs:hapPath (Results 1 - 25 of 34) sorted by relevance

12

/base/security/code_signature/interfaces/innerkits/code_sign_utils/src/
H A Dcode_sign_utils_in_c.cpp26 extern "C" int EnforceCodeSignForApp(const char *hapPath, const struct EntryMapEntryData *entryMapEntryData, in EnforceCodeSignForApp() argument
/base/web/webview/test/unittest/napi_web_cookie_manager_test/
H A Dnapi_web_cookie_manager_test.cpp61 std::string hapPath = ""; in HWTEST_F() local
/base/print/print_fwk/test/unittest/extension_test/mock/
H A Dmock_runtime.h90 bool RunScript(const std::string& path, const std::string& hapPath, bool useCommonChunk = false) in RunScript() argument
99 napi_value LoadJsBundle(const std::string& path, const std::string& hapPath, bool useCommonChunk = false) in LoadJsBundle() argument
103 napi_value LoadJsModule(const std::string& path, const std::string& hapPath) in LoadJsModule() argument
199 bool RunScript(const std::string& path, const std::string& hapPath, bool useCommonChunk = false) in RunScript() argument
208 napi_value LoadJsBundle(const std::string& path, const std::string& hapPath, bool useCommonChunk = false) in LoadJsBundle() argument
212 napi_value LoadJsModule(const std::string& path, const std::string& hapPath) in LoadJsModule() argument
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
H A Dhap_resource_test.cpp258 ResDesc *LoadFromHap(const char *hapPath, const ResConfigImpl *defaultConfig) in LoadFromHap() argument
/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dtheme_manager_test.cpp59 std::string hapPath; in SetUp() local
H A Dhap_parser_test.cpp251 std::string hapPath = FormatFullPath(HAP_PATH_FA); in HWTEST_F() local
265 std::string hapPath = FormatFullPath(HAP_PATH_FA); in HWTEST_F() local
280 std::string hapPath = FormatFullPath("all_fa_no_exist.hap"); in HWTEST_F() local
294 std::string hapPath = FormatFullPath(HAP_PATH_FA); in HWTEST_F() local
309 std::string hapPath = FormatFullPath(HAP_PATH_FA); in HWTEST_F() local
324 std::string hapPath = FormatFullPath(HAP_PATH_FA); HWTEST_F() local
338 std::string hapPath = FormatFullPath(HAP_PATH_FA); HWTEST_F() local
351 std::string hapPath = FormatFullPath(HAP_PATH_FA); HWTEST_F() local
367 std::string hapPath = FormatFullPath("all_fa_no_exist.hap"); HWTEST_F() local
380 std::string hapPath = FormatFullPath(HAP_PATH_FA); HWTEST_F() local
393 std::string hapPath = FormatFullPath(HAP_PATH_FA); HWTEST_F() local
409 std::string hapPath = FormatFullPath(HAP_PATH_FA); HWTEST_F() local
435 std::string hapPath = FormatFullPath(g_hapPath); HWTEST_F() local
449 std::string hapPath = FormatFullPath("no_exist_hap"); HWTEST_F() local
463 std::string hapPath = FormatFullPath(g_hapPath); HWTEST_F() local
477 std::string hapPath = FormatFullPath("no_exist_hap"); HWTEST_F() local
[all...]
H A Dhap_resource_test.cpp262 ResDesc *LoadFromHap(const char *hapPath, const std::shared_ptr<ResConfigImpl> defaultConfig, in LoadFromHap() argument
H A Dresource_manager_test.cpp2052 std::string hapPath; in HWTEST_F() local
2073 std::string hapPath; in HWTEST_F() local
/base/global/resource_management/frameworks/resmgr/src/
H A Dresource_manager.cpp52 CreateResourceManagerDef( const std::string &bundleName, const std::string &moduleName, const std::string &hapPath, const std::vector<std::string> &overlayPath, ResConfig &resConfig, int32_t userId) CreateResourceManagerDef() argument
97 CreateResourceManager(const std::string &bundleName, const std::string &moduleName, const std::string &hapPath, const std::vector<std::string> &overlayPath, ResConfig &resConfig, int32_t appType, int32_t userId) CreateResourceManager() argument
H A Draw_file_manager.cpp123 static bool IsLoadHap(const NativeResourceManager *mgr, std::string &hapPath) in IsLoadHap() argument
145 std::string hapPath; in OH_ResourceManager_OpenRawDir() local
182 RawFile *LoadRawFileFromHap(const NativeResourceManager *mgr, const char *fileName, const std::string hapPath) in LoadRawFileFromHap() argument
215 std::string hapPath; in OH_ResourceManager_OpenRawFile() local
447 LoadRawFileFromHap64(const NativeResourceManager *mgr, const char *fileName, const std::string hapPath) LoadRawFileFromHap64() argument
479 std::string hapPath; OH_ResourceManager_OpenRawFile64() local
[all...]
/base/startup/appspawn/interfaces/innerkits/hnp/include/
H A Dhnp_api.h63 char hapPath[HAP_PATH_LENTH]; // hap file path member
/base/startup/appspawn/service/hnp/installer/include/
H A Dhnp_installer.h54 char *hapPath; // hap目录 member
/test/xts/acts/global_lite/i18n_lite/resource_parse_load/src/
H A Dhap_resource_test.cpp258 ResDesc *LoadFromHap(const char *hapPath, const ResConfigImpl *defaultConfig) in LoadFromHap() argument
/base/web/webview/sa/src/
H A Dapp_fwk_update_client.cpp101 int AppFwkUpdateClient::VerifyPackageInstall(const std::string& bundleName, const std::string& hapPath) in VerifyPackageInstall() argument
H A Dapp_fwk_update_service.cpp70 std::string hapPath; in OnReceiveEvent() local
265 void AppFwkUpdateService::OnPackageChangedEvent(const std::string& bunldeName, const std::string& hapPath) in OnPackageChangedEvent() argument
92 VerifyPackageInstall( const std::string& bundleName, const std::string& hapPath, int32_t& isSuccess) VerifyPackageInstall() argument
[all...]
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_ohos_adapter_helper_wrapper.cpp208 std::unique_ptr<NWeb::OhosResourceAdapter> ArkOhosAdapterHelperWrapper::GetResourceAdapter(const std::string& hapPath) in GetResourceAdapter() argument
464 void ArkOhosAdapterHelperWrapper::SetArkWebCoreHapPathOverride(const std::string& hapPath) in SetArkWebCoreHapPathOverride() argument
/base/web/webview/ohos_adapter/ohos_adapter_helper/src/
H A Dohos_adapter_helper_impl.cpp171 std::unique_ptr<OhosResourceAdapter> OhosAdapterHelperImpl::GetResourceAdapter(const std::string& hapPath) in GetResourceAdapter() argument
340 void OhosAdapterHelperImpl::SetArkWebCoreHapPathOverride(const std::string& hapPath) in SetArkWebCoreHapPathOverride() argument
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_ohos_adapter_helper_impl.cpp178 ArkWebRefPtr<ArkOhosResourceAdapter> ArkOhosAdapterHelperImpl::GetResourceAdapter(const ArkWebString& hapPath) in GetResourceAdapter() argument
382 void ArkOhosAdapterHelperImpl::SetArkWebCoreHapPathOverride(const ArkWebString& hapPath) in SetArkWebCoreHapPathOverride() argument
/base/web/webview/test/unittest/ohos_adapter/ohos_resource_adapter_test/
H A Dohos_resource_adapter_test.cpp96 std::string hapPath = "/system/app/com.ohos.nweb/NWeb.hap"; in HWTEST_F() local
111 std::string hapPath = "/system/app/com.ohos.nweb/NWeb.hap"; in HWTEST_F() local
166 std::string hapPath = ""; in HWTEST_F() local
215 std::string hapPath = ""; HWTEST_F() local
273 std::string hapPath = ""; HWTEST_F() local
330 std::string hapPath = ""; HWTEST_F() local
362 std::string hapPath = ""; HWTEST_F() local
[all...]
/base/web/webview/test/unittest/ohos_adapter_helper/
H A Dohos_adapter_helper_test.cpp90 std::string hapPath = ""; in HWTEST_F() local
/test/xts/acts/ability_lite/ability_posix/src/
H A DAbilityMgrTest.cpp133 string hapPath = g_testPath + "testnative_hispark_taurus_linux.hap"; in SetUpTestCase() local
135 string hapPath = g_testPath + "testnative_hispark_taurus_liteos.hap"; in SetUpTestCase() local
941 string hapPath = g_testPath + "testnative_hispark_taurus_linux.hap"; in HWTEST_F() local
943 string hapPath = g_testPath + "testnative_hispark_taurus_liteos.hap"; in HWTEST_F() local
H A DAbilityMgrTest2.cpp131 string hapPath = g_testPath + "testnative_hispark_aries_linux.hap"; in SetUpTestCase() local
133 string hapPath = g_testPath + "testnative_hispark_aries_liteos.hap"; in SetUpTestCase() local
973 string hapPath = g_testPath + "testnative_hispark_aries_linux.hap"; in HWTEST_F() local
975 string hapPath = g_testPath + "testnative_hispark_aries_liteos.hap"; in HWTEST_F() local
/test/xts/acts/appexecfwk_lite/appexecfwk_posix/src/
H A DBundleMgrTest.cpp75 string hapPath = g_testPath + "testjsdemo.hap"; in SetUpTestCase() local
289 string hapPath = g_testPath + "testnative.hap"; in HWTEST_F() local
320 string hapPath = "appexecfwk/nothishap.hap"; in HWTEST_F() local
345 string hapPath = g_testPath + "testnative.hap"; in HWTEST_F() local
369 string hapPath = ""; in HWTEST_F() local
394 string hapPath = g_testPath + "testdemo.bin"; HWTEST_F() local
419 string hapPath = g_testPath + "errpinjie.hap"; HWTEST_F() local
475 string hapPath = g_testPath + "testnative.hap"; HWTEST_F() local
879 string hapPath = g_testPath + "testGetBundleNameWithLegal127.hap"; HWTEST_F() local
981 string hapPath = g_testPath + "frequentlyStress.hap"; HWTEST_F() local
[all...]
/base/global/resource_management/frameworks/resmgr/src/utils/
H A Dutils.cpp445 bool Utils::ContainsTail(std::string hapPath, std::set<std::string> tailSet) in ContainsTail() argument
/base/startup/appspawn/modules/sandbox/
H A Dsandbox_expand.c132 static int SetOverlayAppPath(const char *hapPath, void *context) in SetOverlayAppPath() argument

Completed in 19 milliseconds

12