Home
last modified time | relevance | path

Searched refs:clientPkgName (Results 1 - 9 of 9) sorted by relevance

/foundation/communication/dsoftbus/core/frame/standard/init/src/
H A Dsoftbus_server.cpp61 int32_t SoftBusServer::SoftbusRegisterService(const char *clientPkgName, const sptr<IRemoteObject> &object) in SoftbusRegisterService() argument
63 if (clientPkgName == nullptr || object == nullptr) { in SoftbusRegisterService()
68 if (SoftbusClientInfoManager::GetInstance().SoftbusClientIsExist(clientPkgName, pid)) { in SoftbusRegisterService()
82 if (SoftbusClientInfoManager::GetInstance().SoftbusAddService(clientPkgName, in SoftbusRegisterService()
87 COMM_LOGI(COMM_SVC, "softbus register service success. clientPkgName=%{public}s", clientPkgName); in SoftbusRegisterService()
/foundation/communication/dsoftbus/sdk/frame/standard/src/
H A Dsoftbus_server_proxy_standard.cpp39 int32_t SoftBusServerProxyFrame::SoftbusRegisterService(const char *clientPkgName, const sptr<IRemoteObject>& object) in SoftbusRegisterService() argument
61 if (!data.WriteCString(clientPkgName)) { in SoftbusRegisterService()
62 COMM_LOGE(COMM_SDK, "SoftbusRegisterService write clientPkgName failed!"); in SoftbusRegisterService()
/foundation/communication/dsoftbus/sdk/transmission/ipc/standard/include/
H A Dtrans_server_proxy_standard.h29 int32_t SoftbusRegisterService(const char *clientPkgName, const sptr<IRemoteObject> &object) override;
/foundation/communication/dsoftbus/sdk/frame/standard/include/
H A Dsoftbus_server_proxy_standard.h32 int32_t SoftbusRegisterService(const char *clientPkgName, const sptr<IRemoteObject> &object) override;
/foundation/communication/dsoftbus/sdk/bus_center/ipc/standard/include/
H A Dbus_center_server_proxy_standard.h29 int32_t SoftbusRegisterService(const char *clientPkgName, const sptr<IRemoteObject> &object) override;
/foundation/communication/dsoftbus/core/frame/standard/init/include/
H A Dsoftbus_server.h31 int32_t SoftbusRegisterService(const char *clientPkgName, const sptr<IRemoteObject> &object) override;
H A Dif_softbus_server.h32 virtual int32_t SoftbusRegisterService(const char *clientPkgName, const sptr<IRemoteObject> &object) = 0;
/foundation/communication/dsoftbus/sdk/transmission/ipc/standard/src/
H A Dtrans_server_proxy_standard.cpp63 int32_t TransServerProxy::SoftbusRegisterService(const char *clientPkgName, const sptr<IRemoteObject> &object) in SoftbusRegisterService() argument
65 (void)clientPkgName; in SoftbusRegisterService()
/foundation/communication/dsoftbus/sdk/bus_center/ipc/standard/src/
H A Dbus_center_server_proxy_standard.cpp84 int32_t BusCenterServerProxy::SoftbusRegisterService(const char *clientPkgName, const sptr<IRemoteObject>& object) in SoftbusRegisterService() argument
86 (void)clientPkgName; in SoftbusRegisterService()

Completed in 7 milliseconds