Searched refs:CreateLdNamespace (Results 1 - 3 of 3) sorted by relevance
/foundation/arkui/napi/module_manager/test/unittest/module_manager_test/ |
H A D | module_manager_test.cpp | 230 moduleManager->CreateLdNamespace(moduleName, libPath, true);
in HWTEST_F() 236 * @tc.desc: test NativeModule's CreateLdNamespace function
248 moduleManager->CreateLdNamespace(moduleName, libPath, false);
in HWTEST_F()
|
/foundation/arkui/napi/module_manager/ |
H A D | native_module_manager.h | 146 void CreateLdNamespace(const std::string moduleName, const char* lib_ld_path, const bool& isSystemApp);
|
H A D | native_module_manager.cpp | 440 void NativeModuleManager::CreateLdNamespace(const std::string moduleName, const char* lib_ld_path, in CreateLdNamespace() function in NativeModuleManager 525 CreateLdNamespace(moduleName, tmp, isSystemApp); in SetAppLibPath()
|
Completed in 4 milliseconds