Home
last modified time | relevance | path

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

/foundation/distributedhardware/device_manager/services/service/include/relationshipsyncmgr/
H A Drelationship_sync_mgr.h48 bool IsChangeTypeValid();
49 bool IsChangeTypeValid(uint32_t type);
/foundation/distributedhardware/device_manager/services/service/src/relationshipsyncmgr/
H A Drelationship_sync_mgr.cpp143 bool RelationShipChangeMsg::IsChangeTypeValid() in IsChangeTypeValid() function in OHOS::DistributedHardware::RelationShipChangeMsg
149 bool RelationShipChangeMsg::IsChangeTypeValid(uint32_t type) in IsChangeTypeValid() function in OHOS::DistributedHardware::RelationShipChangeMsg
347 if (typeJson == NULL || !cJSON_IsNumber(typeJson) || !IsChangeTypeValid(typeJson->valueint)) { in FromJson()

Completed in 1 milliseconds