Home
last modified time | relevance | path

Searched defs:observer (Results 226 - 250 of 546) sorted by relevance

12345678910>>...22

/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/
H A Dapp_event_observer_mgr.cpp85 int64_t InitObserverFromDb(std::shared_ptr<AppEventObserver> observer, in InitObserverFromDb() argument
53 StoreEventMappingToDb(const std::vector<std::shared_ptr<AppEventPack>>& events, std::shared_ptr<AppEventObserver> observer) StoreEventMappingToDb() argument
66 SendEventsToObserver(const std::vector<std::shared_ptr<AppEventPack>>& events, std::shared_ptr<AppEventObserver> observer) SendEventsToObserver() argument
116 InitObserver(std::shared_ptr<AppEventObserver> observer, bool& isExist) InitObserver() argument
203 RegisterObserver(std::shared_ptr<AppEventObserver> observer) RegisterObserver() argument
227 auto observer = moduleLoader_->CreateProcessorProxy(observerName); RegisterObserver() local
381 InitObserverFromListener(std::shared_ptr<AppEventObserver> observer, bool isExist) InitObserverFromListener() argument
[all...]
/base/hiviewdfx/hiappevent/test/unittest/common/native/
H A Dhiappevent_inner_api_test.cpp53 void CheckRegisterObserver(const std::string& observer, in CheckRegisterObserver() argument
72 void CheckUnregisterObserver(const std::string& observer) in CheckUnregisterObserver() argument
97 void CheckGetSeqs(const std::string& observer, const std::vector<int64_t>& expectSeqs) in CheckGetSeqs() argument
61 CheckRegisterObserverWithConfig( const std::string& observer, std::shared_ptr<AppEventProcessor> processor, const ReportConfig& config, int64_t& processorSeq) CheckRegisterObserverWithConfig() argument
[all...]
/base/powermgr/power_manager/utils/setting/src/
H A Dsetting_provider.cpp127 sptr<SettingObserver> observer = new SettingObserver(); in CreateObserver() local
133 void SettingProvider::ExecRegisterCb(const sptr<SettingObserver>& observer) in ExecRegisterCb() argument
142 ErrCode SettingProvider::RegisterObserver(const sptr<SettingObserver>& observer) in RegisterObserver() argument
161 UnregisterObserver(const sptr<SettingObserver>& observer) UnregisterObserver() argument
[all...]
/base/msdp/device_status/intention/adapters/dsoftbus_adapter/src/
H A Ddsoftbus_adapter_impl.cpp96 void DSoftbusAdapterImpl::AddObserver(std::shared_ptr<IDSoftbusObserver> observer) in AddObserver() argument
105 void DSoftbusAdapterImpl::RemoveObserver(std::shared_ptr<IDSoftbusObserver> observer) in RemoveObserver() argument
306 std::shared_ptr<IDSoftbusObserver> observer = item.Lock(); in OnBind() local
331 std::shared_ptr<IDSoftbusObserver> observer = item.Lock(); in OnShutdown() local
487 std::shared_ptr<IDSoftbusObserver> observer = item.Lock(); OnConnectedLocked() local
580 std::shared_ptr<IDSoftbusObserver> observer = item.Lock(); HandlePacket() local
592 std::shared_ptr<IDSoftbusObserver> observer = item.Lock(); HandleRawData() local
[all...]
/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_screen_status_manager_branch_test/
H A Dmock_single_kv_store.cpp98 Status MockSingleKvStore::SubscribeKvStore(SubscribeType subscribeType, std::shared_ptr<KvStoreObserver> observer) in SubscribeKvStore() argument
103 Status MockSingleKvStore::UnSubscribeKvStore(SubscribeType subscribeType, std::shared_ptr<KvStoreObserver> observer) in UnSubscribeKvStore() argument
/base/notification/distributed_notification_service/services/distributed/test/unittest/mock/
H A Dmock_single_kv_store.cpp84 Status MockSingleKvStore::SubscribeKvStore(SubscribeType subscribeType, std::shared_ptr<KvStoreObserver> observer) in SubscribeKvStore() argument
89 Status MockSingleKvStore::UnSubscribeKvStore(SubscribeType subscribeType, std::shared_ptr<KvStoreObserver> observer) in UnSubscribeKvStore() argument
/base/notification/distributed_notification_service/services/ans/test/unittest/mock/
H A Dmock_single_kv_store.cpp83 Status MockSingleKvStore::SubscribeKvStore(SubscribeType subscribeType, std::shared_ptr<KvStoreObserver> observer) in SubscribeKvStore() argument
88 Status MockSingleKvStore::UnSubscribeKvStore(SubscribeType subscribeType, std::shared_ptr<KvStoreObserver> observer) in UnSubscribeKvStore() argument
/base/notification/eventhandler/interfaces/inner_api/
H A Devent_queue.h73 Observer observer; member
341 void AddObserver(Observer observer, uint32_t stages, EventRunnerObserverCallBack callback) in AddObserver() argument
/base/msdp/device_status/intention/services/device_manager/src/
H A Ddevice_manager.cpp330 void DeviceManager::RetriggerHotplug(std::weak_ptr<IDeviceObserver> observer) in RetriggerHotplug() argument
342 int32_t DeviceManager::OnRetriggerHotplug(std::weak_ptr<IDeviceObserver> observer) in OnRetriggerHotplug() argument
357 AddDeviceObserver(std::weak_ptr<IDeviceObserver> observer) AddDeviceObserver() argument
370 OnAddDeviceObserver(std::weak_ptr<IDeviceObserver> observer) OnAddDeviceObserver() argument
381 RemoveDeviceObserver(std::weak_ptr<IDeviceObserver> observer) RemoveDeviceObserver() argument
393 OnRemoveDeviceObserver(std::weak_ptr<IDeviceObserver> observer) OnRemoveDeviceObserver() argument
[all...]
/base/msdp/device_status/test/unittest/intention/cooperate/src/
H A Dcooperate_test.cpp191 std::shared_ptr<ICooperateObserver> observer = std::make_shared<CooperateObserver>(); in HWTEST_F() local
/base/notification/distributed_notification_service/services/test/moduletest/mock/
H A Dmock_single_kv_store.cpp84 Status MockSingleKvStore::SubscribeKvStore(SubscribeType subscribeType, std::shared_ptr<KvStoreObserver> observer) in SubscribeKvStore() argument
89 Status MockSingleKvStore::UnSubscribeKvStore(SubscribeType subscribeType, std::shared_ptr<KvStoreObserver> observer) in UnSubscribeKvStore() argument
/base/msdp/device_status/intention/cooperate/plugin/src/
H A Dcooperate_context.cpp115 void Context::AddObserver(std::shared_ptr<ICooperateObserver> observer) in AddObserver() argument
121 void Context::RemoveObserver(std::shared_ptr<ICooperateObserver> observer) in RemoveObserver() argument
[all...]
H A Dcooperate.cpp50 void Cooperate::AddObserver(std::shared_ptr<ICooperateObserver> observer) in AddObserver() argument
63 void Cooperate::RemoveObserver(std::shared_ptr<ICooperateObserver> observer) in RemoveObserver() argument
/base/msdp/device_status/test/unittest/intention/services/src/
H A Ddevice_manager_test.cpp559 std::shared_ptr<DeviceObserverTest> observer = std::make_shared<DeviceObserverTest>(); in HWTEST_F() local
576 std::shared_ptr<DeviceObserverTest> observer = std::make_shared<DeviceObserverTest>(); in HWTEST_F() local
591 std::shared_ptr<DeviceObserverTest> observer = std::make_shared<DeviceObserverTest>(); in HWTEST_F() local
/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_database_branch_test/
H A Dmock_single_kv_store.cpp102 Status MockSingleKvStore::SubscribeKvStore(SubscribeType subscribeType, std::shared_ptr<KvStoreObserver> observer) in SubscribeKvStore() argument
110 Status MockSingleKvStore::UnSubscribeKvStore(SubscribeType subscribeType, std::shared_ptr<KvStoreObserver> observer) in UnSubscribeKvStore() argument
/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_preferences_database_test/
H A Dmock_single_kv_store.cpp96 Status MockSingleKvStore::SubscribeKvStore(SubscribeType subscribeType, std::shared_ptr<KvStoreObserver> observer) in SubscribeKvStore() argument
101 Status MockSingleKvStore::UnSubscribeKvStore(SubscribeType subscribeType, std::shared_ptr<KvStoreObserver> observer) in UnSubscribeKvStore() argument
/foundation/ability/ability_runtime/test/mock/frameworks_kits_test/DemoAbility/
H A Ddemo_ability_test.cpp40 std::shared_ptr<MockLifecycleObserver> observer = std::make_shared<MockLifecycleObserver>(); in OnStart() local
/foundation/ability/ability_runtime/test/unittest/ams_mgr_scheduler_test/
H A Dams_mgr_scheduler_test.cpp329 sptr<IApplicationStateObserver> observer = new ApplicationStateObserverStub(); in HWTEST_F() local
348 sptr<IApplicationStateObserver> observer = new ApplicationStateObserverStub(); in HWTEST_F() local
/foundation/ability/ability_runtime/test/unittest/app_scheduler_test/
H A Dapp_scheduler_test.cpp826 sptr<IRemoteObject> observer; in HWTEST_F() local
847 sptr<IRemoteObject> observer; in HWTEST_F() local
/foundation/ability/form_fwk/test/unittest/fms_form_refresh_connection_test/
H A Dfms_form_refresh_connection_test.cpp551 std::shared_ptr<FormEventTimeoutObserver> observer = nullptr; in HWTEST_F() local
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_app_mgr_service.h126 virtual int32_t RegisterAppForegroundStateObserver(const sptr<IAbilityForegroundStateObserver> &observer) in RegisterAppForegroundStateObserver() argument
131 virtual int32_t RegisterAbilityForegroundStateObserver(const sptr<IAbilityForegroundStateObserver> &observer) in RegisterAbilityForegroundStateObserver() argument
136 virtual int32_t UnregisterAppForegroundStateObserver(const sptr<IAbilityForegroundStateObserver> &observer) in UnregisterAppForegroundStateObserver() argument
120 StartUserTestProcess( const AAFwk::Want &want, const sptr<IRemoteObject> &observer, const BundleInfo &bundleInfo, int32_t userId) StartUserTestProcess() argument
141 UnregisterAbilityForegroundStateObserver(const sptr<IAbilityForegroundStateObserver> &observer) UnregisterAbilityForegroundStateObserver() argument
146 RegisterAppForegroundStateObserver(const sptr<IAppForegroundStateObserver> &observer) RegisterAppForegroundStateObserver() argument
151 UnregisterAppForegroundStateObserver(const sptr<IAppForegroundStateObserver> &observer) UnregisterAppForegroundStateObserver() argument
[all...]
/foundation/ability/ability_runtime/test/fuzztest/abilitymanagerservicefirst_fuzzer/
H A Dabilitymanagerservicefirst_fuzzer.cpp134 sptr<AbilityRuntime::IConnectionObserver> observer; in DoSomethingInterestingWithMyAPI2() local
/foundation/ability/ability_runtime/test/moduletest/ui_extension_ability_test/ui_extension_stability_test/
H A Dui_extension_stability_test.cpp135 void UIExtensionStabilityTest::RegisterApplicationStateObserver(const sptr<IApplicationStateObserver> &observer) in RegisterApplicationStateObserver() argument
146 void UIExtensionStabilityTest::UnregisterApplicationStateObserver(const sptr<IApplicationStateObserver> &observer) in UnregisterApplicationStateObserver() argument
154 WaitUntilProcessCreated(const sptr<UIExtensionConnectModuleTestObserver> &observer) WaitUntilProcessCreated() argument
165 WaitUntilProcessDied(const sptr<UIExtensionConnectModuleTestObserver> &observer) WaitUntilProcessDied() argument
176 CheckProcessNotDied(const sptr<UIExtensionConnectModuleTestObserver> &observer) CheckProcessNotDied() argument
187 WaitUntilAbilityForeground( const sptr<UIExtensionConnectModuleTestObserver> &observer) WaitUntilAbilityForeground() argument
199 WaitUntilAbilityBackground( const sptr<UIExtensionConnectModuleTestObserver> &observer) WaitUntilAbilityBackground() argument
222 auto observer = sptr<UIExtensionConnectModuleTestObserver>::MakeSptr(); HWTEST_F() local
254 auto observer = sptr<UIExtensionConnectModuleTestObserver>::MakeSptr(); HWTEST_F() local
[all...]
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_launch_data.h33 sptr<IRemoteObject> observer; member
/foundation/ability/ability_runtime/test/fuzztest/connectionstatemanager_fuzzer/
H A Dconnectionstatemanager_fuzzer.cpp123 sptr<AbilityRuntime::IConnectionObserver> observer = new MyAbilityConnectionObserver(); in DoSomethingInterestingWithMyAPI() local

Completed in 20 milliseconds

12345678910>>...22