Home
last modified time | relevance | path

Searched refs:StartDBinderService (Results 1 - 10 of 10) sorted by relevance

/foundation/communication/ipc/interfaces/innerkits/c/dbinder/include/
H A Ddbinder_service.h25 int32_t StartDBinderService(void);
/foundation/communication/ipc/ipc/test/rpc/samgr/
H A Drpc_mini_samgr.c143 StartDBinderService(); in RpcStartSamgr()
144 RPC_LOG_INFO("StartDBinderService finished"); in RpcStartSamgr()
H A Drpc_samgr.c188 StartDBinderService(); in main()
189 RPC_LOG_INFO("StartDBinderService finished"); in main()
/foundation/communication/ipc/ipc/test/unittest/rpc/samgr/
H A DRpcSamgrTest.cpp263 int32_t ret = StartDBinderService(); in HWTEST_F()
265 RPC_LOG_INFO("StartDBinderService finished"); in HWTEST_F()
/foundation/communication/ipc/services/dbinder/test/unittest/
H A Ddbinder_service_unittest.cpp105 * @tc.desc: Verify the StartDBinderService function
113 bool res = dBinderService->StartDBinderService(callbackImpl); in HWTEST_F()
119 * @tc.desc: Verify the StartDBinderService function
128 bool res = dBinderService->StartDBinderService(callbackImpl); in HWTEST_F()
134 * @tc.desc: Verify the StartDBinderService function
144 bool res = dBinderService->StartDBinderService(callbackImpl); in HWTEST_F()
150 * @tc.desc: Verify the StartDBinderService function
161 bool res = dBinderService->StartDBinderService(callbackImpl); in HWTEST_F()
/foundation/communication/ipc/interfaces/innerkits/libdbinder/include/
H A Ddbinder_service.h152 bool StartDBinderService(std::shared_ptr<RpcSystemAbilityCallback> &callbackImpl);
/foundation/systemabilitymgr/samgr_lite/samgr_server/source/
H A Dsamgr_server_rpc.c139 StartDBinderService(); in RpcStartSamgr()
/foundation/communication/ipc/services/dbinder/c/src/
H A Ddbinder_service.c730 int32_t StartDBinderService(void) in StartDBinderService() function
/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager.cpp109 bool ret = dBinderService_->StartDBinderService(rpcCallbackImp_); in RegisterDistribute()
133 bool ret = dBinderService_->StartDBinderService(rpcCallbackImp_); in InitDbinderService()
/foundation/communication/ipc/services/dbinder/dbinder_service/src/
H A Ddbinder_service.cpp79 bool DBinderService::StartDBinderService(std::shared_ptr<RpcSystemAbilityCallback> &callbackImpl) in StartDBinderService() function in OHOS::DBinderService

Completed in 14 milliseconds