Home
last modified time | relevance | path

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 Dres_sched_exe_mgr_test.cpp89 …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 Dres_sched_exe_client_test.cpp88 … ResSchedExeClient::GetInstance().SendRequestSync(ResExeType::RES_TYPE_DEBUG, 0, context, reply);
104 ResSchedExeClient::GetInstance().SendRequestAsync(ResExeType::RES_TYPE_DEBUG, 0, context);
H A Dres_sched_exe_service_test.cpp333 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 Dres_sched_exe_service_proxy.cpp33 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 Dres_sched_exe_client.cpp91 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 Dres_exe_type.h55 RES_TYPE_DEBUG = RES_TYPE_LAST, enumerator
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/services/resschedexemgr/src/
H A Dres_sched_exe_mgr.cpp46 { ResExeType::RES_TYPE_DEBUG, "DEBUG_COMMAND" },
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/services/resschedexeservice/src/
H A Dres_sched_exe_service_stub.cpp55 return type == ResExeType::RES_TYPE_DEBUG; in IsTypeDebug()