Home
last modified time | relevance | path

Searched defs:OnServiceAdded (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_gatt_server_callback.h41 void OnServiceAdded(GattService service, int ret) override {} in OnServiceAdded() function
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_gatt_server.h72 virtual void OnServiceAdded(GattService service, int ret) in OnServiceAdded() function
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/gatt/
H A Dgatt_server_test.cpp33 void OnServiceAdded(GattService *Service, int ret) override in OnServiceAdded() function in OHOS::Bluetooth::BluetoothGattServerCallbackCommon
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_server.cpp279 void OnServiceAdded(GattService service, int ret) override in OnServiceAdded() function in OHOS::Bluetooth::GattServerCallbackWapper