/ohos5.0/base/hiviewdfx/hiappevent/test/unittest/common/native/ |
H A D | hiappevent_watcher_test.cpp | 70 TriggerCondition cond) in AppEventWatcherTest() 73 void OnTrigger(const TriggerCondition& triggerCond) override in OnTrigger() 108 TriggerCondition BuildCondition(int row, int size, int timeout) in BuildCondition() 110 TriggerCondition cond = { in BuildCondition() 121 TriggerCondition cond = BuildCondition(0, 0, 0); in BuildSimpleWatcher() 129 TriggerCondition cond = BuildCondition(1, 0, 0); // row is 1 in BuildWatcherWithRow() 137 TriggerCondition cond = BuildCondition(0, 10, 0); // size is 10 byte in BuildWatcherWithSize() 145 TriggerCondition cond = BuildCondition(0, 0, 1); // timeout is 1 in BuildWatcherWithTimeout() 153 TriggerCondition cond = BuildCondition(0, 0, 1); // timeout is 1 in BuildWatcherWithTimeout2() 161 TriggerCondition cond = BuildCondition(0, 0, 0); in BuildSimpleOsWatcher()
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta3/ |
H A D | js-apidiff-dfx.md | 14 | ohos.hiAppEvent | Watcher | triggerCondition?: TriggerCondition; … 18 | ohos.hiAppEvent | TriggerCondition | timeOut?: number; … 19 | ohos.hiAppEvent | TriggerCondition | size?: number; … 20 | ohos.hiAppEvent | TriggerCondition | row?: number; …
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta3/ |
H A D | js-apidiff-dfx.md | 14 | ohos.hiAppEvent | Watcher | triggerCondition?: TriggerCondition; … 18 | ohos.hiAppEvent | TriggerCondition | timeOut?: number; … 19 | ohos.hiAppEvent | TriggerCondition | size?: number; … 20 | ohos.hiAppEvent | TriggerCondition | row?: number; …
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/include/ |
H A D | app_event_observer.h | 68 void SetCurrCondition(const TriggerCondition& triggerCond); 81 virtual void OnTrigger(const TriggerCondition& triggerCond); 97 TriggerCondition currCond_;
|
H A D | app_event_watcher.h | 23 using HiAppEvent::TriggerCondition; 33 TriggerCondition cond);
|
/ohos5.0/base/hiviewdfx/hiappevent/interfaces/native/inner_api/include/ |
H A D | base_type.h | 36 struct TriggerCondition { struct 86 TriggerCondition triggerCond;
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/include/ |
H A D | napi_app_event_watcher.h | 53 TriggerCondition cond); 62 void OnTrigger(const TriggerCondition& triggerCond) override;
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta4/ |
H A D | js-apidiff-dfx.md | 42 |新增|NA|模块名: ohos.hiviewdfx.hiAppEvent<br>类名: TriggerCondition|@ohos.hiviewdfx.hiAppEvent.d.ts| 43 |新增|NA|模块名: ohos.hiviewdfx.hiAppEvent<br>类名: TriggerCondition<br>方法名 or 属性名: row|@ohos.hiviewdfx.hi… 44 |新增|NA|模块名: ohos.hiviewdfx.hiAppEvent<br>类名: TriggerCondition<br>方法名 or 属性名: size|@ohos.hiviewdfx.h… 45 |新增|NA|模块名: ohos.hiviewdfx.hiAppEvent<br>类名: TriggerCondition<br>方法名 or 属性名: timeOut|@ohos.hiviewdf… 71 |删除|模块名: ohos.hiAppEvent<br>类名: TriggerCondition|NA|@ohos.hiAppEvent.d.ts| 72 |删除|模块名: ohos.hiAppEvent<br>类名: TriggerCondition<br>方法名 or 属性名:row|NA|@ohos.hiAppEvent.d.ts| 73 |删除|模块名: ohos.hiAppEvent<br>类名: TriggerCondition<br>方法名 or 属性名:size|NA|@ohos.hiAppEvent.d.ts| 74 |删除|模块名: ohos.hiAppEvent<br>类名: TriggerCondition<br>方法名 or 属性名:timeOut|NA|@ohos.hiAppEvent.d.ts|
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/monthly-202210/ |
H A D | js-apidiff-dfx.md | 43 |新增|NA|模块名: ohos.hiviewdfx.hiAppEvent<br>类名: TriggerCondition|@ohos.hiviewdfx.hiAppEvent.d.ts| 44 |新增|NA|模块名: ohos.hiviewdfx.hiAppEvent<br>类名: TriggerCondition<br>方法名 or 属性名: row|@ohos.hiviewdfx.hi… 45 |新增|NA|模块名: ohos.hiviewdfx.hiAppEvent<br>类名: TriggerCondition<br>方法名 or 属性名: size|@ohos.hiviewdfx.h… 46 |新增|NA|模块名: ohos.hiviewdfx.hiAppEvent<br>类名: TriggerCondition<br>方法名 or 属性名: timeOut|@ohos.hiviewdf… 72 |删除|模块名: ohos.hiAppEvent<br>类名: TriggerCondition|NA|@ohos.hiAppEvent.d.ts| 73 |删除|模块名: ohos.hiAppEvent<br>类名: TriggerCondition<br>方法名 or 属性名:row|NA|@ohos.hiAppEvent.d.ts| 74 |删除|模块名: ohos.hiAppEvent<br>类名: TriggerCondition<br>方法名 or 属性名:size|NA|@ohos.hiAppEvent.d.ts| 75 |删除|模块名: ohos.hiAppEvent<br>类名: TriggerCondition<br>方法名 or 属性名:timeOut|NA|@ohos.hiAppEvent.d.ts|
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/cj/ffi/include/ |
H A D | appevent_watcher_impl.h | 67 HiviewDFX::TriggerCondition cond); 75 void OnTrigger(const HiviewDFX::TriggerCondition& triggerCond) override;
|
H A D | hiappevent_impl.h | 43 const HiviewDFX::HiAppEvent::TriggerCondition& cond,
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/ |
H A D | app_event_observer.cpp | 155 std::string TriggerCondition::ToString() const in ToString() 217 void AppEventObserver::OnTrigger(const TriggerCondition& triggerCond) in OnTrigger() 305 void AppEventObserver::SetCurrCondition(const TriggerCondition& triggerCond) in SetCurrCondition()
|
H A D | app_event_watcher.cpp | 24 TriggerCondition cond) in AppEventWatcher()
|
H A D | app_event_observer_mgr.cpp | 35 using HiAppEvent::TriggerCondition; 105 TriggerCondition triggerCond; in InitObserverFromDb()
|
/ohos5.0/docs/en/release-notes/api-diff/monthly-202210/ |
H A D | js-apidiff-dfx.md | 43 |Added|NA|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: TriggerCondition|@ohos.hiviewdfx.hi… 44 |Added|NA|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: TriggerCondition<br>Method or attri… 45 |Added|NA|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: TriggerCondition<br>Method or attri… 46 |Added|NA|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: TriggerCondition<br>Method or attri… 72 |Deleted|Module name: ohos.hiAppEvent<br>Class name: TriggerCondition|NA|@ohos.hiAppEvent.d.ts| 73 |Deleted|Module name: ohos.hiAppEvent<br>Class name: TriggerCondition<br>Method or attribute name: … 74 |Deleted|Module name: ohos.hiAppEvent<br>Class name: TriggerCondition<br>Method or attribute name: … 75 |Deleted|Module name: ohos.hiAppEvent<br>Class name: TriggerCondition<br>Method or attribute name: …
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta4/ |
H A D | js-apidiff-dfx.md | 42 |Added|NA|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: TriggerCondition|@ohos.hiviewdfx.hi… 43 |Added|NA|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: TriggerCondition<br>Method or attri… 44 |Added|NA|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: TriggerCondition<br>Method or attri… 45 |Added|NA|Module name: ohos.hiviewdfx.hiAppEvent<br>Class name: TriggerCondition<br>Method or attri… 71 |Deleted|Module name: ohos.hiAppEvent<br>Class name: TriggerCondition|NA|@ohos.hiAppEvent.d.ts| 72 |Deleted|Module name: ohos.hiAppEvent<br>Class name: TriggerCondition<br>Method or attribute name: … 73 |Deleted|Module name: ohos.hiAppEvent<br>Class name: TriggerCondition<br>Method or attribute name: … 74 |Deleted|Module name: ohos.hiAppEvent<br>Class name: TriggerCondition<br>Method or attribute name: …
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/ndk/include/ |
H A D | ndk_app_event_watcher.h | 38 void OnTrigger(const HiAppEvent::TriggerCondition& triggerCond) override;
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/ |
H A D | napi_hiappevent_watch.cpp | 203 TriggerCondition GetCondition(const napi_env env, const napi_value watcher) in GetCondition() 205 TriggerCondition resCond = { in GetCondition() 304 TriggerCondition cond = GetCondition(env, watcher); in AddWatcher()
|
H A D | napi_app_event_watcher.cpp | 148 TriggerCondition cond) in NapiAppEventWatcher() 213 void NapiAppEventWatcher::OnTrigger(const TriggerCondition& triggerCond) in OnTrigger()
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-dfx.md | 69 |新增|NA|类名:TriggerCondition;<br>方法or属性:row?: number;|@ohos.hiviewdfx.hiAppEvent.d.ts| 70 |新增|NA|类名:TriggerCondition;<br>方法or属性:size?: number;|@ohos.hiviewdfx.hiAppEvent.d.ts| 71 |新增|NA|类名:TriggerCondition;<br>方法or属性:timeOut?: number;|@ohos.hiviewdfx.hiAppEvent.d.ts| 73 |新增|NA|类名:Watcher;<br>方法or属性:triggerCondition?: TriggerCondition;|@ohos.hiviewdfx.hiAppEvent.d.ts|
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/ndk/src/ |
H A D | ndk_app_event_watcher.cpp | 110 void NdkAppEventWatcher::OnTrigger(const HiAppEvent::TriggerCondition &triggerCond) in OnTrigger()
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/ |
H A D | hiappevent_ffi.cpp | 46 int CheckCondition(TriggerCondition &cond, CTriggerCondition triggerCondition) in CheckCondition() 358 TriggerCondition cond; in FfiOHOSHiAppEventAddWatcher()
|
H A D | appevent_watcher_impl.cpp | 87 const std::vector<AppEventFilter>& filters, TriggerCondition cond) in AppEventWatcherImpl() 424 void AppEventWatcherImpl::OnTrigger(const HiviewDFX::TriggerCondition& triggerCond) in OnTrigger()
|
H A D | hiappevent_impl.cpp | 215 const TriggerCondition& cond, in addWatcher()
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-dfx.md | 69 |Added|NA|Class name: TriggerCondition;<br>Method or attribute name: row?: number;|@ohos.hiviewdfx.… 70 |Added|NA|Class name: TriggerCondition;<br>Method or attribute name: size?: number;|@ohos.hiviewdfx… 71 |Added|NA|Class name: TriggerCondition;<br>Method or attribute name: timeOut?: number;|@ohos.hiview… 73 |Added|NA|Class name: Watcher;<br>Method or attribute name: triggerCondition?: TriggerCondition;|@o…
|