Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/napi/module_manager/test/unittest/module_manager_test/
H A Dmodule_manager_test.cpp183 std::string moduleKey = "this is moduleKey"; variable
308 std::string moduleKey = "aa"; variable
330 std::string moduleKey = "aa"; variable
351 std::string moduleKey = "aa"; variable
376 std::string moduleKey = "aa"; variable
412 std::string moduleKey = "aa"; variable
/ohos5.0/foundation/arkui/napi/module_manager/
H A Dnative_module_manager.cpp117 void NativeModuleManager::SetNativeEngine(std::string moduleKey, NativeEngine* nativeEngine) in SetNativeEngine()
127 void NativeModuleManager::EmplaceModuleLib(std::string moduleKey, const LIBHANDLE lib) in EmplaceModuleLib()
136 bool NativeModuleManager::RemoveModuleLib(const std::string moduleKey) in RemoveModuleLib()
161 void NativeModuleManager::EmplaceModuleBuffer(const std::string moduleKey, const uint8_t* lib) in EmplaceModuleBuffer()
170 bool NativeModuleManager::RemoveModuleBuffer(const std::string moduleKey) in RemoveModuleBuffer()
195 bool NativeModuleManager::RemoveNativeModule(const std::string& moduleKey) in RemoveNativeModule()
206 bool NativeModuleManager::UnloadNativeModule(const std::string& moduleKey) in UnloadNativeModule()
863 LIBHANDLE NativeModuleManager::LoadModuleLibrary(std::string& moduleKey, const char* path, in LoadModuleLibrary()
927 const std::string& moduleKey, size_t &len) in GetFileBuffer()
993 std::string moduleKey(moduleName); in FindNativeModuleByDisk() local
[all …]
/ohos5.0/foundation/arkui/napi/module_manager/test/mock/src/
H A Dmock_native_module_manager.cpp65 LIBHANDLE NativeModuleManager::LoadModuleLibrary(std::string &moduleKey, const char* path, in LoadModuleLibrary()
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/packagegroup/src/
H A Dbundle_active_group_controller.cpp136 std::string moduleKey = BundleActiveUtil::GetBundleUsageKey(bundleName, uid); in DeleteUsageGroupCache() local
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/packageusage/src/
H A Dbundle_active_user_service.cpp115 std::string moduleKey = bundleName + " " + std::to_string(deletedUid); in DeleteMemRecords() local
/ohos5.0/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_engine.cpp565 …std::function<bool(const std::string&)> func = [moduleManager](const std::string& moduleKey) -> bo… in ArkNativeEngine()
/ohos5.0/foundation/ability/ability_base/test/unittest/want/
H A Dwant_test.cpp3859 std::string moduleKey = "moduleName"; variable