Home
last modified time | relevance | path

Searched refs:TestQueryThreadInvocationState (Results 1 – 9 of 9) sorted by relevance

/foundation/communication/ipc/ipc/test/auxiliary/native/include/
Dtest_service_client.h48 bool TestQueryThreadInvocationState();
Dtest_service.h58 int TestQueryThreadInvocationState() override;
Dtest_service_proxy.h54 int TestQueryThreadInvocationState() override;
Dtest_service_base.h89 virtual int TestQueryThreadInvocationState() = 0;
/foundation/communication/ipc/ipc/test/auxiliary/native/src/
Dtest_service_client.cpp305 bool TestServiceClient::TestQueryThreadInvocationState() in TestQueryThreadInvocationState() function in OHOS::TestServiceClient
312 int ret = testService_->TestQueryThreadInvocationState(); in TestQueryThreadInvocationState()
Dmain_client.cpp204 bool ret = testClient->TestQueryThreadInvocationState(); in TestCaseQueryThreadInvocationState()
Dtest_service.cpp341 int TestService::TestQueryThreadInvocationState() in TestQueryThreadInvocationState() function in OHOS::TestService
Dtest_service_stub.cpp482 int32_t ret = TestQueryThreadInvocationState(); in ServerThreadInvocationState()
Dtest_service_proxy.cpp757 int TestServiceProxy::TestQueryThreadInvocationState() in TestQueryThreadInvocationState() function in OHOS::TestServiceProxy