/base/hiviewdfx/hisysevent/frameworks/native/c_wrapper/source/ |
H A D | hisysevent_rust_listener.cpp | 31 HiSysEventRustListener::HiSysEventRustListener(HiSysEventRustWatcherC* watcher) in HiSysEventRustListener() argument 61 void HiSysEventRustListener::RecycleWatcher(HiSysEventRustWatcherC* watcher) in RecycleWatcher() argument
|
H A D | hisysevent_rust_manager.cpp | 84 int HiSysEventAddWatcher(HiSysEventRustWatcherC* watcher, const HiSysEventWatchRule rules[], in HiSysEventAddWatcher() argument 112 int HiSysEventRemoveWatcher(HiSysEventRustWatcherC* watcher) in HiSysEventRemoveWatcher() argument 133 HiSysEventRecycleWatcher(HiSysEventRustWatcherC* watcher) HiSysEventRecycleWatcher() argument 178 OhHiSysEventAddRustWatcher(HiSysEventRustWatcherC* watcher, const HiSysEventWatchRule watchRules[], const size_t ruleSize) OhHiSysEventAddRustWatcher() argument 184 OhHiSysEventRemoveRustWatcher(HiSysEventRustWatcherC* watcher) OhHiSysEventRemoveRustWatcher() argument 195 OhHiSysEventRecycleRustWatcher(HiSysEventRustWatcherC* watcher) OhHiSysEventRecycleRustWatcher() argument [all...] |
H A D | hisysevent_c_wrapper.cpp | 107 int HiSysEventAddWatcherWrapper(HiSysEventRustWatcherC* watcher, const HiSysEventWatchRule rules[], in HiSysEventAddWatcherWrapper() argument 113 int HiSysEventRemoveWatcherWrapper(HiSysEventRustWatcherC* watcher) in HiSysEventRemoveWatcherWrapper() argument 144 HiSysEventRustWatcherC* watcher = new(std::nothrow) HiSysEventRustWatcherC; in CreateRustEventWatcher() local 153 RecycleRustEventWatcher(HiSysEventRustWatcherC* watcher) RecycleRustEventWatcher() argument [all...] |
/base/startup/init/services/param/watcher/proxy/ |
H A D | watcher_manager_stub.cpp | 59 sptr<IWatcher> watcher = new WatcherProxy(remote); in OnRemoteRequest() local
|
H A D | watcher_manager.h | 216 RemoteWatcher(uint32_t watcherId, const sptr<IWatcher> &watcher) in RemoteWatcher() argument
|
/base/startup/init/services/loopevent/task/ |
H A D | le_watchtask.c | 29 WatcherTask *watcher = (WatcherTask *)taskHandle;
in HandleWatcherEvent_() local [all...] |
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/ |
H A D | hisysevent_manager_c.cpp | 63 int HiSysEventAddWatcher(HiSysEventWatcher& watcher, HiSysEventWatchRule rules[], size_t ruleSize)
in HiSysEventAddWatcher() argument 80 int HiSysEventRemoveWatcher(HiSysEventWatcher& watcher)
in HiSysEventRemoveWatcher() argument 112 int OH_HiSysEvent_Add_Watcher(HiSysEventWatcher* watcher, HiSysEventWatchRule rules[], size_t ruleSize)
in OH_HiSysEvent_Add_Watcher() argument 120 OH_HiSysEvent_Remove_Watcher(HiSysEventWatcher* watcher) OH_HiSysEvent_Remove_Watcher() argument [all...] |
/base/hiviewdfx/hiappevent/frameworks/native/ndk/src/ |
H A D | ndk_app_event_watcher_service.cpp | 45 int SetAppEventFilter(struct HiAppEvent_Watcher* watcher, const char* domain, uint8_t eventTypes, in SetAppEventFilter() argument 53 int SetTriggerCondition(struct HiAppEvent_Watcher* watcher, int row, int size, int timeOut) in SetTriggerCondition() argument 60 int SetWatcherOnTrigger(struct HiAppEvent_Watcher* watcher, OH_HiAppEvent_OnTrigger onTrigger) in SetWatcherOnTrigger() argument 67 int SetWatcherOnReceiver(struct HiAppEvent_Watcher* watcher, OH_HiAppEvent_OnReceiv argument 74 AddWatcher(struct HiAppEvent_Watcher* watcher) AddWatcher() argument 81 TakeWatcherData(struct HiAppEvent_Watcher* watcher, uint32_t size, OH_HiAppEvent_OnTake onTake) TakeWatcherData() argument 87 RemoveWatcher(struct HiAppEvent_Watcher *watcher) RemoveWatcher() argument 93 DestroyWatcher(struct HiAppEvent_Watcher* watcher) DestroyWatcher() argument [all...] |
/base/startup/init/services/param/watcher/agent/ |
H A D | watcher_manager_proxy.cpp | 21 uint32_t WatcherManagerProxy::AddRemoteWatcher(uint32_t id, const sptr<IWatcher> &watcher) in AddRemoteWatcher() argument
|
H A D | watcher_manager_kits.cpp | 150 ParamWatcherKitPtr watcher = nullptr; in AddWatcher() local 181 WatcherManagerKits::ParamWatcher *watcher = GetParamWatcher(keyPrefix); DelWatcher() local 279 WatcherManagerKits::ParamWatcher *watcher = watcherManager_->GetParamWatcher(prefix); OnParameterChange() local [all...] |
/base/hiviewdfx/hisysevent/test/moduletest/common/ |
H A D | hisysevent_wrote_result_check_test.cpp | 93 void WriteAndWatchEvent(std::shared_ptr<Watcher> watcher, T& val) in WriteAndWatchEvent() argument 144 auto watcher = std::make_shared<Watcher>([val] (std::shared_ptr<HiSysEventRecord> sysEvent) { in HWTEST_F() local 165 auto watcher = std::make_shared<Watcher>([val] (std::shared_ptr<HiSysEventRecord> sysEvent) { in HWTEST_F() local 186 auto watcher = std::make_shared<Watcher>([val] (std::shared_ptr<HiSysEventRecord> sysEvent) { in HWTEST_F() local 207 auto watcher in HWTEST_F() local 227 auto watcher = std::make_shared<Watcher>([val] (std::shared_ptr<HiSysEventRecord> sysEvent) { HWTEST_F() local 252 auto watcher = std::make_shared<Watcher>([&val] (std::shared_ptr<HiSysEventRecord> sysEvent) { HWTEST_F() local 278 auto watcher = std::make_shared<Watcher>([&val] (std::shared_ptr<HiSysEventRecord> sysEvent) { HWTEST_F() local 304 auto watcher = std::make_shared<Watcher>([&val] (std::shared_ptr<HiSysEventRecord> sysEvent) { HWTEST_F() local 330 auto watcher = std::make_shared<Watcher>([&val] (std::shared_ptr<HiSysEventRecord> sysEvent) { HWTEST_F() local 354 auto watcher = std::make_shared<Watcher>([&val] (std::shared_ptr<HiSysEventRecord> sysEvent) { HWTEST_F() local 376 auto watcher = std::make_shared<Watcher>([val] (std::shared_ptr<HiSysEventRecord> sysEvent) { HWTEST_F() local 401 auto watcher = std::make_shared<Watcher>([&val] (std::shared_ptr<HiSysEventRecord> sysEvent) { HWTEST_F() local 423 auto watcher = std::make_shared<Watcher>([&val, &traceId] (std::shared_ptr<HiSysEventRecord> sysEvent) { HWTEST_F() local 444 auto watcher = std::make_shared<Watcher>([val] (std::shared_ptr<HiSysEventRecord> sysEvent) { HWTEST_F() local 464 auto watcher = std::make_shared<Watcher>([val] (std::shared_ptr<HiSysEventRecord> sysEvent) { HWTEST_F() local 484 auto watcher = std::make_shared<Watcher>([val] (std::shared_ptr<HiSysEventRecord> sysEvent) { HWTEST_F() local 505 auto watcher = std::make_shared<Watcher>([val] (std::shared_ptr<HiSysEventRecord> sysEvent) { HWTEST_F() local 526 auto watcher = std::make_shared<Watcher>([val] (std::shared_ptr<HiSysEventRecord> sysEvent) { HWTEST_F() local 547 auto watcher = std::make_shared<Watcher>([val] (std::shared_ptr<HiSysEventRecord> sysEvent) { HWTEST_F() local [all...] |
H A D | hisysevent_manager_c_test.cpp | 136 void InitWatcher(HiSysEventWatcher& watcher)
in InitWatcher() argument 1184 HiSysEventWatcher watcher;
in HWTEST_F() local 1215 HiSysEventWatcher watcher; HWTEST_F() local 1245 HiSysEventWatcher watcher; HWTEST_F() local [all...] |
/base/hiviewdfx/hiappevent/test/unittest/common/native/ |
H A D | hiappevent_watcher_test.cpp | 234 auto watcher = BuildSimpleWatcher();
in HWTEST_F() local 289 auto watcher = BuildSimpleOsWatcher(); HWTEST_F() local [all...] |
/base/powermgr/thermal_manager/test/unittest/src/ |
H A D | fan_fault_detect_test.cpp | 113 auto watcher = std::make_shared<Watcher>([&faultId] (std::shared_ptr<HiSysEventRecord> sysEvent) { in GetFaultId() local
|
/base/startup/init/services/init/include/ |
H A D | init_service_socket.h | 71 ServiceWatcher watcher; member
|
/base/startup/init/test/unittest/param/ |
H A D | watcher_proxy_unittest.cpp | 77 sptr<IWatcher> watcher = new TestWatcher(); in TestAddRemoteWatcher() local 192 WatcherProxy *watcher = new WatcherProxy(remoteObj); in TestWatchProxy() local [all...] |
H A D | paramservice_unittest.cpp | 445 ParamWatcher *watcher = (ParamWatcher *)ParamGetTaskUserData(g_worker); in TestCloseTriggerWatch() local
|
/base/startup/init/services/init/standard/ |
H A D | fd_holder_service.c | 179 WatcherHandle watcher = NULL; in RegisterFdHoldWatcher() local 185 LE_StartWatcher(LE_GetDefaultLoop(), &watcher, &info, NULL); in RegisterFdHoldWatcher() local
|
/base/hiviewdfx/hisysevent/frameworks/native/test/unittest/common/ |
H A D | hisysevent_c_wrapper_test.cpp | 155 HiSysEventRustWatcherC* watcher = CreateRustEventWatcher(reinterpret_cast<const void*>(TestCallback), in HWTEST_F() local 254 HiSysEventRustWatcherC* watcher = nullptr; in HWTEST_F() local 308 HiSysEventRustWatcherC* watcher = CreateRustEventWatcher(nullptr, nullptr, nullptr, nullptr); HWTEST_F() local [all...] |
/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | input_method_dfx_test.cpp | 162 WriteAndWatch( const std::shared_ptr<Watcher> &watcher, const InputMethodDfxTest::ExecFunc &exec) WriteAndWatch() argument 185 WriteAndWatchImeChange( const std::shared_ptr<WatcherImeChange> &watcher, const InputMethodDfxTest::ExecFunc &exec) WriteAndWatchImeChange() argument 314 auto watcher = std::make_shared<Watcher>( HWTEST_F() local 330 auto watcher = std::make_shared<Watcher>(InputMethodSysEvent::GetInstance().GetOperateInfo( HWTEST_F() local 344 auto watcher = std::make_shared<Watcher>(InputMethodSysEvent::GetInstance().GetOperateInfo( HWTEST_F() local 358 auto watcher = std::make_shared<Watcher>( HWTEST_F() local 372 auto watcher = std::make_shared<Watcher>( HWTEST_F() local 386 auto watcher = std::make_shared<Watcher>( HWTEST_F() local 400 auto watcher = std::make_shared<Watcher>( HWTEST_F() local 414 auto watcher = std::make_shared<Watcher>( HWTEST_F() local 428 auto watcher = std::make_shared<Watcher>( HWTEST_F() local [all...] |
/base/startup/init/test/unittest/init/ |
H A D | group_unittest.cpp | 384 ServiceWatcher watcher; in HWTEST_F() local
|
/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/ |
H A D | hiappevent_ffi.cpp | 349 RetDataI64 FfiOHOSHiAppEventAddWatcher(CWatcher watcher) in FfiOHOSHiAppEventAddWatcher() argument 397 FfiOHOSHiAppEventRemoveWatcher(CWatcher watcher) FfiOHOSHiAppEventRemoveWatcher() argument [all...] |
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/ |
H A D | napi_hiappevent_watch.cpp | 176 bool IsValidWatcher(const napi_env env, const napi_value watcher, int& errCode)
in IsValidWatcher() argument 198 std::string GetName(const napi_env env, const napi_value watcher)
in GetName() argument 203 GetCondition(const napi_env env, const napi_value watcher) GetCondition() argument 239 GetFilters(const napi_env env, const napi_value watcher, std::vector<AppEventFilter>& filters) GetFilters() argument 291 AddWatcher(const napi_env env, const napi_value watcher, uint64_t beginTime) AddWatcher() argument 339 RemoveWatcher(const napi_env env, const napi_value watcher, uint64_t beginTime) RemoveWatcher() argument [all...] |
/base/startup/init/services/param/linux/ |
H A D | param_service.c | 39 ParamWatcher *watcher = (ParamWatcher *)ParamGetTaskUserData(client);
in OnClose() local 186 ParamWatcher *watcher = NULL;
in AddWatchNode() local 375 ParamWatcher *watcher = (ParamWatcher *)ParamGetTaskUserData(client); OnIncomingConnect() local [all...] |
/base/startup/init/test/unittest/loopevent/ |
H A D | loopserver_unittest.cpp | 395 WatcherHandle watcher = test.CreateWatcherTask(3, WATCHER_FILE.c_str()); in HWTEST_F() local
|