Home
last modified time | relevance | path

Searched defs:GetServices (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/manager/src/framework/
H A Dimpl_class.cpp219 const set<uint32_t> &ImplClass::GetServices() const in GetServices() function in OHOS::MultimediaPlugin::ImplClass
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_cache.cpp135 std::map<uint16_t, GattCache::Service> &GattCache::GetServices() in GetServices() function in OHOS::bluetooth::GattCache
H A Dgatt_database.cpp215 const std::map<uint16_t, GattDatabase::Service> &GattDatabase::GetServices() const in GetServices() function in OHOS::bluetooth::GattDatabase
H A Dgatt_client_service.cpp406 std::vector<Service> GattClientService::GetServices(int appId) in GetServices() function in OHOS::bluetooth::GattClientService
814 void GattClientService::impl::GetServices( in GetServices() function in OHOS::bluetooth::GattClientService::impl
H A Dgatt_server_profile.cpp1954 const std::map<uint16_t, GattDatabase::Service> &GattServerProfile::GetServices() const in GetServices() function in OHOS::bluetooth::GattServerProfile
H A Dgatt_client_profile.cpp790 std::map<uint16_t, GattCache::Service> *GattClientProfile::GetServices(uint16_t connectHandle) const in GetServices() function in OHOS::bluetooth::GattClientProfile
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_gatt_client_proxy.cpp284 int BluetoothGattClientProxy::GetServices(int32_t appId, std::vector<BluetoothGattService> &service) in GetServices() function in OHOS::Bluetooth::BluetoothGattClientProxy
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_gatt_client_server.cpp510 int BluetoothGattClientServer::GetServices(int32_t appId, ::std::vector<BluetoothGattService> &serv… in GetServices() function in OHOS::Bluetooth::BluetoothGattClientServer
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/server/src/
H A Ddrm_host_manager.cpp563 int32_t DrmHostManager::GetServices(std::string &name, bool *isSurpported, in GetServices() function in OHOS::DrmStandard::DrmHostManager
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_server.cpp711 std::list<GattService> &GattServer::GetServices() in GetServices() function in OHOS::Bluetooth::GattServer
H A Dbluetooth_gatt_client.cpp488 void GattClient::impl::GetServices() in GetServices() function in OHOS::Bluetooth::GattClient::impl
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_gatt_client.cpp391 napi_value NapiGattClient::GetServices(napi_env env, napi_callback_info info) in GetServices() function in OHOS::Bluetooth::NapiGattClient