Home
last modified time | relevance | path

Searched refs:OffOnce (Results 1 – 3 of 3) sorted by relevance

/base/msdp/device_status/frameworks/js/napi/include/
Ddevicestatus_event.h41 virtual bool OffOnce(int32_t eventType, napi_value handler);
/base/msdp/device_status/frameworks/js/napi/src/
Ddevicestatus_event.cpp132 bool DeviceStatusEvent::OffOnce(int32_t eventType, napi_value handler) in OffOnce() function in OHOS::Msdp::DeviceStatus::DeviceStatusEvent
Ddevicestatus_napi.cpp463 g_obj->OffOnce(devicestatusData.type, handler); in GetDeviceStatus()