Home
last modified time | relevance | path

Searched defs:isOnce (Results 1 – 2 of 2) sorted by relevance

/base/msdp/device_status/frameworks/js/napi/src/
Ddevicestatus_event.cpp49 bool DeviceStatusEvent::On(int32_t eventType, napi_value handler, bool isOnce) in On()
75 bool DeviceStatusEvent::SaveCallbackByEvent(int32_t eventType, napi_value handler, bool isOnce, in SaveCallbackByEvent()
128 void DeviceStatusEvent::SaveCallback(int32_t eventType, napi_ref onHandlerRef, bool isOnce) in SaveCallback()
240 void DeviceStatusEvent::OnEvent(int32_t eventType, size_t argc, int32_t value, bool isOnce) in OnEvent()
Ddevicestatus_napi.cpp110 void DeviceStatusNapi::OnDeviceStatusChangedDone(int32_t type, int32_t value, bool isOnce) in OnDeviceStatusChangedDone()