Home
last modified time | relevance | path

Searched refs:OnDisable (Results 1 – 25 of 31) sorted by relevance

12

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/
H A Dcontext.h49 virtual void OnDisable(const std::string &name, bool ret) = 0;
101 virtual void OnDisable(const std::string &name, bool ret) in OnDisable() function
104 callback_->OnDisable(name, ret); in OnDisable()
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/include/
H A Dcooperate_in.h47 void OnDisable(Context &context, const CooperateEvent &event);
77 void OnDisable(Context &context, const CooperateEvent &event);
H A Dcooperate_out.h47 void OnDisable(Context &context, const CooperateEvent &event);
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/include/
H A Dcooperate_in.h47 void OnDisable(Context &context, const CooperateEvent &event);
77 void OnDisable(Context &context, const CooperateEvent &event);
H A Dcooperate_out.h47 void OnDisable(Context &context, const CooperateEvent &event);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_service_stub.h67 int32_t OnDisable(MessageParcel& data, MessageParcel& reply);
102 … [static_cast<uint32_t>(RdbServiceCode::RDB_SERVICE_CMD_DISABLE)] = &RdbServiceStub::OnDisable,
H A Drdb_service_stub.cpp341 int32_t RdbServiceStub::OnDisable(MessageParcel& data, MessageParcel& reply) in OnDisable() function in OHOS::DistributedRdb::RdbServiceStub
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
H A Dsocket_service.cpp147 GetContext()->OnDisable(PROFILE_NAME_SPP, true); in ShutDownInternal()
251 GetContext()->OnDisable(PROFILE_NAME_SPP, true); in CleanupClientSocket()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dprofile_service_manager.h183 void OnDisable(const std::string &name, bool ret) const;
H A Dadapter_manager.cpp94 void OnDisable(const std::string &name, bool ret);
110 void OnDisable(const std::string &name, bool ret) in OnDisable() function in OHOS::bluetooth::AdapterManager::impl::AdaptersContextCallback
113 impl_.OnDisable(name, ret); in OnDisable()
153 void AdapterManager::impl::OnDisable(const std::string &name, bool ret) in OnDisable() function in OHOS::bluetooth::AdapterManager::impl
H A Dprofile_service_manager.cpp42 void OnDisable(const std::string &name, bool ret) in OnDisable() function in OHOS::bluetooth::ProfileServicesContextCallback
45 psm_.OnDisable(name, ret); in OnDisable()
451 void ProfileServiceManager::OnDisable(const std::string &name, bool ret) const in OnDisable() function in OHOS::bluetooth::ProfileServiceManager
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/src/
H A Dcooperate_in.cpp91 this->OnDisable(context, event); in Initial()
134 void CooperateIn::Initial::OnDisable(Context &context, const CooperateEvent &event) in OnDisable() function in OHOS::Msdp::DeviceStatus::Cooperate::CooperateIn::Initial
354 this->OnDisable(context, event); in RelayConfirmation()
392 void CooperateIn::RelayConfirmation::OnDisable(Context &context, const CooperateEvent &event) in OnDisable() function in OHOS::Msdp::DeviceStatus::Cooperate::CooperateIn::RelayConfirmation
H A Dcooperate_out.cpp86 this->OnDisable(context, event); in Initial()
132 void CooperateOut::Initial::OnDisable(Context &context, const CooperateEvent &event) in OnDisable() function in OHOS::Msdp::DeviceStatus::Cooperate::CooperateOut::Initial
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/src/
H A Dcooperate_in.cpp91 this->OnDisable(context, event); in Initial()
134 void CooperateIn::Initial::OnDisable(Context &context, const CooperateEvent &event) in OnDisable() function in OHOS::Msdp::DeviceStatus::Cooperate::CooperateIn::Initial
356 this->OnDisable(context, event); in RelayConfirmation()
394 void CooperateIn::RelayConfirmation::OnDisable(Context &context, const CooperateEvent &event) in OnDisable() function in OHOS::Msdp::DeviceStatus::Cooperate::CooperateIn::RelayConfirmation
H A Dcooperate_out.cpp85 this->OnDisable(context, event); in Initial()
131 void CooperateOut::Initial::OnDisable(Context &context, const CooperateEvent &event) in OnDisable() function in OHOS::Msdp::DeviceStatus::Cooperate::CooperateOut::Initial
/ohos5.0/foundation/multimodalinput/input/intention/services/device_manager/include/
H A Ddevice_manager.h74 int32_t OnDisable();
/ohos5.0/base/msdp/device_status/intention/services/device_manager/include/
H A Ddevice_manager.h74 int32_t OnDisable();
/ohos5.0/foundation/multimodalinput/input/intention/services/device_manager/src/
H A Ddevice_manager.cpp132 return this->OnDisable(); in Disable()
140 int32_t DeviceManager::OnDisable() in OnDisable() function in OHOS::Msdp::DeviceStatus::DeviceManager
/ohos5.0/base/msdp/device_status/intention/services/device_manager/src/
H A Ddevice_manager.cpp133 return this->OnDisable(); in Disable()
141 int32_t DeviceManager::OnDisable() in OnDisable() function in OHOS::Msdp::DeviceStatus::DeviceManager
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_service.cpp108 GetContext()->OnDisable(PROFILE_NAME_HID_HOST, true); in ShutDown()
141 GetContext()->OnDisable(PROFILE_NAME_HID_HOST, true); in ShutDownDone()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H A Dpan_service.cpp111 GetContext()->OnDisable(PROFILE_NAME_PAN, true); in ShutDown()
143 GetContext()->OnDisable(PROFILE_NAME_PAN, true); in ShutDownDone()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_service.cpp125 GetContext()->OnDisable(PROFILE_NAME_HFP_HF, true); in ShutDown()
157 GetContext()->OnDisable(PROFILE_NAME_HFP_HF, ret ? false : true); in ShutDownDone()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_service.cpp88 GetContext()->OnDisable(PROFILE_NAME_HFP_AG, true); in ShutDown()
142 GetContext()->OnDisable(PROFILE_NAME_HFP_AG, ret ? false : true); in ShutDownDone()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_service.cpp509 GetContext()->OnDisable(name_, ret); in DisableService()
1166 GetContext()->OnDisable(name_, true); in CheckDisable()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_adapter.cpp253 GetContext()->OnDisable(ADAPTER_NAME_BLE, pimpl->btmEnableFlag_); in DisableTask()
278 GetContext()->OnDisable(ADAPTER_NAME_BLE, ret); in DisableTask()

12