/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/ |
H A D | context.h | 49 virtual void OnDisable(const std::string &name, bool ret) = 0; 101 virtual void OnDisable(const std::string &name, bool ret) in OnDisable() function in utility::Context 104 callback_->OnDisable(name, ret); in OnDisable()
|
/foundation/multimodalinput/input/intention/cooperate/plugin/include/ |
H A D | cooperate_in.h | 47 void OnDisable(Context &context, const CooperateEvent &event); 77 void OnDisable(Context &context, const CooperateEvent &event);
|
H A D | cooperate_out.h | 47 void OnDisable(Context &context, const CooperateEvent &event);
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
H A D | rdb_service_stub.h | 67 int32_t OnDisable(MessageParcel& data, MessageParcel& reply); 102 [static_cast<uint32_t>(RdbServiceCode::RDB_SERVICE_CMD_DISABLE)] = &RdbServiceStub::OnDisable,
|
H A D | rdb_service_stub.cpp | 343 int32_t RdbServiceStub::OnDisable(MessageParcel& data, MessageParcel& reply) in OnDisable() function in OHOS::DistributedRdb::RdbServiceStub
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/ |
H A D | socket_service.cpp | 147 GetContext()->OnDisable(PROFILE_NAME_SPP, true); in ShutDownInternal() 251 GetContext()->OnDisable(PROFILE_NAME_SPP, true); in CleanupClientSocket()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/ |
H A D | profile_service_manager.h | 183 void OnDisable(const std::string &name, bool ret) const;
|
H A D | adapter_manager.cpp | 94 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 D | profile_service_manager.cpp | 42 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
|
/foundation/multimodalinput/input/intention/services/device_manager/include/ |
H A D | device_manager.h | 74 int32_t OnDisable();
|
/foundation/multimodalinput/input/intention/cooperate/plugin/src/ |
H A D | cooperate_in.cpp | 91 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 D | cooperate_out.cpp | 86 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
|
/foundation/multimodalinput/input/intention/services/device_manager/src/ |
H A D | device_manager.cpp | 132 return this->OnDisable(); in Disable() 140 int32_t DeviceManager::OnDisable() in OnDisable() function in OHOS::Msdp::DeviceStatus::DeviceManager
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/ |
H A D | hid_host_service.cpp | 108 GetContext()->OnDisable(PROFILE_NAME_HID_HOST, true); in ShutDown() 141 GetContext()->OnDisable(PROFILE_NAME_HID_HOST, true); in ShutDownDone()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/ |
H A D | pan_service.cpp | 111 GetContext()->OnDisable(PROFILE_NAME_PAN, true); in ShutDown() 143 GetContext()->OnDisable(PROFILE_NAME_PAN, true); in ShutDownDone()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/ |
H A D | hfp_hf_service.cpp | 125 GetContext()->OnDisable(PROFILE_NAME_HFP_HF, true); in ShutDown() 157 GetContext()->OnDisable(PROFILE_NAME_HFP_HF, ret ? false : true); in ShutDownDone()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
H A D | a2dp_service.cpp | 509 GetContext()->OnDisable(name_, ret); in DisableService() 1151 GetContext()->OnDisable(name_, true); in CheckDisable()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/ |
H A D | hfp_ag_service.cpp | 88 GetContext()->OnDisable(PROFILE_NAME_HFP_AG, true); in ShutDown() 142 GetContext()->OnDisable(PROFILE_NAME_HFP_AG, ret ? false : true); in ShutDownDone()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ |
H A D | ble_adapter.cpp | 250 GetContext()->OnDisable(ADAPTER_NAME_BLE, pimpl->btmEnableFlag_); in DisableTask() 275 GetContext()->OnDisable(ADAPTER_NAME_BLE, ret); in DisableTask()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/ |
H A D | classic_adapter.cpp | 109 GetContext()->OnDisable(ADAPTER_NAME_CLASSIC, true); in ShutDown() 196 GetContext()->OnDisable(ADAPTER_NAME_CLASSIC, ret); in DisableBTM()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_service.cpp | 246 GetContext()->OnDisable(PROFILE_NAME_AVRCP_CT, result == BT_SUCCESS); in OnProfileDisabled()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_client_service.cpp | 1187 self_.GetContext()->OnDisable(PROFILE_NAME_GATT_CLIENT, true); in OnConnetionManagerShutDown()
|
H A D | gatt_server_service.cpp | 1176 self_.GetContext()->OnDisable(PROFILE_NAME_GATT_SERVER, true); in OnConnetionManagerShutDown()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_service.cpp | 718 GetContext()->OnDisable(PROFILE_NAME_AVRCP_TG, result == BT_SUCCESS); in OnProfileDisabled()
|