Searched defs:moduleKey (Results 1 – 7 of 7) sorted by relevance
183 std::string moduleKey = "this is moduleKey"; variable308 std::string moduleKey = "aa"; variable330 std::string moduleKey = "aa"; variable351 std::string moduleKey = "aa"; variable376 std::string moduleKey = "aa"; variable412 std::string moduleKey = "aa"; variable
118 void NativeModuleManager::SetNativeEngine(std::string moduleKey, NativeEngine* nativeEngine) in SetNativeEngine()128 void NativeModuleManager::EmplaceModuleLib(std::string moduleKey, const LIBHANDLE lib) in EmplaceModuleLib()137 bool NativeModuleManager::RemoveModuleLib(const std::string moduleKey) in RemoveModuleLib()162 void NativeModuleManager::EmplaceModuleBuffer(const std::string moduleKey, const uint8_t* lib) in EmplaceModuleBuffer()171 bool NativeModuleManager::RemoveModuleBuffer(const std::string moduleKey) in RemoveModuleBuffer()196 bool NativeModuleManager::RemoveNativeModule(const std::string& moduleKey) in RemoveNativeModule()207 bool NativeModuleManager::UnloadNativeModule(const std::string& moduleKey) in UnloadNativeModule()922 LIBHANDLE NativeModuleManager::LoadModuleLibrary(std::string& moduleKey, const char* path, in LoadModuleLibrary()986 const std::string& moduleKey, size_t &len) in GetFileBuffer()1052 std::string moduleKey(moduleName); in FindNativeModuleByDisk() local[all …]
65 LIBHANDLE NativeModuleManager::LoadModuleLibrary(std::string &moduleKey, const char* path, in LoadModuleLibrary()
136 std::string moduleKey = BundleActiveUtil::GetBundleUsageKey(bundleName, uid); in DeleteUsageGroupCache() local
115 std::string moduleKey = bundleName + " " + std::to_string(deletedUid); in DeleteMemRecords() local
570 …std::function<bool(const std::string&)> func = [moduleManager](const std::string& moduleKey) -> bo… in ArkNativeEngine()
3859 std::string moduleKey = "moduleName"; variable