Home
last modified time | relevance | path

Searched refs:GetDatabusNameByProxy (Results 1 – 4 of 4) sorted by relevance

/foundation/communication/ipc/services/dbinder/c/src/
Ddbinder_service.c510 static int32_t GetDatabusNameByProxy(ProxyObject *proxy) in GetDatabusNameByProxy() function
536 if (GetDatabusNameByProxy(proxy) != ERR_NONE) { in OnRemoteInvokerDataBusMessage()
/foundation/communication/ipc/interfaces/innerkits/libdbinder/include/
Ddbinder_service.h345 std::string GetDatabusNameByProxy(IPCObjectProxy *proxy);
/foundation/communication/ipc/services/dbinder/test/unittest/
Ddbinder_service_unittest.cpp589 std::string res = dBinderService->GetDatabusNameByProxy(proxy);
592 res = dBinderService->GetDatabusNameByProxy(&object);
/foundation/communication/ipc/services/dbinder/dbinder_service/src/
Ddbinder_service.cpp586 std::string DBinderService::GetDatabusNameByProxy(IPCObjectProxy *proxy) in GetDatabusNameByProxy() function in OHOS::DBinderService
626 std::string sessionName = GetDatabusNameByProxy(proxy); in OnRemoteInvokerDataBusMessage()