Home
last modified time | relevance | path

Searched defs:jsListenerObject (Results 1 – 7 of 7) sorted by relevance

/foundation/window/window_manager/interfaces/kits/napi/display_runtime/
Djs_display_listener.cpp25 void JsDisplayListener::AddCallback(const std::string& type, NativeValue* jsListenerObject) in AddCallback()
46 void JsDisplayListener::RemoveCallback(const std::string& type, NativeValue* jsListenerObject) in RemoveCallback()
Djs_display_manager.cpp231 bool IfCallbackRegistered(const std::string& type, NativeValue* jsListenerObject) in IfCallbackRegistered()
/foundation/window/window_manager/interfaces/kits/napi/screen_runtime/napi/
Djs_screen_listener.cpp27 void JsScreenListener::AddCallback(const std::string& type, NativeValue* jsListenerObject) in AddCallback()
44 void JsScreenListener::RemoveCallback(const std::string& type, NativeValue* jsListenerObject) in RemoveCallback()
Djs_screen_manager.cpp161 bool IfCallbackRegistered(const std::string& type, NativeValue* jsListenerObject) in IfCallbackRegistered()
/foundation/ability/ability_runtime/frameworks/js/napi/js_mission_manager/
Djs_mission_listener.cpp57 void JsMissionListener::AddJsListenerObject(int32_t listenerId, NativeValue* jsListenerObject) in AddJsListenerObject()
/foundation/ability/ability_runtime/frameworks/js/napi/mission_manager/
Djs_mission_listener.cpp57 void JsMissionListener::AddJsListenerObject(int32_t listenerId, NativeValue* jsListenerObject) in AddJsListenerObject()
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
Djs_window_register_manager.cpp213 bool JsWindowRegisterManager::IsCallbackRegistered(std::string type, NativeValue* jsListenerObject) in IsCallbackRegistered()