Home
last modified time | relevance | path

Searched refs:OnInited (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/bluetooth/
H A Dinterface_i_hci_callback.md19 | [OnInited](#oninited) ([in] enum BtStatus status) | HCI 初始化回调函数。 |
26 ### OnInited()
29 IHciCallback::OnInited ([in] enum BtStatus status)
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/hardware/src/
H A Dbluetooth_hci_callbacks.cpp19 NO_SANITIZE("cfi") int32_t BluetoothHciCallbacks::OnInited(BtStatus status) in OnInited() function in BluetoothHciCallbacks
21 if ((callbacks_ != nullptr) && (callbacks_->OnInited)) { in OnInited()
26 callbacks_->OnInited(initStatus); in OnInited()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/hardware/include/
H A Dbluetooth_hdi.h51 void (*OnInited)(BtInitStatus status); member
H A Dbluetooth_hci_callbacks.h48 int32_t OnInited(BtStatus status) override;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/bluetooth_hci_v1_0/cpp_target/bluetooth/hci/v1_0/
H A Dhci_callback_service.cpp.txt26 int32_t HciCallbackService::OnInited(OHOS::HDI::Bluetooth::Hci::V1_0::BtStatus status)
H A Dhci_callback_service.h.txt31 int32_t OnInited(OHOS::HDI::Bluetooth::Hci::V1_0::BtStatus status) override;
H A Dhci_callback_proxy.h.txt39 int32_t OnInited(OHOS::HDI::Bluetooth::Hci::V1_0::BtStatus status) override;
H A Dihci_callback.h.txt66 virtual int32_t OnInited(OHOS::HDI::Bluetooth::Hci::V1_0::BtStatus status) = 0;
H A Dhci_callback_proxy.cpp.txt52 int32_t OHOS::HDI::Bluetooth::Hci::V1_0::HciCallbackProxy::OnInited(OHOS::HDI::Bluetooth::Hci::V1_0…
H A Dhci_callback_stub.cpp.txt117 int32_t hciCallbackRet = impl->OnInited(status);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/bluetooth_hci_v1_0/dump_ast_target/
H A Ddump.txt25 [mini, lite, full, callback] OnInited(
/ohos5.0/drivers/peripheral/bluetooth/hci/hdi_service/
H A Dhci_interface_impl.cpp75 …[callbackObj](bool status) { callbackObj->OnInited(status ? BtStatus::SUCCESS : BtStatus::INITIAL_… in Init()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/bluetooth_hci_v1_0/foo/bluetooth/hci/v1_0/
H A DIHciCallback.idl56 OnInited([in] enum BtStatus status);
/ohos5.0/drivers/interface/bluetooth/hci/v1_0/
H A DIHciCallback.idl56 OnInited([in] enum BtStatus status);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci.c413 .OnInited = HciOnHDIInited,