Home
last modified time | relevance | path

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

/foundation/distributedhardware/device_manager/services/service/src/relationshipsyncmgr/
H A Drelationship_sync_mgr.cpp346 cJSON *typeJson = cJSON_GetObjectItem(msgObj, MSG_TYPE); in FromJson() local
347 if (typeJson == NULL || !cJSON_IsNumber(typeJson) || !IsChangeTypeValid(typeJson->valueint)) { in FromJson()
352 this->type = (RelationShipChangeType)typeJson->valueint; in FromJson()

Completed in 2 milliseconds