Home
last modified time | relevance | path

Searched refs:SyncTrustedRelationShip (Results 1 - 11 of 11) sorted by relevance

/foundation/communication/dsoftbus/core/frame/standard/init/src/
H A Dif_softbus_server.cpp104 int32_t ISoftBusServer::SyncTrustedRelationShip(const char *pkgName, const char *msg, uint32_t msgLen) in SyncTrustedRelationShip() function in OHOS::ISoftBusServer
H A Dsoftbus_server.cpp304 int32_t SoftBusServer::SyncTrustedRelationShip(const char *pkgName, const char *msg, uint32_t msgLen) in SyncTrustedRelationShip() function in OHOS::SoftBusServer
H A Dsoftbus_server_stub.cpp1605 int32_t retReply = SyncTrustedRelationShip(pkgName, msg, msgLen); in SyncTrustedRelationShipInner()
/foundation/communication/dsoftbus/sdk/bus_center/ipc/standard/include/
H A Dbus_center_server_proxy_standard.h68 int32_t SyncTrustedRelationShip(const char *pkgName, const char *msg, uint32_t msgLen) override;
/foundation/communication/dsoftbus/core/frame/standard/init/include/
H A Dsoftbus_server.h71 int32_t SyncTrustedRelationShip(const char *pkgName, const char *msg, uint32_t msgLen) override;
H A Dif_softbus_server.h72 virtual int32_t SyncTrustedRelationShip(const char *pkgName, const char *msg, uint32_t msgLen);
/foundation/communication/dsoftbus/interfaces/kits/bus_center/
H A Dsoftbus_bus_center.h935 int32_t SyncTrustedRelationShip(const char *pkgName, const char *msg, uint32_t msgLen);
/foundation/communication/dsoftbus/sdk/bus_center/ipc/standard/src/
H A Dbus_center_server_proxy.cpp315 int32_t ret = g_serverProxy->SyncTrustedRelationShip(pkgName, msg, msgLen); in ServerIpcSyncTrustedRelationShip()
317 LNN_LOGE(LNN_EVENT, "SyncTrustedRelationShip failed"); in ServerIpcSyncTrustedRelationShip()
H A Dbus_center_server_proxy_standard.cpp1025 int32_t BusCenterServerProxy::SyncTrustedRelationShip(const char *pkgName, const char *msg, uint32_t msgLen) in SyncTrustedRelationShip() function in OHOS::BusCenterServerProxy
/foundation/communication/dsoftbus/sdk/bus_center/service/src/
H A Dclient_bus_center.c568 int32_t SyncTrustedRelationShip(const char *pkgName, const char *msg, uint32_t msgLen) in SyncTrustedRelationShip() function
571 LNN_LOGE(LNN_STATE, "invalid SyncTrustedRelationShip para"); in SyncTrustedRelationShip()
/foundation/distributedhardware/device_manager/services/service/src/softbus/
H A Dsoftbus_listener.cpp1085 if (SyncTrustedRelationShip(DM_PKG_NAME, msg.c_str(), msg.length()) != DM_OK) { in SendAclChangedBroadcast()
1086 LOGE("SyncTrustedRelationShip failed."); in SendAclChangedBroadcast()

Completed in 12 milliseconds