Home
last modified time | relevance | path

Searched refs:mgr (Results 1 – 11 of 11) sorted by relevance

/base/global/resource_management/frameworks/resmgr/src/
Draw_file_manager.cpp116 static bool IsLoadHap(const NativeResourceManager *mgr, std::string &hapPath) in IsLoadHap() argument
118 return mgr->resManager->IsLoadHap(hapPath) == RState::SUCCESS ? true : false; in IsLoadHap()
121 RawDir *LoadRawDirFromHap(const NativeResourceManager *mgr, const std::string dirName) in LoadRawDirFromHap() argument
124 RState state = mgr->resManager->GetRawFileList(dirName, result->fileNameCache.names); in LoadRawDirFromHap()
132 RawDir *OH_ResourceManager_OpenRawDir(const NativeResourceManager *mgr, const char *dirName) in OH_ResourceManager_OpenRawDir() argument
134 if (mgr == nullptr || dirName == nullptr) { in OH_ResourceManager_OpenRawDir()
138 if (IsLoadHap(mgr, hapPath)) { in OH_ResourceManager_OpenRawDir()
139 return LoadRawDirFromHap(mgr, dirName); in OH_ResourceManager_OpenRawDir()
141 ResourceManagerImpl* impl = static_cast<ResourceManagerImpl *>(mgr->resManager.get()); in OH_ResourceManager_OpenRawDir()
174 RawFile *LoadRawFileFromHap(const NativeResourceManager *mgr, const char *fileName, const std::stri… in LoadRawFileFromHap() argument
[all …]
/base/print/print_fwk/services/src/
Dprint_service_helper.cpp118 bool PrintServiceHelper::QueryExtension(sptr<AppExecFwk::IBundleMgr> mgr, int userId, in QueryExtension() argument
121 if (mgr != nullptr) { in QueryExtension()
122mgr->QueryExtensionAbilityInfos(AppExecFwk::ExtensionAbilityType::PRINT, userId, extensionInfos); in QueryExtension()
129 bool PrintServiceHelper::QueryNameForUid(sptr<AppExecFwk::IBundleMgr> mgr, int32_t userId, std::str… in QueryNameForUid() argument
131 if (mgr != nullptr) { in QueryNameForUid()
132 mgr->GetNameForUid(userId, name); in QueryNameForUid()
/base/global/resource_management/interfaces/native/resource/include/
Draw_file_manager.h102 RawDir *OH_ResourceManager_OpenRawDir(const NativeResourceManager *mgr, const char *dirName);
119 RawFile *OH_ResourceManager_OpenRawFile(const NativeResourceManager *mgr, const char *fileName);
/base/global/resource_management/
DREADME_zh.md41 resmgr.getResourceManager((error,mgr) => {
43 mgr.getString(0x1000000, (error, value) => {
52 mgr.getString(0x1000000).then(value => {
DREADME.md41 resmgr.getResourceManager((error,mgr) => {
43 mgr.getString(0x1000000, (error, value) => {
52 mgr.getString(0x1000000).then(value => {
/base/print/print_fwk/test/unittest/service_test/
Dprint_service_helper_test.cpp138 sptr<AppExecFwk::IBundleMgr> mgr; variable
141 helper.QueryExtension(mgr, userId, extensionInfos);
153 sptr<AppExecFwk::IBundleMgr> mgr; variable
156 helper.QueryNameForUid(mgr, userId, userName);
/base/print/print_fwk/services/include/
Dprint_service_helper.h34 virtual bool QueryExtension(sptr<AppExecFwk::IBundleMgr> mgr, int userId,
36 … virtual bool QueryNameForUid(sptr<AppExecFwk::IBundleMgr> mgr, int32_t userId, std::string& name);
/base/update/updateservice/frameworks/js/napi/base/src/
Dsession_manager.cpp287 auto &[mgr, eventClassifyInfo, eventInfo] = *data; in Emit()
288 mgr->PublishToJS(eventClassifyInfo, eventInfo); in Emit()
/base/security/selinux_adapter/sepolicy/base/public/
Dsadomain.te30 # only samgr can be the mgr for binder.
/base/telephony/telephony_data/
DREADME_zh.md151 DATA_STORAGE_LOGE("DataSimRdbHelper Get system ability mgr failed.");
DREADME.md155 DATA_STORAGE_LOGE("DataSimRdbHelper Get system ability mgr failed.");