Searched refs:resourceManager (Results 1 – 3 of 3) sorted by relevance
93 … this.allow = await globalThis.getContext().resourceManager.getStringValue($r('app.string.allow'));94 this.use = await globalThis.getContext().resourceManager.getStringValue($r('app.string.use'));
721 std::shared_ptr<Global::Resource::ResourceManager> resourceManager( in ListInputMethodInfo() local723 if (resourceManager == nullptr) { in ListInputMethodInfo()729 resourceManager->AddResource(path.c_str()); in ListInputMethodInfo()731 resourceManager->GetStringById(applicationInfo.labelId, labelString); in ListInputMethodInfo()733 resourceManager->GetStringById(applicationInfo.descriptionId, descriptionString); in ListInputMethodInfo()
456 auto resourceManager = GetResourceMgr(bundleName, moduleName); in ParseUrl() local457 if (!resourceManager) { in ParseUrl()472 auto state = resourceManager->GetRawFilePathByName(newFileName, result); in ParseUrl()