Home
last modified time | relevance | path

Searched refs:GetServices (Results 1 – 25 of 30) sorted by relevance

12

/ohos5.0/foundation/communication/bluetooth_service/test/unittest/gatt/
H A Dgatt_server_test.cpp145 std::list<GattService> &list = server.GetServices();
162 std::list<GattService>& list = server.GetServices();
165 list = server.GetServices();
230 std::list<GattService> list = server.GetServices();
/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
624 int32_t ret = GetServices(name, isSurpported, drmHostServieProxys); in IsMediaKeySystemSupported()
643 int32_t ret = GetServices(name, isSurpported, drmHostServieProxys); in IsMediaKeySystemSupported()
674 int32_t ret = GetServices(name, isSurpported, drmHostServieProxys); in IsMediaKeySystemSupported()
715 int32_t ret = GetServices(name, &isSurpported, drmHostServieProxys); in CreateMediaKeySystem()
739 int32_t ret = GetServices(name, &isSurpported, drmHostServieProxys); in GetMediaKeySystemUuid()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_gatt_client.h51 virtual int GetServices(int32_t appId, std::vector<BluetoothGattService> &service) = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_gatt_client_server.h51 int GetServices(int32_t appId, ::std::vector<BluetoothGattService> &service) override;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_client_service.h49 std::vector<Service> GetServices(int appId) override;
H A Dgatt_server_profile.h58 const std::map<uint16_t, GattDatabase::Service> &GetServices() const;
H A Dgatt_server_profile.cpp394 auto service = db_.GetServices().begin(); in DiscoverAllPrimaryServiceResponse()
399 for (; service != db_.GetServices().end(); service++) { in DiscoverAllPrimaryServiceResponse()
457 auto service = db_.GetServices().begin(); in DiscoverPrimaryServiceByUuidResponse()
470 for (; service != db_.GetServices().end(); service++) { in DiscoverPrimaryServiceByUuidResponse()
1159 if (db_.GetServices().begin() == db_.GetServices().end() || in FindServiceEndingHandle()
1160 … attHandle > db_.GetServices().rbegin()->second.endHandle_ || attHandle == MAX_ATTRIBUTE_HANDLE) { in FindServiceEndingHandle()
1954 const std::map<uint16_t, GattDatabase::Service> &GattServerProfile::GetServices() const in GetServices() function in OHOS::bluetooth::GattServerProfile
1956 return pimpl->db_.GetServices(); in GetServices()
H A Dgatt_client_profile.h89 std::map<uint16_t, GattCache::Service> *GetServices(uint16_t connectHandle) const;
H A Dgatt_cache.h96 std::map<uint16_t, Service> &GetServices();
H A Dgatt_client_service.cpp115 void GetServices(int appId, std::promise<void> &promise, std::vector<Service> &services);
406 std::vector<Service> GattClientService::GetServices(int appId) in GetServices() function in OHOS::bluetooth::GattClientService
415 …GetDispatcher()->PostTask(std::bind(&impl::GetServices, pimpl.get(), appId, std::ref(promise), std… in GetServices()
814 void GattClientService::impl::GetServices( in GetServices() function in OHOS::bluetooth::GattClientService::impl
819 auto svcs = profile_->GetServices(client.value()->second.connection_.GetHandle()); in GetServices()
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
794 return &cache->second.GetServices(); in GetServices()
822 auto sIt = cache->second.GetServices().find(handle); in GetService()
823 if (sIt != cache->second.GetServices().end()) { in GetService()
1138 … reqId, GATT_SUCCESS, connectHandle, cacheMap_.find(connectHandle)->second.GetServices()); in ErrorResponseParsing()
1145 … reqId, GATT_SUCCESS, connectHandle, cacheMap_.find(connectHandle)->second.GetServices()); in ErrorResponseParsing()
1262 … reqId, GATT_SUCCESS, connectHandle, cacheMap_.find(connectHandle)->second.GetServices()); in DiscoverAllPrimaryServiceParsing()
1300 … reqId, GATT_SUCCESS, connectHandle, cacheMap_.find(connectHandle)->second.GetServices()); in DiscoverPrimaryServiceByUuidParsing()
H A Dgatt_database.h202 const std::map<uint16_t, Service> &GetServices() const;
H A Dgatt_cache.cpp135 std::map<uint16_t, GattCache::Service> &GattCache::GetServices() in GetServices() function in OHOS::bluetooth::GattCache
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_gatt_client_proxy.h48 int GetServices(int32_t appId, std::vector<BluetoothGattService> &service) override;
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_gatt_server.h236 std::list<GattService> &GetServices();
/ohos5.0/foundation/multimedia/image_framework/plugins/manager/src/framework/
H A Dimpl_class.h58 const std::set<uint32_t> &GetServices() const;
H A Dimpl_class.cpp219 const set<uint32_t> &ImplClass::GetServices() const in GetServices() function in OHOS::MultimediaPlugin::ImplClass
H A Dimpl_class_mgr.cpp64 const set<uint32_t> &services = implClass->GetServices(); in AddClass()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_gatt_client.h271 virtual std::vector<Service> GetServices(int appId) = 0;
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_gatt_client.h43 static napi_value GetServices(napi_env env, napi_callback_info info);
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_client.cpp123 void GetServices();
488 void GattClient::impl::GetServices() in GetServices() function in OHOS::Bluetooth::GattClient::impl
521 proxy->GetServices(applicationId_, result); in GetServices()
735 pimpl->GetServices(); in GetService()
761 pimpl->GetServices(); in GetService()
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/server/include/
H A Ddrm_host_manager.h122 …int32_t GetServices(std::string &name, bool *isSurpported, sptr<IMediaKeySystemFactory> &drmHostSe…
/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
522 for (auto &svc : pimpl->clientService_->GetServices(appId)) { in GetServices()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_gatt_client_stub.cpp303 int result = GetServices(appId, service); in GetServicesInner()
/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

12