Home
last modified time | relevance | path

Searched refs:DBinderTestService (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/ipc/services/dbinder/test/distributedtest/src/
H A Ddbinder_test_service.cpp30 int DBinderTestService::destructTimes_ = 0;
31 std::mutex DBinderTestService::destructTimesMutex_;
45 DBinderTestService::~DBinderTestService() in ~DBinderTestService()
47 DBINDER_LOGI(LOG_LABEL, "DBinderTestService finish"); in ~DBinderTestService()
53 int DBinderTestService::Instantiate() in Instantiate()
65 int result = saMgr->AddSystemAbility(RPC_TEST_SERVICE2, new DBinderTestService(), saExtra); in Instantiate()
67 int result = saMgr->AddSystemAbility(RPC_TEST_SERVICE, new DBinderTestService(), saExtra); in Instantiate()
74 int DBinderTestService::ReverseInt(int data, int &rep) in ReverseInt()
82 int DBinderTestService
[all...]
H A Ddbinder_test_server_main.cpp24 static constexpr OHOS::HiviewDFX::HiLogLabel LOG_LABEL = { LOG_CORE, LOG_ID_TEST, "DBinderTestService" };
28 DBinderTestService::Instantiate(); in main()
30 DBINDER_LOGI(LOG_LABEL, "DBinderTestService-main call StartThreadPool"); in main()
H A Ddbinder_distributed_test.cpp1122 sptr<IRemoteObject> object = new DBinderTestService(); in HWTEST_F()
1159 sptr<IRemoteObject> object = new DBinderTestService(); in HWTEST_F()
1499 sptr<IRemoteObject> object = new DBinderTestService(); in HWTEST_F()
/foundation/communication/ipc/services/dbinder/test/distributedtest/include/
H A Ddbinder_test_service.h23 class DBinderTestService : public DBinderTestServiceStub { class
25 DBinderTestService() = default;
26 virtual ~DBinderTestService();

Completed in 4 milliseconds