Searched refs:mgr (Results 1 – 11 of 11) sorted by relevance
/base/global/resource_management/frameworks/resmgr/src/ |
D | raw_file_manager.cpp | 116 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/ |
D | print_service_helper.cpp | 118 bool PrintServiceHelper::QueryExtension(sptr<AppExecFwk::IBundleMgr> mgr, int userId, in QueryExtension() argument 121 if (mgr != nullptr) { in QueryExtension() 122 … mgr->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/ |
D | raw_file_manager.h | 102 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/ |
D | README_zh.md | 41 resmgr.getResourceManager((error,mgr) => { 43 mgr.getString(0x1000000, (error, value) => { 52 mgr.getString(0x1000000).then(value => {
|
D | README.md | 41 resmgr.getResourceManager((error,mgr) => { 43 mgr.getString(0x1000000, (error, value) => { 52 mgr.getString(0x1000000).then(value => {
|
/base/print/print_fwk/test/unittest/service_test/ |
D | print_service_helper_test.cpp | 138 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/ |
D | print_service_helper.h | 34 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/ |
D | session_manager.cpp | 287 auto &[mgr, eventClassifyInfo, eventInfo] = *data; in Emit() 288 mgr->PublishToJS(eventClassifyInfo, eventInfo); in Emit()
|
/base/security/selinux_adapter/sepolicy/base/public/ |
D | sadomain.te | 30 # only samgr can be the mgr for binder.
|
/base/telephony/telephony_data/ |
D | README_zh.md | 151 DATA_STORAGE_LOGE("DataSimRdbHelper Get system ability mgr failed.");
|
D | README.md | 155 DATA_STORAGE_LOGE("DataSimRdbHelper Get system ability mgr failed.");
|