Searched refs:SyncTrustedRelationShip (Results 1 - 11 of 11) sorted by relevance
/foundation/communication/dsoftbus/core/frame/standard/init/src/ |
H A D | if_softbus_server.cpp | 104 int32_t ISoftBusServer::SyncTrustedRelationShip(const char *pkgName, const char *msg, uint32_t msgLen) in SyncTrustedRelationShip() function in OHOS::ISoftBusServer
|
H A D | softbus_server.cpp | 304 int32_t SoftBusServer::SyncTrustedRelationShip(const char *pkgName, const char *msg, uint32_t msgLen) in SyncTrustedRelationShip() function in OHOS::SoftBusServer
|
H A D | softbus_server_stub.cpp | 1605 int32_t retReply = SyncTrustedRelationShip(pkgName, msg, msgLen); in SyncTrustedRelationShipInner()
|
/foundation/communication/dsoftbus/sdk/bus_center/ipc/standard/include/ |
H A D | bus_center_server_proxy_standard.h | 68 int32_t SyncTrustedRelationShip(const char *pkgName, const char *msg, uint32_t msgLen) override;
|
/foundation/communication/dsoftbus/core/frame/standard/init/include/ |
H A D | softbus_server.h | 71 int32_t SyncTrustedRelationShip(const char *pkgName, const char *msg, uint32_t msgLen) override;
|
H A D | if_softbus_server.h | 72 virtual int32_t SyncTrustedRelationShip(const char *pkgName, const char *msg, uint32_t msgLen);
|
/foundation/communication/dsoftbus/interfaces/kits/bus_center/ |
H A D | softbus_bus_center.h | 935 int32_t SyncTrustedRelationShip(const char *pkgName, const char *msg, uint32_t msgLen);
|
/foundation/communication/dsoftbus/sdk/bus_center/ipc/standard/src/ |
H A D | bus_center_server_proxy.cpp | 315 int32_t ret = g_serverProxy->SyncTrustedRelationShip(pkgName, msg, msgLen); in ServerIpcSyncTrustedRelationShip() 317 LNN_LOGE(LNN_EVENT, "SyncTrustedRelationShip failed"); in ServerIpcSyncTrustedRelationShip()
|
H A D | bus_center_server_proxy_standard.cpp | 1025 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 D | client_bus_center.c | 568 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 D | softbus_listener.cpp | 1085 if (SyncTrustedRelationShip(DM_PKG_NAME, msg.c_str(), msg.length()) != DM_OK) { in SendAclChangedBroadcast() 1086 LOGE("SyncTrustedRelationShip failed."); in SendAclChangedBroadcast()
|
Completed in 12 milliseconds