Home
last modified time | relevance | path

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

/base/accessibility/services/aams/test/unittest/
Daccessibility_window_manager_test.cpp89 AccessibilityWindowInfoManager& mgr = AccessibilityWindowInfoManager::GetInstance(); variable
90 int realWindowId = mgr.ConvertToRealWindowId(windowId, focusType);
92 EXPECT_EQ(mgr.activeWindowId_, realWindowId);
106 AccessibilityWindowInfoManager& mgr = AccessibilityWindowInfoManager::GetInstance(); variable
107 int realWindowId = mgr.ConvertToRealWindowId(windowId, focusType);
109 EXPECT_EQ(mgr.a11yFocusedWindowId_, realWindowId);
123 AccessibilityWindowInfoManager& mgr = AccessibilityWindowInfoManager::GetInstance(); variable
124 int realWindowId = mgr.ConvertToRealWindowId(windowId, focusType);
126 EXPECT_EQ(mgr.inputFocusedWindowId_, realWindowId);
301 AccessibilityWindowInfoManager& mgr = AccessibilityWindowInfoManager::GetInstance(); variable
[all …]
/base/global/resmgr_standard/
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/global/resmgr_standard/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/hiviewdfx/hiview/plugins/faultlogger/common/
Dfaultlog_util.cpp178 sptr<AppExecFwk::IBundleMgr> mgr = GetBundleMgrProxy(); in GetApplicationNamesById() local
179 if (mgr != nullptr) { in GetApplicationNamesById()
181 mgr->GetBundlesForUid(uid, bundleNames); in GetApplicationNamesById()
202 sptr<AppExecFwk::IBundleMgr> mgr = GetBundleMgrProxy(); in GetApplicationVersion() local
204 if ((mgr != nullptr) && in GetApplicationVersion()
205 … (mgr->GetBundleInfo(bundleName, AppExecFwk::BundleFlag::GET_BUNDLE_DEFAULT, info) != ERR_OK)) { in GetApplicationVersion()
/base/miscservices/request/download/services/src/
Ddownload_thread.cpp21 DownloadThread::DownloadThread(std::shared_ptr<DownloadServiceManager> mgr) in DownloadThread() argument
22 : isRunning_(false), mgr_(mgr), thread_(Run, this) in DownloadThread()
/base/global/resmgr_standard/frameworks/resmgr/src/
Draw_file_manager.cpp107 RawDir *OH_ResourceManager_OpenRawDir(const NativeResourceManager *mgr, const char *dirName) in OH_ResourceManager_OpenRawDir() argument
109 if (mgr == nullptr || dirName == nullptr) { in OH_ResourceManager_OpenRawDir()
112 ResourceManagerImpl* impl = static_cast<ResourceManagerImpl *>(mgr->resManager.get()); in OH_ResourceManager_OpenRawDir()
145 RawFile *OH_ResourceManager_OpenRawFile(const NativeResourceManager *mgr, const char *fileName) in OH_ResourceManager_OpenRawFile() argument
147 if (mgr == nullptr || fileName == nullptr) { in OH_ResourceManager_OpenRawFile()
152 RState state = mgr->resManager->GetRawFilePathByName(fileName, filePath); in OH_ResourceManager_OpenRawFile()
/base/miscservices/request/download/services/include/
Ddownload_thread.h27 explicit DownloadThread(std::shared_ptr<DownloadServiceManager> mgr);
/base/telephony/data_storage/
DREADME_zh.md150 DATA_STORAGE_LOGE("DataSimRdbHelper Get system ability mgr failed.");