Searched refs:RES_TYPE_DEBUG (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/test/unittest/ |
H A D | res_sched_exe_mgr_test.cpp | 89 …int32_t ret = ResSchedExeMgr::GetInstance().SendRequestSync(ResExeType::RES_TYPE_DEBUG, 0, context… 104 ResSchedExeMgr::GetInstance().SendRequestAsync(ResExeType::RES_TYPE_DEBUG, 0, context); 142 …tring trace = ResSchedExeMgr::GetInstance().BuildTraceStr(__func__, ResExeType::RES_TYPE_DEBUG, 0);
|
H A D | res_sched_exe_client_test.cpp | 88 … ResSchedExeClient::GetInstance().SendRequestSync(ResExeType::RES_TYPE_DEBUG, 0, context, reply); 104 ResSchedExeClient::GetInstance().SendRequestAsync(ResExeType::RES_TYPE_DEBUG, 0, context);
|
H A D | res_sched_exe_service_test.cpp | 333 reportData.WriteUint32(ResExeType::RES_TYPE_DEBUG); 347 reportData.WriteUint32(ResExeType::RES_TYPE_DEBUG); in ReportDebugInnerTask()
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/interfaces/innerkits/ressched_executor_client/src/ |
H A D | res_sched_exe_service_proxy.cpp | 33 if (resType == ResExeType::RES_TYPE_DEBUG) { in SendRequestSync() 57 if (resType == ResExeType::RES_TYPE_DEBUG) { in SendRequestAsync() 119 …WRITE_PARCEL(data, Uint32, ResExeType::RES_TYPE_DEBUG, ResIpcErrCode::RSSEXE_DATA_ERROR, ResSchedE… in SendDebugCommand()
|
H A D | res_sched_exe_client.cpp | 91 SendRequestInner(isSync, ResExeType::RES_TYPE_DEBUG, 0, tempJson, tempJson); in SendDebugCommand()
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/interfaces/innerkits/ressched_executor_client/include/ |
H A D | res_exe_type.h | 55 RES_TYPE_DEBUG = RES_TYPE_LAST, enumerator
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/services/resschedexemgr/src/ |
H A D | res_sched_exe_mgr.cpp | 46 { ResExeType::RES_TYPE_DEBUG, "DEBUG_COMMAND" },
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/services/resschedexeservice/src/ |
H A D | res_sched_exe_service_stub.cpp | 55 return type == ResExeType::RES_TYPE_DEBUG; in IsTypeDebug()
|