Home
last modified time | relevance | path

Searched refs:DEV_RET_IF_NULL (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/msdp/device_status/utils/common/include/
H A Ddevicestatus_common.h29 #define DEV_RET_IF_NULL(cond) if (cond) {return;} macro
/ohos5.0/base/msdp/device_status/services/communication/client/src/
H A Ddevicestatus_srv_proxy.cpp44 DEV_RET_IF_NULL((remote == nullptr) || (callback == nullptr)); in Subscribe()
73 DEV_RET_IF_NULL((remote == nullptr) || (callback == nullptr)); in Unsubscribe()