Home
last modified time | relevance | path

Searched refs:interceptor_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/msdp/device_status/test/unittest/intention/cooperate/src/
H A Dinput_event_interceptor_test.cpp32 InputEventInterceptor *interceptor_ = {nullptr}; variable
93 interceptor_ = new InputEventInterceptor(env_); in SetUpTestCase()
94 ASSERT_NE(interceptor_, nullptr); in SetUpTestCase()
101 delete interceptor_; in TearDownTestCase()
102 interceptor_ = nullptr; in TearDownTestCase()
117 ASSERT_NO_FATAL_FAILURE(interceptor_->Enable(context));
118 interceptor_->interceptorId_ = 1;
119 ASSERT_NO_FATAL_FAILURE(interceptor_->Enable(context));
144 interceptor_->OnPointerEvent(pointerEvent);
146 interceptor_->OnPointerEvent(pointerEvent);
[all …]
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Ddisposed_observer.cpp31 : disposedRule_(disposedRule), interceptor_(interceptor) in DisposedObserver()
58 interceptor_->UnregisterObserver(abilityStateData.bundleName); in OnAbilityStateChanged()
68 interceptor_->UnregisterObserver(pageStateData.bundleName); in OnPageShow()
82 interceptor_->UnregisterObserver(pageStateData.bundleName); in OnPageShow()
97 interceptor_->UnregisterObserver(pageStateData.bundleName); in OnPageShow()
103 interceptor_->UnregisterObserver(pageStateData.bundleName); in OnPageShow()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Ddisposed_observer.h41 std::shared_ptr<DisposedRuleInterceptor> interceptor_ = nullptr; variable