Home
last modified time | relevance | path

Searched refs:GetSoftbusInnerObject (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/transmission/ipc/standard/src/
H A Dtrans_client_proxy.cpp58 …if (SoftbusClientInfoManager::GetInstance().GetSoftbusInnerObject(pkgName, &object) != SOFTBUS_OK)… in ClientIpcOnChannelOpened()
97 …if (SoftbusClientInfoManager::GetInstance().GetSoftbusInnerObject(data->msgPkgName, &object) != SO… in ClientIpcOnChannelOpenFailed()
135 …if (SoftbusClientInfoManager::GetInstance().GetSoftbusInnerObject(data->msgPkgName, &object) != SO… in ClientIpcOnChannelClosed()
182 …if (SoftbusClientInfoManager::GetInstance().GetSoftbusInnerObject(data->msgPkgName, &object) != SO… in ClientIpcOnChannelMsgReceived()
/ohos5.0/foundation/communication/dsoftbus/core/frame/standard/client_manager/include/
H A Dsoftbus_client_info_manager.h38 int32_t GetSoftbusInnerObject(const std::string &pkgName, ISessionListener *listener);
/ohos5.0/foundation/communication/dsoftbus/core/frame/standard/client_manager/src/
H A Dsoftbus_client_info_manager.cpp101 int32_t SoftbusClientInfoManager::GetSoftbusInnerObject(const std::string &pkgName, ISessionListene… in GetSoftbusInnerObject() function in OHOS::SoftbusClientInfoManager