Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/core/shared/include/
H A Ddevsvc_manager_if.h20 …int (*AddService)(struct IDevSvcManager *, struct HdfDeviceObject *, const struct HdfServiceInfo *… member
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_service.cpp70 void GattService::AddService(GattService &service) in AddService() function in OHOS::Bluetooth::GattService
H A Dbluetooth_gatt_server.cpp577 int GattServer::AddService(GattService &service) in AddService() function in OHOS::Bluetooth::GattServer
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dservice_registry.cpp105 virtual int32_t AddService(const std::u16string& name, in AddService() function in OHOS::ServiceRegistryProxy
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_gatt_server_proxy.cpp25 int BluetoothGattServerProxy::AddService(int32_t appId, BluetoothGattService *services) in AddService() function in OHOS::Bluetooth::BluetoothGattServerProxy
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_cache.cpp24 void GattCache::AddService(const Service &service) in AddService() function in OHOS::bluetooth::GattCache
H A Dgatt_database.cpp34 int GattDatabase::AddService(bluetooth::Service &service) in AddService() function in OHOS::bluetooth::GattDatabase
H A Dgatt_server_service.cpp200 int GattServerService::AddService(int appId, Service &service) in AddService() function in OHOS::bluetooth::GattServerService
683 int GattServerService::impl::AddService(int appId, Service &service, bool IsAsync) in AddService() function in OHOS::bluetooth::GattServerService::impl
H A Dgatt_server_profile.cpp1907 int GattServerProfile::AddService(Service &service) const in AddService() function in OHOS::bluetooth::GattServerProfile
/ohos5.0/drivers/peripheral/input/hal/src/
H A Dinput_manager.c144 static int32_t AddService(uint32_t index, const struct HdfIoService *service) in AddService() function
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_gatt_server_server.cpp306 int BluetoothGattServerServer::AddService(int32_t appId, BluetoothGattService *services) in AddService() function in OHOS::Bluetooth::BluetoothGattServerServer
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_gatt_server.cpp177 napi_value NapiGattServer::AddService(napi_env env, napi_callback_info info) in AddService() function in OHOS::Bluetooth::NapiGattServer
/ohos5.0/base/startup/init/services/init/
H A Dinit_service_manager.c88 Service *AddService(const char *name) in AddService() function