Searched refs:pathKey (Results 1 - 3 of 3) sorted by relevance
/foundation/arkui/napi/module_manager/ |
H A D | native_module_manager.cpp | 234 const char* pathKey = "default"; in GetModuleFileName() local 235 if (!GetNativeModulePath(moduleName, pathKey, "", isAppModule, nativeModulePath, NAPI_PATH_MAX)) { in GetModuleFileName() 248 if (isAppModule && IsExistedPath(pathKey)) { in GetModuleFileName() 250 loadPath = std::string(appLibPathMap_[pathKey]) + "/" + nativeModulePath[0]; in GetModuleFileName() 864 const char* pathKey, const bool isAppModule, std::string& errInfo, uint32_t& errReason) in LoadModuleLibrary() 874 HILOG_DEBUG("path: %{public}s, pathKey: %{public}s, isAppModule: %{public}d", path, pathKey, isAppModule); in LoadModuleLibrary() 905 if (isAppModule && IsExistedPath(pathKey)) { in LoadModuleLibrary() 906 Dl_namespace ns = nsMap_[pathKey]; in LoadModuleLibrary() 1223 bool NativeModuleManager::IsExistedPath(const char* pathKey) cons 863 LoadModuleLibrary(std::string& moduleKey, const char* path, const char* pathKey, const bool isAppModule, std::string& errInfo, uint32_t& errReason) LoadModuleLibrary() argument [all...] |
H A D | native_module_manager.h | 141 LIBHANDLE LoadModuleLibrary(std::string& moduleKey, const char* path, const char* pathKey, 147 bool IsExistedPath(const char* pathKey) const;
|
/foundation/arkui/napi/module_manager/test/mock/src/ |
H A D | mock_native_module_manager.cpp | 66 const char* pathKey, const bool isAppModule, std::string& errInfo, uint32_t& errReason) in LoadModuleLibrary() 65 LoadModuleLibrary(std::string &moduleKey, const char* path, const char* pathKey, const bool isAppModule, std::string& errInfo, uint32_t& errReason) LoadModuleLibrary() argument
|
Completed in 3 milliseconds