Searched refs:OH_HiAppEvent_RemoveWatcher (Results 1 – 19 of 19) sorted by relevance
692 ASSERT_EQ(OH_HiAppEvent_RemoveWatcher(g_onTriggerWatcher), 0);693 ASSERT_EQ(OH_HiAppEvent_RemoveWatcher(g_onTriggerWatcher), ErrorCode::ERROR_WATCHER_NOT_ADDED);694 ASSERT_EQ(OH_HiAppEvent_RemoveWatcher(g_onReceiveWatcher), 0);695 ASSERT_EQ(OH_HiAppEvent_RemoveWatcher(g_onReceiveWatcher), ErrorCode::ERROR_WATCHER_NOT_ADDED);
19 | int OH_HiAppEvent_RemoveWatcher (HiAppEvent_Watcher \*watcher) | 移除应用事件观察者,以移除对应用事件的订阅。 |232 OH_HiAppEvent_RemoveWatcher(appEventWatcher);
12 | int OH_HiAppEvent_RemoveWatcher(HiAppEvent_Watcher *watcher) | 移除应用事件观察者,以移除对应用事件的订阅。 |201 OH_HiAppEvent_RemoveWatcher(systemEventWatcher);
12 | int OH_HiAppEvent_RemoveWatcher (HiAppEvent_Watcher \*watcher) | 移除应用事件观察者,以移除对应用事件的订阅。 |278 OH_HiAppEvent_RemoveWatcher(systemEventWatcher);
16 | int OH_HiAppEvent_RemoveWatcher (HiAppEvent_Watcher \*watcher) | 移除应用事件观察者,以移除对应用事件的订阅。 |274 OH_HiAppEvent_RemoveWatcher(systemEventWatcher);
12 | int OH_HiAppEvent_RemoveWatcher(HiAppEvent_Watcher *watcher) | 移除应用事件观察者,以移除对应用事件的订阅。 |276 OH_HiAppEvent_RemoveWatcher(systemEventWatcher);
12 | int OH_HiAppEvent_RemoveWatcher (HiAppEvent_Watcher *watcher) | 移除应用事件观察者,以移除对应用事件的订阅。 |302 OH_HiAppEvent_RemoveWatcher(systemEventWatcher);
574 int OH_HiAppEvent_RemoveWatcher(HiAppEvent_Watcher* watcher);
110 | int [OH_HiAppEvent_RemoveWatcher](#oh_hiappevent_removewatcher) ([HiAppEvent_Watcher](#hiappevent…951 ### OH_HiAppEvent_RemoveWatcher()954 int OH_HiAppEvent_RemoveWatcher (HiAppEvent_Watcher * watcher)
118 | int [OH_HiAppEvent_RemoveWatcher](_hi_app_event.md#oh_hiappevent_removewatcher) ([HiAppEvent_Watc…
12 | int OH_HiAppEvent_RemoveWatcher(HiAppEvent_Watcher *watcher)| Removes a watcher to unsubscribe fr…201 OH_HiAppEvent_RemoveWatcher(systemEventWatcher);
19 | int OH_HiAppEvent_RemoveWatcher (HiAppEvent_Watcher \*watcher) | Removes a watcher to unsubscribe…232 OH_HiAppEvent_RemoveWatcher(appEventWatcher);
12 | int OH_HiAppEvent_RemoveWatcher (HiAppEvent_Watcher \*watcher) | Removes a watcher for the specif…278 OH_HiAppEvent_RemoveWatcher(systemEventWatcher);
12 | int OH_HiAppEvent_RemoveWatcher(HiAppEvent_Watcher *watcher) | Removes a watcher to unsubscribe f…275 OH_HiAppEvent_RemoveWatcher(systemEventWatcher);
16 | int OH_HiAppEvent_RemoveWatcher (HiAppEvent_Watcher \*watcher) | Removes a watcher to unsubscribe…274 OH_HiAppEvent_RemoveWatcher(systemEventWatcher);
12 | int OH_HiAppEvent_RemoveWatcher (HiAppEvent_Watcher *watcher) | Removes a watcher to unsubscribe …302 OH_HiAppEvent_RemoveWatcher(systemEventWatcher);
334 int OH_HiAppEvent_RemoveWatcher(struct HiAppEvent_Watcher *watcher) in OH_HiAppEvent_RemoveWatcher() function