Home
last modified time | relevance | path

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

/foundation/arkui/napi/module_manager/test/unittest/module_manager_test/
Dmodule_manager_test.cpp185 std::string moduleKey = "this is moduleKey"; variable
322 std::string moduleKey = "aa"; variable
344 std::string moduleKey = "aa"; variable
365 std::string moduleKey = "aa"; variable
390 std::string moduleKey = "aa"; variable
426 std::string moduleKey = "aa"; variable
/foundation/arkui/napi/module_manager/
Dnative_module_manager.cpp125 void NativeModuleManager::SetNativeEngine(std::string moduleKey, NativeEngine* nativeEngine) in SetNativeEngine()
135 void NativeModuleManager::EmplaceModuleLib(std::string moduleKey, const LIBHANDLE lib) in EmplaceModuleLib()
144 bool NativeModuleManager::RemoveModuleLib(const std::string moduleKey) in RemoveModuleLib()
169 void NativeModuleManager::EmplaceModuleBuffer(const std::string moduleKey, const uint8_t* lib) in EmplaceModuleBuffer()
178 bool NativeModuleManager::RemoveModuleBuffer(const std::string moduleKey) in RemoveModuleBuffer()
203 bool NativeModuleManager::RemoveNativeModule(const std::string& moduleKey) in RemoveNativeModule()
214 bool NativeModuleManager::UnloadNativeModule(const std::string& moduleKey) in UnloadNativeModule()
948 LIBHANDLE NativeModuleManager::LoadModuleLibrary(std::string& moduleKey, const char* path, in LoadModuleLibrary()
1012 const std::string& moduleKey, size_t &len) in GetFileBuffer()
1087 std::string moduleKey(moduleName); in FindNativeModuleByDisk() local
[all …]
/foundation/arkui/napi/module_manager/test/mock/src/
Dmock_native_module_manager.cpp65 LIBHANDLE NativeModuleManager::LoadModuleLibrary(std::string &moduleKey, const char* path, in LoadModuleLibrary()
/foundation/resourceschedule/device_usage_statistics/services/packagegroup/src/
Dbundle_active_group_controller.cpp176 std::string moduleKey = BundleActiveUtil::GetBundleUsageKey(bundleName, uid); in DeleteUsageGroupCache() local
/foundation/resourceschedule/device_usage_statistics/services/packageusage/src/
Dbundle_active_user_service.cpp117 std::string moduleKey = bundleName + " " + std::to_string(deletedUid); in DeleteMemRecords() local
/foundation/arkui/napi/native_engine/impl/ark/
Dark_native_engine.cpp519 …std::function<bool(const std::string&)> func = [moduleManager](const std::string& moduleKey) -> bo… in ArkNativeEngine()
/foundation/ability/ability_base/test/unittest/want/
Dwant_test.cpp3859 std::string moduleKey = "moduleName"; variable