Searched defs:jsListenerObject (Results 1 – 6 of 6) sorted by relevance
25 void JsDisplayListener::AddCallback(NativeValue* jsListenerObject) in AddCallback()46 void JsDisplayListener::RemoveCallback(NativeValue* jsListenerObject) in RemoveCallback()
173 bool IfCallbackRegistered(const std::string& type, NativeValue* jsListenerObject) in IfCallbackRegistered()
27 void JsScreenListener::AddCallback(NativeValue* jsListenerObject) in AddCallback()44 void JsScreenListener::RemoveCallback(NativeValue* jsListenerObject) in RemoveCallback()
118 bool IfCallbackRegistered(const std::string& type, NativeValue* jsListenerObject) in IfCallbackRegistered()
124 bool JsWindowRegisterManager::IsCallbackRegistered(std::string type, NativeValue* jsListenerObject) in IsCallbackRegistered()
74 void JsMissionListener::AddJsListenerObject(int32_t listenerId, NativeValue* jsListenerObject) in AddJsListenerObject()