/foundation/communication/ipc/interfaces/innerkits/c/dbinder/include/ |
H A D | dbinder_service.h | 27 int32_t MakeRemoteBinder(const void *serviceName, uint32_t nameLen, const char *deviceID, uint32_t idLen,
|
/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/ |
H A D | default_client_mini_adapter.c | 61 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 D | rpc_mini_samgr.c | 119 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 D | rpc_samgr.c | 105 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 D | RpcSamgrTest.cpp | 106 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 D | dbinder_service.h | 164 sptr<DBinderServiceStub> MakeRemoteBinder(const std::u16string &serviceName,
|
/foundation/communication/ipc/services/dbinder/test/unittest/ |
H A D | dbinder_service_unittest.cpp | 518 * @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 D | dbinder_service.c | 133 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 D | dbinder_service.cpp | 41 // 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 D | system_ability_manager.cpp | 1878 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()
|