Home
last modified time | relevance | path

Searched refs:FindDBinderStub (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/ipc/interfaces/innerkits/libdbinder/include/
H A Ddbinder_service.h344 sptr<DBinderServiceStub> FindDBinderStub(const std::u16string &service, const std::string &device);
/foundation/communication/ipc/services/dbinder/dbinder_service/src/
H A Ddbinder_service.cpp251 sptr<DBinderServiceStub> DBinderService::FindDBinderStub(const std::u16string &service, const std::string &device) in FindDBinderStub() function in OHOS::DBinderService
1238 sptr<DBinderServiceStub> dbStub = FindDBinderStub(serviceName, deviceID); in NoticeServiceDieInner()
/foundation/communication/ipc/services/dbinder/test/unittest/
H A Ddbinder_service_unittest.cpp1196 * @tc.desc: Verify the FindDBinderStub function
1212 sptr<DBinderServiceStub> testDdBinderStub3 = dBinderService->FindDBinderStub(service, device); in HWTEST_F()
1218 EXPECT_EQ(dBinderService->FindDBinderStub(service1, device1), nullptr); in HWTEST_F()

Completed in 6 milliseconds