/ohos5.0/foundation/ability/ability_runtime/test/unittest/start_other_app_interceptor_test/ |
H A D | start_other_app_interceptor_test.cpp | 59 auto interceptor = std::make_shared<StartOtherAppInterceptor>(); variable 71 auto interceptor = std::make_shared<StartOtherAppInterceptor>(); variable 83 auto interceptor = std::make_shared<StartOtherAppInterceptor>(); variable 96 auto interceptor = std::make_shared<StartOtherAppInterceptor>(); variable 110 auto interceptor = std::make_shared<StartOtherAppInterceptor>(); variable 126 auto interceptor = std::make_shared<StartOtherAppInterceptor>(); variable 143 auto interceptor = std::make_shared<StartOtherAppInterceptor>(); variable 160 auto interceptor = std::make_shared<StartOtherAppInterceptor>(); variable 176 auto interceptor = std::make_shared<StartOtherAppInterceptor>(); variable 190 auto interceptor = std::make_shared<StartOtherAppInterceptor>(); variable [all …]
|
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/ |
H A D | input_interceptor_manager.cpp | 29 int32_t InputInterceptorManager::AddInterceptor(std::shared_ptr<IInputEventConsumer> interceptor, in AddInterceptor() 36 int32_t InputInterceptorManager::AddInterceptor(std::shared_ptr<IInputEventConsumer> interceptor, in AddInterceptor()
|
/ohos5.0/foundation/multimodalinput/input/service/interceptor/src/ |
H A D | event_interceptor_handler.cpp | 92 SessionHandler interceptor { handlerType, eventType, priority, deviceTags, session }; in AddInputHandler() local 104 SessionHandler interceptor { handlerType, eventType, priority, deviceTags, session }; in RemoveInputHandler() local 235 for (const auto &interceptor : interceptors_) { in HandleEvent() local 276 for (const auto &interceptor : interceptors_) { in HandleEvent() local 302 …t EventInterceptorHandler::InterceptorCollection::AddInterceptor(const SessionHandler& interceptor) in AddInterceptor() 330 …ventInterceptorHandler::InterceptorCollection::RemoveInterceptor(const SessionHandler& interceptor) in RemoveInterceptor()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_interceptor_test/ |
H A D | ability_interceptor_test.cpp | 508 … std::shared_ptr<AbilityJumpInterceptor> interceptor = std::make_shared<AbilityJumpInterceptor>(); variable 525 … std::shared_ptr<AbilityJumpInterceptor> interceptor = std::make_shared<AbilityJumpInterceptor>(); variable 544 … std::shared_ptr<AbilityJumpInterceptor> interceptor = std::make_shared<AbilityJumpInterceptor>(); variable 563 … std::shared_ptr<AbilityJumpInterceptor> interceptor = std::make_shared<AbilityJumpInterceptor>(); variable 580 … std::shared_ptr<AbilityJumpInterceptor> interceptor = std::make_shared<AbilityJumpInterceptor>(); variable 598 … std::shared_ptr<AbilityJumpInterceptor> interceptor = std::make_shared<AbilityJumpInterceptor>(); variable 618 … std::shared_ptr<AbilityJumpInterceptor> interceptor = std::make_shared<AbilityJumpInterceptor>(); variable 638 … std::shared_ptr<AbilityJumpInterceptor> interceptor = std::make_shared<AbilityJumpInterceptor>(); variable 654 … std::shared_ptr<AbilityJumpInterceptor> interceptor = std::make_shared<AbilityJumpInterceptor>(); variable 670 … std::shared_ptr<AbilityJumpInterceptor> interceptor = std::make_shared<AbilityJumpInterceptor>(); variable [all …]
|
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/test/ |
H A D | input_manager_simulate_test.cpp | 204 auto interceptor = GetPtr<InputEventCallback>(); variable 243 auto interceptor = GetPtr<InputEventCallback>(); variable 291 auto interceptor = GetPtr<InputEventCallback>(); variable 337 auto interceptor = GetPtr<InputEventCallback>(); variable 380 auto interceptor = GetPtr<InputEventCallback>(); variable
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/ |
H A D | mod.rs | 32 mod interceptor; module
|
/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessibility_input_interceptor.cpp | 367 auto interceptor = AccessibilityInputInterceptor::GetInstance(); in OnInputEvent() local 391 auto interceptor = AccessibilityInputInterceptor::GetInstance(); in OnInputEvent() local
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/interceptor/ |
H A D | ability_interceptor_executer.cpp | 22 const std::shared_ptr<IAbilityInterceptor> &interceptor) in AddInterceptor()
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | disposed_observer.cpp | 30 const std::shared_ptr<DisposedRuleInterceptor> &interceptor) in DisposedObserver()
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/disposedobserver_fuzzer/ |
H A D | disposedobserver_fuzzer.cpp | 54 std::shared_ptr<DisposedRuleInterceptor> interceptor; in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/multimodalinput/src/ |
H A D | mock_input_manager.cpp | 105 int32_t InputManager::AddInterceptor(std::function<void(std::shared_ptr<KeyEvent>)> interceptor) in AddInterceptor()
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilitymgrinterceptorexecuter_fuzzer/ |
H A D | abilitymgrinterceptorexecuter_fuzzer.cpp | 69 std::shared_ptr<IAbilityInterceptor> interceptor; in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilitymgrjumpinterceptor_fuzzer/ |
H A D | abilitymgrjumpinterceptor_fuzzer.cpp | 68 … std::shared_ptr<AbilityJumpInterceptor> interceptor = std::make_shared<AbilityJumpInterceptor>(); in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_single_ver_natural_store_extend.cpp | 353 void SQLiteSingleVerNaturalStore::SetSendDataInterceptor(const PushDataInterceptor &interceptor) in SetSendDataInterceptor() 362 PushDataInterceptor interceptor = nullptr; in InterceptData() local 637 void SQLiteSingleVerNaturalStore::SetReceiveDataInterceptor(const DataInterceptor &interceptor) in SetReceiveDataInterceptor()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/ |
H A D | sync_able_kvdb_connection.cpp | 317 int SyncAbleKvDBConnection::SetPushDataInterceptor(const PushDataInterceptor &interceptor) in SetPushDataInterceptor() 391 int SyncAbleKvDBConnection::SetReceiveDataInterceptor(const DataInterceptor &interceptor) in SetReceiveDataInterceptor()
|
H A D | generic_kvdb_connection.cpp | 435 int GenericKvDBConnection::SetReceiveDataInterceptor(const DataInterceptor &interceptor) in SetReceiveDataInterceptor()
|
/ohos5.0/base/msdp/device_status/intention/adapters/input_adapter/src/ |
H A D | input_adapter.cpp | 76 auto interceptor = std::make_shared<InterceptorConsumer>(pointerCb, keyCb); in AddInterceptor() local
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilityeventhandler_fuzzer/ |
H A D | abilityeventhandler_fuzzer.cpp | 101 std::shared_ptr<AbilityInterceptor> interceptor; in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/ |
H A D | rd_single_ver_natural_store.cpp | 507 void RdSingleVerNaturalStore::SetSendDataInterceptor(const PushDataInterceptor &interceptor) in SetSendDataInterceptor() 569 void RdSingleVerNaturalStore::SetReceiveDataInterceptor(const DataInterceptor &interceptor) in SetReceiveDataInterceptor()
|
/ohos5.0/foundation/multimodalinput/input/intention/adapters/input_adapter/src/ |
H A D | input_adapter.cpp | 124 auto interceptor = std::make_shared<InterceptorConsumer>(pointerCb, keyCb); in AddInterceptor() local
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/ |
H A D | kv_store_nb_delegate_mock.cpp | 213 DBStatus KvStoreNbDelegateMock::SetPushDataInterceptor(const PushDataInterceptor &interceptor) in SetPushDataInterceptor() 309 DBStatus KvStoreNbDelegateMock::SetReceiveDataInterceptor(const DataInterceptor &interceptor) in SetReceiveDataInterceptor()
|
H A D | db_store_mock.cpp | 222 DBStatus DBStoreMock::SetPushDataInterceptor(const PushDataInterceptor &interceptor) in SetPushDataInterceptor() 365 DBStatus DBStoreMock::SetReceiveDataInterceptor(const DataInterceptor &interceptor) in SetReceiveDataInterceptor()
|
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/src/ |
H A D | input_manager.cpp | 151 int32_t InputManager::AddInterceptor(std::shared_ptr<IInputEventConsumer> interceptor) in AddInterceptor() 156 int32_t InputManager::AddInterceptor(std::function<void(std::shared_ptr<KeyEvent>)> interceptor) in AddInterceptor() 161 int32_t InputManager::AddInterceptor(std::shared_ptr<IInputEventConsumer> interceptor, int32_t prio… in AddInterceptor()
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_adapter_test/ |
H A D | fms_form_mgr_adapter_test2.cpp | 1630 auto interceptor = nullptr; variable 1645 auto interceptor = iface_cast<AppExecFwk::IFormPublishInterceptor>(interceptorCallback); variable 1660 auto interceptor = iface_cast<AppExecFwk::IFormPublishInterceptor>(interceptorCallback); variable 1675 auto interceptor = iface_cast<AppExecFwk::IFormPublishInterceptor>(interceptorCallback); variable 1690 auto interceptor = iface_cast<AppExecFwk::IFormPublishInterceptor>(interceptorCallback); variable
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/ |
H A D | multi_ver_natural_store.cpp | 1193 void MultiVerNaturalStore::SetSendDataInterceptor(const PushDataInterceptor &interceptor) in SetSendDataInterceptor() 1199 void MultiVerNaturalStore::SetReceiveDataInterceptor(const DataInterceptor &interceptor) in SetReceiveDataInterceptor()
|