Home
last modified time | relevance | path

Searched refs:AddObserver (Results 1 - 25 of 52) sorted by relevance

123

/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dability_lifecycle_test.cpp74 * @tc.name: AddObserver
82 lifeCycle_->AddObserver(nullptr); in HWTEST_F()
89 * @tc.name: AddObserver
98 lifeCycle_->AddObserver(observer); in HWTEST_F()
115 lifeCycle_->AddObserver(observer); in HWTEST_F()
133 lifeCycle_->AddObserver(observer); in HWTEST_F()
153 lifeCycle_->AddObserver(observer); in HWTEST_F()
171 lifeCycle_->AddObserver(observer); in HWTEST_F()
189 lifeCycle_->AddObserver(observer); in HWTEST_F()
207 lifeCycle_->AddObserver(observe in HWTEST_F()
[all...]
/foundation/multimodalinput/input/intention/adapters/dsoftbus_adapter/src/
H A Ddsoftbus_adapter.cpp33 void DSoftbusAdapter::AddObserver(std::shared_ptr<IDSoftbusObserver> observer) in AddObserver() function in OHOS::Msdp::DeviceStatus::DSoftbusAdapter
35 DSoftbusAdapterImpl::GetInstance()->AddObserver(observer); in AddObserver()
/foundation/ability/ability_lite/services/abilitymgr_lite/include/slite/
H A Dability_record_observer_manager.h30 void AddObserver(AbilityRecordObserver *observer);
/foundation/multimodalinput/input/intention/adapters/common_event_adapter/src/
H A Dcommon_event_adapter.cpp26 int32_t CommonEventAdapter::AddObserver(std::shared_ptr<ICommonEventObserver> observer) in AddObserver() function in OHOS::Msdp::DeviceStatus::CommonEventAdapter
/foundation/multimodalinput/input/intention/adapters/common_event_adapter/include/
H A Dcommon_event_adapter.h34 int32_t AddObserver(std::shared_ptr<ICommonEventObserver> observer) override;
/foundation/multimodalinput/input/intention/prototype/include/
H A Di_common_event_adapter.h46 virtual int32_t AddObserver(std::shared_ptr<ICommonEventObserver> observer) = 0;
H A Di_dsoftbus_adapter.h48 virtual void AddObserver(std::shared_ptr<IDSoftbusObserver> observer) = 0;
H A Di_cooperate.h61 virtual void AddObserver(std::shared_ptr<ICooperateObserver> observer) = 0;
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H A Dability_lifecycle.h56 void AddObserver(const std::shared_ptr<ILifecycleObserver> &observer);
/foundation/multimodalinput/input/intention/adapters/dsoftbus_adapter/include/
H A Ddsoftbus_adapter.h35 void AddObserver(std::shared_ptr<IDSoftbusObserver> observer) override;
/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/sync_rule/
H A Duser_status_listener.h33 void AddObserver(std::shared_ptr<IUserStatusObserver> observer);
/foundation/ability/ability_lite/services/abilitymgr_lite/src/slite/
H A Dability_record_observer_manager.cpp26 void AbilityRecordObserverManager::AddObserver(AbilityRecordObserver *observer) in AddObserver() function in OHOS::AbilitySlite::AbilityRecordObserverManager
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_socket_server.cpp56 socketObserverList_->AddObserver(fd, param.observer->AsObject()); in Listen()
/foundation/ability/ability_runtime/services/dataobsmgr/src/
H A Ddataobs_mgr_inner_ext.cpp42 if (root_ != nullptr && !root_->AddObserver(path, 0, Entry(dataObserver, deathRecipientRef, isDescendants))) { in HandleRegisterObserver()
196 bool DataObsMgrInnerExt::Node::AddObserver(const std::vector<std::string> &path, uint32_t index, const Entry &entry) in AddObserver() function in OHOS::AAFwk::DataObsMgrInnerExt::Node
207 return it->second->AddObserver(path, ++index, entry); in AddObserver()
/foundation/ability/ability_runtime/test/unittest/free_install_observer_manager_test/
H A Dfree_install_observer_manager_test.cpp89 * @tc.name: AddObserver
90 * @tc.desc: Test AddObserver when callback is success.
98 int32_t res = info->AddObserver(recordId, observer); in HWTEST_F()
105 * @tc.name: AddObserver
106 * @tc.desc: Test AddObserver when callback is success.
114 int32_t res = freeInstallObserverManager_->AddObserver(recordId, observer); in HWTEST_F()
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dability_lifecycle.cpp27 void LifeCycle::AddObserver(const std::shared_ptr<ILifecycleObserver> &observer) in AddObserver() function in OHOS::AppExecFwk::LifeCycle
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dfree_install_observer_manager.h33 int32_t AddObserver(int32_t recordId, const sptr<IFreeInstallObserver> &observer);
H A Dconnection_observer_controller.h42 int AddObserver(const sptr<AbilityRuntime::IConnectionObserver> &observer);
/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dvalue_change_notifier.h52 void AddObserver(const WeakPtr<ValueChangeObserver>& observer) in AddObserver() function in OHOS::Ace::ValueChangeNotifier
/foundation/multimodalinput/input/intention/cooperate/plugin/include/
H A Dcooperate.h36 void AddObserver(std::shared_ptr<ICooperateObserver> observer) override;
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/sync_rule/
H A Duser_status_listener.cpp54 void UserStatusListener::AddObserver(std::shared_ptr<IUserStatusObserver> observer) in AddObserver() function in OHOS::FileManagement::CloudSync::UserStatusListener
/foundation/ability/ability_runtime/services/dataobsmgr/include/
H A Ddataobs_mgr_inner_ext.h70 bool AddObserver(const std::vector<std::string> &path, uint32_t index, const Entry &entry);
/foundation/ability/ability_runtime/test/unittest/connection_observer_controller_test/
H A Dconnection_observer_controller_test.cpp47 * Function: AddObserver
49 * FunctionPoints: ConnectionObserverController AddObserver
51 * CaseDescription: Verify AddObserver
57 auto res = connectionObserverController->AddObserver(observer); in HWTEST_F()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dconnection_observer_controller.cpp24 int ConnectionObserverController::AddObserver(const sptr<AbilityRuntime::IConnectionObserver> &observer) in AddObserver() function in OHOS::AAFwk::ConnectionObserverController
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_socket_server.h68 void AddObserver(int fd, const sptr<IRemoteObject> &remote) in AddObserver() function in OHOS::Bluetooth::BluetoothSocketServer::SocketObserverList

Completed in 13 milliseconds

123