Home
last modified time | relevance | path

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

/base/msdp/device_status/libs/src/
Ddevicestatus_msdp_rdb.cpp37 DevicestatusMsdpRdb* g_rdb; variable
80 if (g_rdb == nullptr) { in NotifyMsdpImpl()
84 if (g_rdb->GetCallbacksImpl() == nullptr) { in NotifyMsdpImpl()
88 g_rdb->GetCallbacksImpl()->OnResult(data); in NotifyMsdpImpl()
348 g_rdb = new DevicestatusMsdpRdb(); in Create()
349 return g_rdb; in Create()
Ddevicestatus_sensor_rdb.cpp37 DevicestatusSensorRdb* g_rdb; variable
83 if (g_rdb == nullptr) { in NotifyMsdpImpl()
87 if (g_rdb->GetCallbacksImpl() == nullptr) { in NotifyMsdpImpl()
91 g_rdb->GetCallbacksImpl()->OnSensorHdiResult(data); in NotifyMsdpImpl()
366 g_rdb = new DevicestatusSensorRdb(); in Create()
367 return g_rdb; in Create()