Searched defs:jsListenerObject (Results 1 – 7 of 7) sorted by relevance
25 void JsDisplayListener::AddCallback(const std::string& type, NativeValue* jsListenerObject) in AddCallback()46 void JsDisplayListener::RemoveCallback(const std::string& type, NativeValue* jsListenerObject) in RemoveCallback()
231 bool IfCallbackRegistered(const std::string& type, NativeValue* jsListenerObject) in IfCallbackRegistered()
27 void JsScreenListener::AddCallback(const std::string& type, NativeValue* jsListenerObject) in AddCallback()44 void JsScreenListener::RemoveCallback(const std::string& type, NativeValue* jsListenerObject) in RemoveCallback()
161 bool IfCallbackRegistered(const std::string& type, NativeValue* jsListenerObject) in IfCallbackRegistered()
57 void JsMissionListener::AddJsListenerObject(int32_t listenerId, NativeValue* jsListenerObject) in AddJsListenerObject()
213 bool JsWindowRegisterManager::IsCallbackRegistered(std::string type, NativeValue* jsListenerObject) in IsCallbackRegistered()