• Home
  • Raw
  • Download

Lines Matching refs:response

57     DispatchResponse response = heapProfiler->AddInspectedHeapObject(param);  in HWTEST_F_L0()  local
58 ASSERT_TRUE(response.GetMessage() == "AddInspectedHeapObject not support now"); in HWTEST_F_L0()
59 ASSERT_TRUE(!response.IsOk()); in HWTEST_F_L0()
66 DispatchResponse response = heapProfiler->CollectGarbage(); in HWTEST_F_L0() local
67 ASSERT_TRUE(response.GetMessage() == ""); in HWTEST_F_L0()
68 ASSERT_TRUE(response.IsOk()); in HWTEST_F_L0()
75 DispatchResponse response = heapProfiler->Enable(); in HWTEST_F_L0() local
76 ASSERT_TRUE(response.GetMessage() == ""); in HWTEST_F_L0()
77 ASSERT_TRUE(response.IsOk()); in HWTEST_F_L0()
84 DispatchResponse response = heapProfiler->Disable(); in HWTEST_F_L0() local
85 ASSERT_TRUE(response.GetMessage() == ""); in HWTEST_F_L0()
86 ASSERT_TRUE(response.IsOk()); in HWTEST_F_L0()
95 DispatchResponse response = heapProfiler->GetHeapObjectId(params, &objectId); in HWTEST_F_L0() local
96 ASSERT_TRUE(response.GetMessage() == "GetHeapObjectId not support now"); in HWTEST_F_L0()
97 ASSERT_TRUE(!response.IsOk()); in HWTEST_F_L0()
106 DispatchResponse response = heapProfiler->GetObjectByHeapObjectId(*params, &remoteObjectResult); in HWTEST_F_L0() local
107 ASSERT_TRUE(response.GetMessage() == "GetObjectByHeapObjectId not support now"); in HWTEST_F_L0()
108 ASSERT_TRUE(!response.IsOk()); in HWTEST_F_L0()
116 DispatchResponse response = heapProfiler->GetSamplingProfile(&profile); in HWTEST_F_L0() local
117 ASSERT_TRUE(response.GetMessage() == "GetSamplingProfile fail"); in HWTEST_F_L0()
118 ASSERT_TRUE(!response.IsOk()); in HWTEST_F_L0()
126 DispatchResponse response = heapProfiler->StartSampling(params); in HWTEST_F_L0() local
127 ASSERT_TRUE(response.IsOk()); in HWTEST_F_L0()
135 DispatchResponse response = heapProfiler->StopSampling(&profile); in HWTEST_F_L0() local
136 ASSERT_TRUE(response.GetMessage() == "StopSampling fail"); in HWTEST_F_L0()
137 ASSERT_TRUE(!response.IsOk()); in HWTEST_F_L0()
145 DispatchResponse response = heapProfiler->TakeHeapSnapshot(params); in HWTEST_F_L0() local
146 ASSERT_TRUE(response.GetMessage() == ""); in HWTEST_F_L0()
147 ASSERT_TRUE(response.IsOk()); in HWTEST_F_L0()
386 DispatchResponse response = heapProfiler->StartSampling(params); in HWTEST_F_L0() local
397 DispatchResponse response = heapProfiler->StartSampling(params); in HWTEST_F_L0() local
408 DispatchResponse response = heapProfiler->StartSampling(params); in HWTEST_F_L0() local