Home
last modified time | relevance | path

Searched defs:AddService (Results 1 – 10 of 10) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/src/
Dbluetooth_gatt_service.cpp68 void GattService::AddService(GattService &service) in AddService() function in OHOS::Bluetooth::GattService
Dbluetooth_gatt_server.cpp552 int GattServer::AddService(GattService &service) in AddService() function in OHOS::Bluetooth::GattServer
/foundation/systemabilitymgr/samgr/services/samgr/native/source/
Dservice_registry.cpp94 virtual int32_t AddService(const std::u16string& name, in AddService() function in OHOS::ServiceRegistryProxy
/foundation/communication/bluetooth/services/bluetooth/service/src/gatt/
Dgatt_cache.cpp24 void GattCache::AddService(const Service &service) in AddService() function in OHOS::bluetooth::GattCache
Dgatt_database.cpp34 int GattDatabase::AddService(bluetooth::Service &service) in AddService() function in OHOS::bluetooth::GattDatabase
Dgatt_server_service.cpp200 int GattServerService::AddService(int appId, Service &service) in AddService() function in OHOS::bluetooth::GattServerService
680 int GattServerService::impl::AddService(int appId, Service &service, bool IsAsync) in AddService() function in OHOS::bluetooth::GattServerService::impl
Dgatt_server_profile.cpp1904 int GattServerProfile::AddService(Service &service) const in AddService() function in OHOS::bluetooth::GattServerProfile
/foundation/communication/bluetooth/services/bluetooth/ipc/src/
Dbluetooth_gatt_server_proxy.cpp22 int BluetoothGattServerProxy::AddService(int32_t appId, BluetoothGattService *services) in AddService() function in OHOS::Bluetooth::BluetoothGattServerProxy
/foundation/communication/bluetooth/services/bluetooth/server/src/
Dbluetooth_gatt_server_server.cpp277 int BluetoothGattServerServer::AddService(int32_t appId, BluetoothGattService *services) in AddService() function in OHOS::Bluetooth::BluetoothGattServerServer
/foundation/communication/bluetooth/frameworks/js/napi/src/
Dnapi_bluetooth_gatt_server.cpp204 napi_value NapiGattServer::AddService(napi_env env, napi_callback_info info) in AddService() function in OHOS::Bluetooth::NapiGattServer