Home
last modified time | relevance | path

Searched refs:DmNativeEvent (Results 1 - 8 of 8) sorted by relevance

/foundation/distributedhardware/device_manager/interfaces/kits/js4.0/src/
H A Ddm_native_event.cpp22 DmNativeEvent::DmNativeEvent(napi_env env, napi_value thisVar) in DmNativeEvent() function in DmNativeEvent
29 DmNativeEvent::~DmNativeEvent() in ~DmNativeEvent()
40 void DmNativeEvent::On(std::string &eventType, napi_value handler) in On()
42 LOGI("DmNativeEvent On in for event: %{public}s", eventType.c_str()); in On()
50 void DmNativeEvent::Off(std::string &eventType) in Off()
52 LOGI("DmNativeEvent Off in for event: %{public}s", eventType.c_str()); in Off()
73 void DmNativeEvent::OnEvent(const std::string &eventType, size_t argc, const napi_value *argv) in OnEvent()
H A Dnative_devicemanager_js.cpp543 DeviceManagerNapi::DeviceManagerNapi(napi_env env, napi_value thisVar) : DmNativeEvent(env, thisVar) in DeviceManagerNapi()
/foundation/distributedhardware/device_manager/interfaces/kits/js/src/
H A Ddm_native_event.cpp22 DmNativeEvent::DmNativeEvent(napi_env env, napi_value thisVar) in DmNativeEvent() function in DmNativeEvent
29 DmNativeEvent::~DmNativeEvent() in ~DmNativeEvent()
41 void DmNativeEvent::On(std::string &eventType, napi_value handler) in On()
43 LOGI("DmNativeEvent On in for event: %{public}s", eventType.c_str()); in On()
51 void DmNativeEvent::Off(std::string &eventType) in Off()
53 LOGI("DmNativeEvent Off in for event: %{public}s", eventType.c_str()); in Off()
74 void DmNativeEvent::OnEvent(const std::string &eventType, size_t argc, const napi_value *argv) in OnEvent()
H A Dnative_devicemanager_js.cpp739 DeviceManagerNapi::DeviceManagerNapi(napi_env env, napi_value thisVar) : DmNativeEvent(env, thisVar) in DeviceManagerNapi()
/foundation/distributedhardware/device_manager/interfaces/kits/js/include/
H A Ddm_native_event.h31 class DmNativeEvent { class
33 DmNativeEvent(napi_env env, napi_value thisVar);
34 virtual ~DmNativeEvent();
H A Dnative_devicemanager_js.h269 class DeviceManagerNapi : public DmNativeEvent {
/foundation/distributedhardware/device_manager/interfaces/kits/js4.0/include/
H A Ddm_native_event.h31 class DmNativeEvent { class
33 DmNativeEvent(napi_env env, napi_value thisVar);
34 virtual ~DmNativeEvent();
H A Dnative_devicemanager_js.h215 class DeviceManagerNapi : public DmNativeEvent {

Completed in 18 milliseconds