Home
last modified time | relevance | path

Searched defs:moduleKey (Results 1 – 4 of 4) sorted by relevance

/foundation/arkui/napi/module_manager/test/unittest/module_manager_test/
Dmodule_manager_test.cpp179 std::string moduleKey = "this is moduleKey"; variable
298 std::string moduleKey = "aa"; variable
320 std::string moduleKey = "aa"; variable
341 std::string moduleKey = "aa"; variable
366 std::string moduleKey = "aa"; variable
402 std::string moduleKey = "aa"; variable
/foundation/arkui/napi/module_manager/
Dnative_module_manager.cpp104 void NativeModuleManager::SetNativeEngine(std::string moduleKey, NativeEngine* nativeEngine) in SetNativeEngine()
114 void NativeModuleManager::EmplaceModuleLib(std::string moduleKey, const LIBHANDLE lib) in EmplaceModuleLib()
123 bool NativeModuleManager::RemoveModuleLib(const std::string moduleKey) in RemoveModuleLib()
148 void NativeModuleManager::EmplaceModuleBuffer(const std::string moduleKey, const uint8_t* lib) in EmplaceModuleBuffer()
157 bool NativeModuleManager::RemoveModuleBuffer(const std::string moduleKey) in RemoveModuleBuffer()
182 bool NativeModuleManager::RemoveNativeModule(const std::string& moduleKey) in RemoveNativeModule()
193 bool NativeModuleManager::UnloadNativeModule(const std::string& moduleKey) in UnloadNativeModule()
731 LIBHANDLE NativeModuleManager::LoadModuleLibrary(std::string& moduleKey, const char* path, in LoadModuleLibrary()
783 const std::string& moduleKey, size_t &len) in GetFileBuffer()
841 std::string moduleKey(moduleName); in FindNativeModuleByDisk() local
[all …]
/foundation/arkui/napi/module_manager/test/mock/src/
Dmock_native_module_manager.cpp64 LIBHANDLE NativeModuleManager::LoadModuleLibrary(std::string &moduleKey, const char* path, in LoadModuleLibrary()
/foundation/ability/ability_base/test/unittest/want/
Dwant_test.cpp3859 std::string moduleKey = "moduleName"; variable