/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/load/ |
H A D | module_loader.cpp | 39 std::string modulePath; in GetModulePath() local 73 std::string modulePath = GetModulePath(moduleName); in Load() local
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallerremovemoduledir_fuzzer/ |
H A D | basebundleinstallerremovemoduledir_fuzzer.cpp | 31 std::string modulePath; in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallerextractmodule_fuzzer/ |
H A D | basebundleinstallerextractmodule_fuzzer.cpp | 32 std::string modulePath; in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallerextractmodulefiles_fuzzer/ |
H A D | basebundleinstallerextractmodulefiles_fuzzer.cpp | 32 std::string modulePath; in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/ |
H A D | check_encryption_param.h | 32 std::string modulePath; member
|
H A D | code_signature_param.h | 24 std::string modulePath; member
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/file_path_utils_test/ |
H A D | file_path_utils_test.cpp | 581 const std::string& modulePath = ""; variable 596 const std::string& modulePath = ""; variable 611 const std::string& modulePath = ""; variable
|
/ohos5.0/base/update/sys_installer/services/module_update/util/src/ |
H A D | module_hvb_ops.cpp | 40 std::string modulePath = OHOS::ExtractFilePath(path) + HMP_INFO_NAME; in ParseReadParam() local
|
/ohos5.0/base/security/security_guard/frameworks/common/constants/include/ |
H A D | security_collector_define.h | 50 std::string modulePath; member
|
/ohos5.0/base/update/sys_installer/services/module_update/util/include/ |
H A D | module_file.h | 106 ModuleFile(const std::string &modulePath, in ModuleFile()
|
/ohos5.0/drivers/hdf_core/adapter/uhdf2/manager/src/ |
H A D | devmgr_service_stub.c | 211 char modulePath[PATH_MAX] = {0}; in ModuleSysEventHandle() local
|
/ohos5.0/foundation/ability/ability_lite/frameworks/ability_lite/src/ |
H A D | ability_thread.cpp | 173 …std::string modulePath = appInfo.srcPath + PATH_SEPARATOR + module + LIB_PREFIX + module + LIB_SUF… in PerformAppInit() local
|
/ohos5.0/base/startup/init/interfaces/innerkits/modulemgr/ |
H A D | modulemgr.c | 237 MODULE_MGR *ModuleMgrScan(const char *modulePath) in ModuleMgrScan()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | options.h | 73 std::string modulePath; member
|
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/ |
H A D | file_path_utils.cpp | 407 bool MakeFilePath(const std::string& codePath, const std::string& modulePath, std::string& fileName) in MakeFilePath()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | base_bundle_installer.cpp | 2074 …std::string modulePath = info.GetAppCodePath() + ServiceConstants::PATH_SEPARATOR + modulePackage_; in ProcessBundleInstallStatus() local 2224 …std::string modulePath = newInfo.GetAppCodePath() + ServiceConstants::PATH_SEPARATOR + modulePacka… in ProcessNewModuleInstall() local 3140 ErrCode BaseBundleInstaller::ExtractModule(InnerBundleInfo &info, const std::string &modulePath) in ExtractModule() 3255 …ode BaseBundleInstaller::ExtractArkNativeFile(InnerBundleInfo &info, const std::string &modulePath) in ExtractArkNativeFile() 3320 const std::string &modulePath, in CopyPgoFileToArkProfileDir() 3350 const std::string &modulePath, in ExtractArkProfileFile() 3501 …BaseBundleInstaller::ExtractModuleFiles(const InnerBundleInfo &info, const std::string &modulePath, in ExtractModuleFiles() 4987 …e BaseBundleInstaller::InnerProcessNativeLibs(InnerBundleInfo &info, const std::string &modulePath) in InnerProcessNativeLibs()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/bundle_parser/ |
H A D | inner_bundle_info.h | 40 std::string modulePath; member
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_installer_test.cpp | 1892 std::string modulePath; variable 2267 std::string modulePath; variable 3490 std::string modulePath = ""; variable 3504 std::string modulePath = RESOURCE_ROOT_PATH + RIGHT_BUNDLE; variable 4385 std::string modulePath = ""; variable 4438 std::string modulePath = ""; variable 4797 std::string modulePath = "/data/test/bms_bundle_installer"; variable 6128 std::string modulePath; variable
|
/ohos5.0/foundation/arkui/napi/module_manager/ |
H A D | native_module_manager.cpp | 970 bool NativeModuleManager::CheckModuleExist(const char* modulePath) in CheckModuleExist()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/runtime_test/ |
H A D | js_runtime_test.cpp | 378 std::string modulePath = TEST_MODULE_PATH; variable
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/ |
H A D | js_runtime.cpp | 1006 …ativeReference> JsRuntime::LoadModule(const std::string& moduleName, const std::string& modulePath, in LoadModule() 1129 auto func = [&](std::string modulePath, const std::string abcPath) { in RunScript()
|
/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/ |
H A D | ext_backup_js.cpp | 386 string modulePath = GetSrcPath(info); in Init() local
|
/ohos5.0/foundation/arkui/napi/native_engine/impl/ark/ |
H A D | ark_native_engine.cpp | 1409 std::string modulePath; in NapiLoadModule() local 1444 std::string modulePath; in NapiLoadModuleWithInfo() local
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | inner_bundle_info.h | 72 std::string modulePath; member
|