Home
last modified time | relevance | path

Searched refs:FromBroadcastPayLoad (Results 1 - 2 of 2) sorted by relevance

/foundation/distributedhardware/device_manager/services/service/include/relationshipsyncmgr/
H A Drelationship_sync_mgr.h46 bool FromBroadcastPayLoad(const cJSON *payloadJson, RelationShipChangeType type);
/foundation/distributedhardware/device_manager/services/service/src/relationshipsyncmgr/
H A Drelationship_sync_mgr.cpp89 bool RelationShipChangeMsg::FromBroadcastPayLoad(const cJSON *payloadJson, RelationShipChangeType type) in FromBroadcastPayLoad() function in OHOS::DistributedHardware::RelationShipChangeMsg
91 LOGI("FromBroadcastPayLoad type %{public}d.", type); in FromBroadcastPayLoad()
360 if (!this->FromBroadcastPayLoad(payloadJson, type)) { in FromJson()

Completed in 1 milliseconds