/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/ |
H A D | ability_lifecycle_test.cpp | 74 * @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 D | dsoftbus_adapter.cpp | 33 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 D | ability_record_observer_manager.h | 30 void AddObserver(AbilityRecordObserver *observer);
|
/foundation/multimodalinput/input/intention/adapters/common_event_adapter/src/ |
H A D | common_event_adapter.cpp | 26 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 D | common_event_adapter.h | 34 int32_t AddObserver(std::shared_ptr<ICommonEventObserver> observer) override;
|
/foundation/multimodalinput/input/intention/prototype/include/ |
H A D | i_common_event_adapter.h | 46 virtual int32_t AddObserver(std::shared_ptr<ICommonEventObserver> observer) = 0;
|
H A D | i_dsoftbus_adapter.h | 48 virtual void AddObserver(std::shared_ptr<IDSoftbusObserver> observer) = 0;
|
H A D | i_cooperate.h | 61 virtual void AddObserver(std::shared_ptr<ICooperateObserver> observer) = 0;
|
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ |
H A D | ability_lifecycle.h | 56 void AddObserver(const std::shared_ptr<ILifecycleObserver> &observer);
|
/foundation/multimodalinput/input/intention/adapters/dsoftbus_adapter/include/ |
H A D | dsoftbus_adapter.h | 35 void AddObserver(std::shared_ptr<IDSoftbusObserver> observer) override;
|
/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/sync_rule/ |
H A D | user_status_listener.h | 33 void AddObserver(std::shared_ptr<IUserStatusObserver> observer);
|
/foundation/ability/ability_lite/services/abilitymgr_lite/src/slite/ |
H A D | ability_record_observer_manager.cpp | 26 void AbilityRecordObserverManager::AddObserver(AbilityRecordObserver *observer) in AddObserver() function in OHOS::AbilitySlite::AbilityRecordObserverManager
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_socket_server.cpp | 56 socketObserverList_->AddObserver(fd, param.observer->AsObject()); in Listen()
|
/foundation/ability/ability_runtime/services/dataobsmgr/src/ |
H A D | dataobs_mgr_inner_ext.cpp | 42 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 D | free_install_observer_manager_test.cpp | 89 * @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 D | ability_lifecycle.cpp | 27 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 D | free_install_observer_manager.h | 33 int32_t AddObserver(int32_t recordId, const sptr<IFreeInstallObserver> &observer);
|
H A D | connection_observer_controller.h | 42 int AddObserver(const sptr<AbilityRuntime::IConnectionObserver> &observer);
|
/foundation/arkui/ace_engine/frameworks/base/utils/ |
H A D | value_change_notifier.h | 52 void AddObserver(const WeakPtr<ValueChangeObserver>& observer) in AddObserver() function in OHOS::Ace::ValueChangeNotifier
|
/foundation/multimodalinput/input/intention/cooperate/plugin/include/ |
H A D | cooperate.h | 36 void AddObserver(std::shared_ptr<ICooperateObserver> observer) override;
|
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/sync_rule/ |
H A D | user_status_listener.cpp | 54 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 D | dataobs_mgr_inner_ext.h | 70 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 D | connection_observer_controller_test.cpp | 47 * 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 D | connection_observer_controller.cpp | 24 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 D | bluetooth_socket_server.h | 68 void AddObserver(int fd, const sptr<IRemoteObject> &remote) in AddObserver() function in OHOS::Bluetooth::BluetoothSocketServer::SocketObserverList
|