Home
last modified time | relevance | path

Searched defs:RegisterObserver (Results 1 – 25 of 104) sorted by relevance

12345

/foundation/ability/ability_runtime/interfaces/inner_api/connectionobs_manager/src/
Dconnection_observer_client.cpp35 int32_t ConnectionObserverClient::RegisterObserver(const std::shared_ptr<ConnectionObserver> &obser… in RegisterObserver() function in OHOS::AbilityRuntime::ConnectionObserverClient
Dservice_proxy_adapter.cpp30 int32_t ServiceProxyAdapter::RegisterObserver(const sptr<IConnectionObserver> &observer) in RegisterObserver() function in OHOS::AbilityRuntime::ServiceProxyAdapter
Dconnection_observer_client_impl.cpp26 int32_t ConnectionObserverClientImpl::RegisterObserver(const std::shared_ptr<ConnectionObserver> &o… in RegisterObserver() function in OHOS::AbilityRuntime::ConnectionObserverClientImpl
/foundation/distributeddatamgr/preferences/frameworks/native/mock/ability_runtime/dataobs_manager/src/
Ddataobs_mgr_client.cpp33 int DataObsMgrClient::RegisterObserver(const Uri &uri, sptr<IDataAbilityObserver> dataObserver) in RegisterObserver() function in OHOS::AAFwk::DataObsMgrClient
/foundation/ability/ability_runtime/test/unittest/dataobs_mgr_client_test/
Dmock_dataobs_mgr_service.h32 int RegisterObserver(const Uri &uri, sptr<IDataAbilityObserver> dataObserver) override in RegisterObserver() function
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/utils/
Dswitch_provider.cpp68 void SwitchProvider::RegisterObserver(const sptr<SwitchObserver> &observer) in RegisterObserver() function in OHOS::IntellVoiceEngine::SwitchProvider
/foundation/communication/bluetooth/frameworks/inner/src/
Dbluetooth_pan.cpp113 void RegisterObserver(std::shared_ptr<PanObserver> observer) in RegisterObserver() function
296 void Pan::RegisterObserver(PanObserver *observer) in RegisterObserver() function in OHOS::Bluetooth::Pan
Dbluetooth_pbap_pse.cpp90 void RegisterObserver(std::shared_ptr<PbapObserver> &observer) in RegisterObserver() function
297 void PbapServer::RegisterObserver(PbapObserver *observer) in RegisterObserver() function in OHOS::Bluetooth::PbapServer
Dbluetooth_hid_host.cpp137 void RegisterObserver(std::shared_ptr<HidHostObserver> observer) in RegisterObserver() function
400 void HidHost::RegisterObserver(HidHostObserver *observer) in RegisterObserver() function in OHOS::Bluetooth::HidHost
Dbluetooth_opp.cpp311 void RegisterObserver(std::shared_ptr<OppObserver> observer) in RegisterObserver() function
518 void Opp::RegisterObserver(OppObserver *observer) in RegisterObserver() function in OHOS::Bluetooth::Opp
/foundation/distributeddatamgr/data_share/frameworks/native/consumer/controller/service/src/
Dgeneral_controller_service_impl.cpp66 void GeneralControllerServiceImpl::RegisterObserver(const Uri &uri, in RegisterObserver() function in OHOS::DataShare::GeneralControllerServiceImpl
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/fsm/src/
Dhi_state_machine.cpp103 int32_t HiStateMachine::RegisterObserver(HiStateMachineObserver &observer) in RegisterObserver() function in OHOS::HiStateMachine
/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
Dtelephone_client_service.h69 void RegisterObserver(TelephoneClientServiceObserver* observer) in RegisterObserver() function
Da2dp_data_service.h87 void RegisterObserver(A2dpServiceObserver *observer) in RegisterObserver() function
/foundation/distributeddatamgr/data_share/frameworks/native/consumer/controller/provider/src/
Dgeneral_controller_provider_impl.cpp85 void GeneralControllerProviderImpl::RegisterObserver(const Uri &uri, in RegisterObserver() function in OHOS::DataShare::GeneralControllerProviderImpl
/foundation/communication/bluetooth_service/services/bluetooth/service/src/map_mce/
Dmap_mce_observer_manager.cpp47 void MapMceObserverManager::RegisterObserver(IProfileMapMceObserver &serviceCallback) in RegisterObserver() function in OHOS::bluetooth::MapMceObserverManager
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
Dbluetooth_pan_server.cpp129 ErrCode BluetoothPanServer::RegisterObserver(const sptr<IBluetoothPanObserver> observer) in RegisterObserver() function in OHOS::Bluetooth::BluetoothPanServer
Dbluetooth_a2dp_sink_server.cpp131 void BluetoothA2dpSinkServer::RegisterObserver(const sptr<IBluetoothA2dpSinkObserver> &observer) in RegisterObserver() function in OHOS::Bluetooth::BluetoothA2dpSinkServer
Dbluetooth_opp_server.cpp139 ErrCode BluetoothOppServer::RegisterObserver(const sptr<IBluetoothOppObserver> observer) in RegisterObserver() function in OHOS::Bluetooth::BluetoothOppServer
/foundation/ability/ability_runtime/services/dataobsmgr/src/
Ddataobs_mgr_service.cpp88 int DataObsMgrService::RegisterObserver(const Uri &uri, sptr<IDataAbilityObserver> dataObserver) in RegisterObserver() function in OHOS::AAFwk::DataObsMgrService
Ddataobs_mgr_proxy.cpp53 int32_t DataObsManagerProxy::RegisterObserver(const Uri &uri, sptr<IDataAbilityObserver> dataObserv… in RegisterObserver() function in OHOS::AAFwk::DataObsManagerProxy
Ddataobs_mgr_client.cpp54 ErrCode DataObsMgrClient::RegisterObserver(const Uri &uri, sptr<IDataAbilityObserver> dataObserver) in RegisterObserver() function in OHOS::AAFwk::DataObsMgrClient
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
Dbluetooth_pan_proxy.cpp121 ErrCode BluetoothPanProxy::RegisterObserver(const sptr<IBluetoothPanObserver> observer) in RegisterObserver() function in OHOS::Bluetooth::BluetoothPanProxy
/foundation/distributeddatamgr/data_share/frameworks/native/provider/src/
Ddatashare_ext_ability.cpp123 bool DataShareExtAbility::RegisterObserver(const Uri &uri, const sptr<AAFwk::IDataAbilityObserver> … in RegisterObserver() function in OHOS::DataShare::DataShareExtAbility
/foundation/barrierfree/accessibility/services/aams/test/mock/src/
Dmock_preferences.cpp152 int MockPreferences::RegisterObserver(std::shared_ptr<PreferencesObserver> preferencesObserver, Reg… in RegisterObserver() function in OHOS::NativePreferences::MockPreferences

12345