| /base/global/resource_management/frameworks/resmgr/src/ |
| D | native_resource_manager.cpp | 114 ResourceManager_ErrorCode OH_ResourceManager_GetMediaBase64(const NativeResourceManager *mgr, uint3… in OH_ResourceManager_GetMediaBase64() 120 ResourceManager_ErrorCode OH_ResourceManager_GetMediaBase64Data(const NativeResourceManager *mgr, u… in OH_ResourceManager_GetMediaBase64Data() 149 ResourceManager_ErrorCode OH_ResourceManager_GetMediaBase64ByName(const NativeResourceManager *mgr, in OH_ResourceManager_GetMediaBase64ByName() 155 …urceManager_ErrorCode OH_ResourceManager_GetMediaBase64DataByName(const NativeResourceManager *mgr, in OH_ResourceManager_GetMediaBase64DataByName() 185 ResourceManager_ErrorCode OH_ResourceManager_GetMedia(const NativeResourceManager *mgr, uint32_t re… in OH_ResourceManager_GetMedia() 191 ResourceManager_ErrorCode OH_ResourceManager_GetMediaData(const NativeResourceManager *mgr, uint32_… in OH_ResourceManager_GetMediaData() 218 ResourceManager_ErrorCode OH_ResourceManager_GetMediaByName(const NativeResourceManager *mgr, const… in OH_ResourceManager_GetMediaByName() 224 ResourceManager_ErrorCode OH_ResourceManager_GetMediaDataByName(const NativeResourceManager *mgr, c… in OH_ResourceManager_GetMediaDataByName() 251 ResourceManager_ErrorCode OH_ResourceManager_GetDrawableDescriptor(const NativeResourceManager *mgr, in OH_ResourceManager_GetDrawableDescriptor() 257 …rceManager_ErrorCode OH_ResourceManager_GetDrawableDescriptorData(const NativeResourceManager *mgr, in OH_ResourceManager_GetDrawableDescriptorData() [all …]
|
| D | raw_file_manager.cpp | 124 static bool IsLoadHap(const NativeResourceManager *mgr, std::string &hapPath) in IsLoadHap() 129 RawDir *LoadRawDirFromHap(const NativeResourceManager *mgr, const std::string dirName) in LoadRawDirFromHap() 140 RawDir *OH_ResourceManager_OpenRawDir(const NativeResourceManager *mgr, const char *dirName) in OH_ResourceManager_OpenRawDir() 183 RawFile *LoadRawFileFromHap(const NativeResourceManager *mgr, const char *fileName, const std::stri… in LoadRawFileFromHap() 209 RawFile *OH_ResourceManager_OpenRawFile(const NativeResourceManager *mgr, const char *fileName) in OH_ResourceManager_OpenRawFile() 448 RawFile64 *LoadRawFileFromHap64(const NativeResourceManager *mgr, const char *fileName, const std::… in LoadRawFileFromHap64() 473 RawFile64 *OH_ResourceManager_OpenRawFile64(const NativeResourceManager *mgr, const char *fileName) in OH_ResourceManager_OpenRawFile64() 641 bool OH_ResourceManager_IsRawDir(const NativeResourceManager *mgr, const char *path) in OH_ResourceManager_IsRawDir()
|
| /base/startup/appspawn/test/unittest/app_spawn_standard_test/ |
| D | app_spawn_common_test.cpp | 67 AppSpawnMgr *mgr = nullptr; variable 94 AppSpawnMgr *mgr = nullptr; variable 121 AppSpawnMgr *mgr = nullptr; variable 151 AppSpawnMgr *mgr = nullptr; variable 183 AppSpawnMgr *mgr = nullptr; variable 215 AppSpawnMgr *mgr = nullptr; variable 341 AppSpawnMgr *mgr = nullptr; variable 373 AppSpawnMgr *mgr = nullptr; variable
|
| D | app_spawn_sandboxmgr_test.cpp | 53 AppSpawnMgr *mgr = CreateAppSpawnMgr(MODE_FOR_NWEB_SPAWN); variable 83 AppSpawnMgr *mgr = CreateAppSpawnMgr(MODE_FOR_NWEB_SPAWN); variable 105 AppSpawnMgr *mgr = CreateAppSpawnMgr(MODE_FOR_NWEB_SPAWN); variable 136 AppSpawnMgr *mgr = CreateAppSpawnMgr(MODE_FOR_NWEB_SPAWN); variable 183 AppSpawnMgr *mgr = CreateAppSpawnMgr(MODE_FOR_NWEB_SPAWN); variable 220 AppSpawnMgr *mgr = CreateAppSpawnMgr(MODE_FOR_NWEB_SPAWN); variable 246 AppSpawnMgr *mgr = CreateAppSpawnMgr(MODE_FOR_NWEB_SPAWN); variable 288 AppSpawnMgr *mgr = CreateAppSpawnMgr(MODE_FOR_NWEB_SPAWN); variable 323 AppSpawnMgr *mgr = CreateAppSpawnMgr(MODE_FOR_NWEB_SPAWN); variable 354 AppSpawnMgr *mgr = CreateAppSpawnMgr(MODE_FOR_NWEB_SPAWN); variable [all …]
|
| D | app_spawn_appmgr_test.cpp | 59 AppSpawnMgr *mgr = CreateAppSpawnMgr(i); variable 111 static void TestAppTraversal(const AppSpawnMgr *mgr, AppSpawnedProcess *appInfo, void *data) in TestAppTraversal() 117 AppSpawnMgr *mgr = CreateAppSpawnMgr(0); variable 160 AppSpawnMgr *mgr = CreateAppSpawnMgr(MODE_FOR_NWEB_SPAWN); variable 202 AppSpawnMgr *mgr = CreateAppSpawnMgr(MODE_FOR_NWEB_SPAWN); variable 225 static void TestProcessTraversal(const AppSpawnMgr *mgr, AppSpawningCtx *ctx, void *data) in TestProcessTraversal() 236 AppSpawnMgr *mgr = CreateAppSpawnMgr(0); variable 271 AppSpawnMgr *mgr = CreateAppSpawnMgr(MODE_FOR_NWEB_SPAWN); variable 476 AppSpawnMgr *mgr = CreateAppSpawnMgr(MODE_FOR_NWEB_SPAWN); variable 521 AppSpawnMgr *mgr = CreateAppSpawnMgr(MODE_FOR_NWEB_SPAWN); variable [all …]
|
| D | app_spawn_module_interface_test.cpp | 107 AppSpawnMgr *mgr = CreateAppSpawnMgr(MODE_FOR_NWEB_SPAWN); variable 141 AppSpawnMgr *mgr = CreateAppSpawnMgr(MODE_FOR_NWEB_SPAWN); variable 189 AppSpawnMgr *mgr = CreateAppSpawnMgr(MODE_FOR_NWEB_SPAWN); variable 232 AppSpawnMgr *mgr = CreateAppSpawnMgr(MODE_FOR_NWEB_SPAWN); variable
|
| /base/startup/appspawn/interfaces/innerkits/permission/ |
| D | appspawn_mount_permission.c | 40 static int ParseAppSandboxConfig(const cJSON *root, PermissionManager *mgr) in ParseAppSandboxConfig() 70 static int ParsePermissionConfig(const cJSON *permissionConfigs, PermissionManager *mgr) in ParsePermissionConfig() 82 static int ParseAppSandboxConfig(const cJSON *appSandboxConfig, PermissionManager *mgr) in ParseAppSandboxConfig() 105 static int LoadPermissionConfig(PermissionManager *mgr) in LoadPermissionConfig() 114 static inline int32_t CheckPermissionManager(PermissionManager *mgr) in CheckPermissionManager() 124 PermissionManager *mgr = GetPermissionMgrByType(type); in PMGetPermissionIndex() local 131 PermissionManager *mgr = GetPermissionMgrByType(type); in PMGetMaxPermissionIndex() local 138 PermissionManager *mgr = GetPermissionMgrByType(type); in PMGetPermissionByIndex() local 151 PermissionManager *mgr = GetPermissionMgrByType(type); in LoadPermission() local 175 PermissionManager *mgr = GetPermissionMgrByType(type); in DeletePermission() local
|
| /base/startup/appspawn/test/moduletest/threadpool/ |
| D | thread_manager.c | 91 static TaskExecuteNode *PopTaskExecutor(ThreadManager *mgr) in PopTaskExecutor() 106 static int AddExecutor(ThreadManager *mgr, const TaskNode *task) in AddExecutor() 127 static void RunExecutor(ThreadManager *mgr, ThreadNode *threadNode, uint32_t maxCount) in RunExecutor() 152 static TaskNode *GetTask(ThreadManager *mgr, ListNode *queue, uint32_t taskId) in GetTask() 177 static TaskNode *PopTask(ThreadManager *mgr, ListNode *queue) in PopTask() 191 static void PushTask(ThreadManager *mgr, TaskNode *task, ListNode *queue) in PushTask() 199 static void SafeRemoveTask(ThreadManager *mgr, TaskNode *task) in SafeRemoveTask() 224 static void ExecuteTask(ThreadManager *mgr) in ExecuteTask() 237 static void CheckTaskComplete(ThreadManager *mgr) in CheckTaskComplete() 272 …ThreadManager *mgr = (ThreadManager *)malloc(sizeof(ThreadManager) + maxThreadCount * sizeof(Threa… in CreateThreadMgr() local [all …]
|
| /base/print/print_fwk/test/unittest/service_test/ |
| D | print_service_helper_test.cpp | 122 sptr<AppExecFwk::IBundleMgr> mgr; variable 137 sptr<AppExecFwk::IBundleMgr> mgr; variable
|
| /base/print/print_fwk/services/print_service/src/ |
| D | print_service_helper.cpp | 131 bool PrintServiceHelper::QueryExtension(sptr<AppExecFwk::IBundleMgr> mgr, int userId, in QueryExtension() 142 bool PrintServiceHelper::QueryNameForUid(sptr<AppExecFwk::IBundleMgr> mgr, int32_t userId, std::str… in QueryNameForUid()
|
| /base/account/os_account/services/accountmgr/test/unittest/ohos_account/ |
| D | ohos_account_event_manager_multiple_thread_test.cpp | 34 IDistributedAccountSubscribe &mgr = DistributedAccountSubscribeManager::GetInstance(); variable
|
| /base/startup/appspawn/standard/ |
| D | appspawn_appmgr.c | 93 void DeleteAppSpawnMgr(AppSpawnMgr *mgr) in DeleteAppSpawnMgr()
|
| D | appspawn_service.c | 75 static void AppQueueDestroyProc(const AppSpawnMgr *mgr, AppSpawnedProcess *appInfo, void *data) in AppQueueDestroyProc() 189 static void AppSpawningCtxOnClose(const AppSpawnMgr *mgr, AppSpawningCtx *ctx, void *data) in AppSpawningCtxOnClose()
|