Home
last modified time | relevance | path

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

/foundation/communication/ipc/interfaces/innerkits/c/dbinder/include/
H A Ddbinder_service.h27 int32_t MakeRemoteBinder(const void *serviceName, uint32_t nameLen, const char *deviceID, uint32_t idLen,
/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/
H A Ddefault_client_mini_adapter.c61 int32_t ret = MakeRemoteBinder(saName, strlen(saName), deviceId, strlen(deviceId), saNode->saId, 0, in QueryRemoteIdentityInner()
64 HILOG_ERROR(HILOG_MODULE_SAMGR, "MakeRemoteBinder failed"); in QueryRemoteIdentityInner()
69 HILOG_ERROR(HILOG_MODULE_SAMGR, "MakeRemoteBinder sid handle=%d", target.handle); in QueryRemoteIdentityInner()
/foundation/communication/ipc/ipc/test/rpc/samgr/
H A Drpc_mini_samgr.c119 int32_t ret = MakeRemoteBinder(name, nameLen, deviceId, idLen, (uintptr_t)saId, 0, &sid); in GetRemoteSystemAbility()
121 RPC_LOG_ERROR("MakeRemoteBinder failed"); in GetRemoteSystemAbility()
H A Drpc_samgr.c105 int32_t ret = MakeRemoteBinder(name, nameLen, deviceId, idLen, (uintptr_t)saId, 0, (void *)sid); in GetRemoteSystemAbility()
107 RPC_LOG_ERROR("MakeRemoteBinder failed"); in GetRemoteSystemAbility()
/foundation/communication/ipc/ipc/test/unittest/rpc/samgr/
H A DRpcSamgrTest.cpp106 int32_t ret = MakeRemoteBinder(name, 2, deviceId, idLen, (uintptr_t)saId, 0, (void *)sid); in GetRemoteSystemAbility()
108 RPC_LOG_ERROR("MakeRemoteBinder failed"); in GetRemoteSystemAbility()
/foundation/communication/ipc/interfaces/innerkits/libdbinder/include/
H A Ddbinder_service.h164 sptr<DBinderServiceStub> MakeRemoteBinder(const std::u16string &serviceName,
/foundation/communication/ipc/services/dbinder/test/unittest/
H A Ddbinder_service_unittest.cpp518 * @tc.desc: Verify the MakeRemoteBinder function
530 EXPECT_EQ(dBinderService->MakeRemoteBinder(serviceName, deviceID, binderObject, pid, uid), nullptr); in HWTEST_F()
535 * @tc.desc: Verify the MakeRemoteBinder function
547 EXPECT_EQ(dBinderService->MakeRemoteBinder(serviceName, deviceID, binderObject, pid, uid), nullptr); in HWTEST_F()
552 * @tc.desc: Verify the MakeRemoteBinder function
564 EXPECT_EQ(dBinderService->MakeRemoteBinder(serviceName, deviceID, binderObject, pid, uid), nullptr); in HWTEST_F()
/foundation/communication/ipc/services/dbinder/c/src/
H A Ddbinder_service.c133 RPC_LOG_ERROR("MakeRemoteBinder null poiter"); in CheckBinderParams()
138 RPC_LOG_ERROR("MakeRemoteBinder length invalid"); in CheckBinderParams()
802 int32_t MakeRemoteBinder(const void *serviceName, uint32_t nameLen, const char *deviceID, uint32_t idLen, in MakeRemoteBinder() function
805 RPC_LOG_INFO("MakeRemoteBinder start"); in MakeRemoteBinder()
807 RPC_LOG_ERROR("MakeRemoteBinder failed"); in MakeRemoteBinder()
/foundation/communication/ipc/services/dbinder/dbinder_service/src/
H A Ddbinder_service.cpp41 // DBinderServiceStub's reference count in a MakeRemoteBinder call.
319 sptr<DBinderServiceStub> DBinderService::MakeRemoteBinder(const std::u16string &serviceName, in MakeRemoteBinder() function in OHOS::DBinderService
/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager.cpp1878 HILOGI("MakeRemoteBinder begin, SA:%{public}d", systemAbilityId); in DoMakeRemoteBinder()
1889 remoteBinder = dBinderService_->MakeRemoteBinder(Str8ToStr16(strName), in DoMakeRemoteBinder()
1893 HILOGI("MakeRemoteBinder end, result %{public}s, SA:%{public}d, networkId : %{public}s", in DoMakeRemoteBinder()

Completed in 11 milliseconds