Home
last modified time | relevance | path

Searched refs:GetSoftbusClientProxy (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/discovery/ipc/
H A Dclient_info_manager_mock.cpp26 sptr<IRemoteObject> SoftbusClientInfoManager::GetSoftbusClientProxy(const std::string &pkgName) in GetSoftbusClientProxy() function in OHOS::SoftbusClientInfoManager
28 return ClientInfoManagerMock::Get()->GetSoftbusClientProxy(pkgName); in GetSoftbusClientProxy()
48 EXPECT_CALL(*this, GetSoftbusClientProxy).WillRepeatedly(ActionOfGetSoftBusClientProxy); in SetupStub()
H A Dclient_info_manager_mock.h32 MOCK_METHOD((sptr<IRemoteObject>), GetSoftbusClientProxy, (const std::string &pkgName));
/ohos5.0/foundation/communication/dsoftbus/core/frame/standard/client_manager/include/
H A Dsoftbus_client_info_manager.h39 sptr<IRemoteObject> GetSoftbusClientProxy(const std::string &pkgName);
40 sptr<IRemoteObject> GetSoftbusClientProxy(const std::string &pkgName, int32_t pid);
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/ipc/
H A Dbus_center_client_proxy_standard_test.cpp58 …emoteObject> clientObject = SoftbusClientInfoManager::GetInstance().GetSoftbusClientProxy(pkgName); in GetClientProxy()
/ohos5.0/foundation/communication/dsoftbus/core/frame/standard/client_manager/src/
H A Dsoftbus_client_info_manager.cpp116 sptr<IRemoteObject> SoftbusClientInfoManager::GetSoftbusClientProxy(const std::string &pkgName) in GetSoftbusClientProxy() function in OHOS::SoftbusClientInfoManager
127 sptr<IRemoteObject> SoftbusClientInfoManager::GetSoftbusClientProxy(const std::string &pkgName, int… in GetSoftbusClientProxy() function in OHOS::SoftbusClientInfoManager
/ohos5.0/foundation/communication/dsoftbus/core/transmission/ipc/standard/src/
H A Dtrans_client_proxy.cpp34 …oteObject> clientObject = SoftbusClientInfoManager::GetInstance().GetSoftbusClientProxy(pkgName, p… in GetClientProxy()
231 …oteObject> clientObject = SoftbusClientInfoManager::GetInstance().GetSoftbusClientProxy(pkgName, p… in CheckServiceIsRegistered()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/standard/src/
H A Dbus_center_client_proxy.cpp30 …oteObject> clientObject = SoftbusClientInfoManager::GetInstance().GetSoftbusClientProxy(pkgName, p… in GetClientProxy()