Searched refs:ReportDebugInner (Results 1 – 3 of 3) sorted by relevance
330 EXPECT_TRUE(resSchedExeServiceStub_->ReportDebugInner(emptyData));335 EXPECT_TRUE(!resSchedExeServiceStub_->ReportDebugInner(reportData));344 EXPECT_TRUE(resSchedExeServiceStub_->ReportDebugInner(emptyData)); in ReportDebugInnerTask()349 EXPECT_TRUE(!resSchedExeServiceStub_->ReportDebugInner(reportData)); in ReportDebugInnerTask()
54 int32_t ReportDebugInner(MessageParcel& data);
154 int32_t ResSchedExeServiceStub::ReportDebugInner(MessageParcel& data) in ReportDebugInner() function in OHOS::ResourceSchedule::ResSchedExeServiceStub197 return ReportDebugInner(data); in OnRemoteRequest()