Home
last modified time | relevance | path

Searched defs:UnregisterObserver (Results 1 – 25 of 36) sorted by relevance

12

/foundation/ability/ability_runtime/interfaces/inner_api/connectionobs_manager/src/
Dconnection_observer_client.cpp45 int32_t ConnectionObserverClient::UnregisterObserver(const std::shared_ptr<ConnectionObserver> &obs… in UnregisterObserver() function in OHOS::AbilityRuntime::ConnectionObserverClient
Dservice_proxy_adapter.cpp64 int32_t ServiceProxyAdapter::UnregisterObserver(const sptr<IConnectionObserver> &observer) in UnregisterObserver() function in OHOS::AbilityRuntime::ServiceProxyAdapter
Dconnection_observer_client_impl.cpp44 int32_t ConnectionObserverClientImpl::UnregisterObserver(const std::shared_ptr<ConnectionObserver> … in UnregisterObserver() function in OHOS::AbilityRuntime::ConnectionObserverClientImpl
/foundation/distributeddatamgr/preferences/frameworks/native/mock/ability_runtime/dataobs_manager/src/
Ddataobs_mgr_client.cpp38 int DataObsMgrClient::UnregisterObserver(const Uri &uri, sptr<IDataAbilityObserver> dataObserver) in UnregisterObserver() function in OHOS::AAFwk::DataObsMgrClient
/foundation/ability/ability_runtime/test/unittest/dataobs_mgr_client_test/
Dmock_dataobs_mgr_service.h37 int UnregisterObserver(const Uri &uri, sptr<IDataAbilityObserver> dataObserver) override in UnregisterObserver() function
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/utils/
Dswitch_provider.cpp74 void SwitchProvider::UnregisterObserver(const sptr<SwitchObserver> &observer) in UnregisterObserver() function in OHOS::IntellVoiceEngine::SwitchProvider
/foundation/distributeddatamgr/data_share/frameworks/native/consumer/controller/service/src/
Dgeneral_controller_service_impl.cpp80 void GeneralControllerServiceImpl::UnregisterObserver(const Uri &uri, in UnregisterObserver() function in OHOS::DataShare::GeneralControllerServiceImpl
/foundation/distributeddatamgr/data_share/frameworks/native/consumer/controller/provider/src/
Dgeneral_controller_provider_impl.cpp101 void GeneralControllerProviderImpl::UnregisterObserver(const Uri &uri, in UnregisterObserver() function in OHOS::DataShare::GeneralControllerProviderImpl
/foundation/ability/ability_runtime/services/dataobsmgr/src/
Ddataobs_mgr_service.cpp115 int DataObsMgrService::UnregisterObserver(const Uri &uri, sptr<IDataAbilityObserver> dataObserver) in UnregisterObserver() function in OHOS::AAFwk::DataObsMgrService
Ddataobs_mgr_proxy.cpp78 int32_t DataObsManagerProxy::UnregisterObserver(const Uri &uri, sptr<IDataAbilityObserver> dataObse… in UnregisterObserver() function in OHOS::AAFwk::DataObsManagerProxy
Ddataobs_mgr_client.cpp78 ErrCode DataObsMgrClient::UnregisterObserver(const Uri &uri, sptr<IDataAbilityObserver> dataObserve… in UnregisterObserver() function in OHOS::AAFwk::DataObsMgrClient
/foundation/distributeddatamgr/data_share/frameworks/native/provider/src/
Ddatashare_ext_ability.cpp128 bool DataShareExtAbility::UnregisterObserver(const Uri &uri, const sptr<AAFwk::IDataAbilityObserver… in UnregisterObserver() function in OHOS::DataShare::DataShareExtAbility
Ddatashare_stub_impl.cpp308 bool DataShareStubImpl::UnregisterObserver(const Uri &uri, const sptr<AAFwk::IDataAbilityObserver> … in UnregisterObserver() function in OHOS::DataShare::DataShareStubImpl
/foundation/multimedia/media_library/frameworks/js/src/
Duserfile_client.cpp212 void UserFileClient::UnregisterObserver(const Uri &uri, const sptr<AAFwk::IDataAbilityObserver> &da… in UnregisterObserver() function in OHOS::Media::UserFileClient
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
Dmedia_datashare_stub_impl.cpp181 bool MediaDataShareStubImpl::UnregisterObserver(const Uri &uri, const sptr<AAFwk::IDataAbilityObser… in UnregisterObserver() function in OHOS::DataShare::MediaDataShareStubImpl
Dmedia_datashare_ext_ability.cpp582 bool MediaDataShareExtAbility::UnregisterObserver(const Uri &uri, const sptr<AAFwk::IDataAbilityObs… in UnregisterObserver() function in OHOS::AbilityRuntime::MediaDataShareExtAbility
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
Dbluetooth_avrcp_tg_server.cpp179 void BluetoothAvrcpTgServer::UnregisterObserver(const sptr<IBluetoothAvrcpTgObserver> &observer) in UnregisterObserver() function in OHOS::Bluetooth::BluetoothAvrcpTgServer
/foundation/distributeddatamgr/data_share/frameworks/native/consumer/src/
Ddatashare_helper_impl.cpp193 void DataShareHelperImpl::UnregisterObserver(const Uri &uri, const sptr<AAFwk::IDataAbilityObserver… in UnregisterObserver() function in OHOS::DataShare::DataShareHelperImpl
Ddatashare_proxy.cpp400 bool DataShareProxy::UnregisterObserver(const Uri &uri, const sptr<AAFwk::IDataAbilityObserver> &da… in UnregisterObserver() function in OHOS::DataShare::DataShareProxy
/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
Dmedia_service.h142 void UnregisterObserver(MediaService::IObserver *observer) in UnregisterObserver() function
/foundation/communication/bluetooth/frameworks/inner/src/
Dbluetooth_avrcp_tg.cpp181 void AvrcpTarget::UnregisterObserver(AvrcpTarget::IObserver *observer) in UnregisterObserver() function in OHOS::Bluetooth::AvrcpTarget
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
Dbluetooth_avrcp_tg_proxy.cpp44 void BluetoothAvrcpTgProxy::UnregisterObserver(const sptr<IBluetoothAvrcpTgObserver> &observer) in UnregisterObserver() function in OHOS::Bluetooth::BluetoothAvrcpTgProxy
/foundation/ability/ability_runtime/services/abilitymgr/src/
Dconnection_state_manager.cpp85 int ConnectionStateManager::UnregisterObserver(const sptr<AbilityRuntime::IConnectionObserver> &obs… in UnregisterObserver() function in OHOS::AAFwk::ConnectionStateManager
/foundation/ability/ability_runtime/frameworks/native/ability/native/
Ddata_ability_helper.cpp611 void DataAbilityHelper::UnregisterObserver(const Uri &uri, const sptr<AAFwk::IDataAbilityObserver> … in UnregisterObserver() function in OHOS::AppExecFwk::DataAbilityHelper
Ddata_ability_helper_impl.cpp677 void DataAbilityHelperImpl::UnregisterObserver(const Uri &uri, const sptr<AAFwk::IDataAbilityObserv… in UnregisterObserver() function in OHOS::AppExecFwk::DataAbilityHelperImpl

12