/ohos5.0/foundation/communication/bluetooth_service/test/unittest/gatt/ |
H A D | gatt_server_test.cpp | 145 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 D | drm_host_manager.cpp | 563 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 D | i_bluetooth_gatt_client.h | 51 virtual int GetServices(int32_t appId, std::vector<BluetoothGattService> &service) = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_gatt_client_server.h | 51 int GetServices(int32_t appId, ::std::vector<BluetoothGattService> &service) override;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_client_service.h | 49 std::vector<Service> GetServices(int appId) override;
|
H A D | gatt_server_profile.h | 58 const std::map<uint16_t, GattDatabase::Service> &GetServices() const;
|
H A D | gatt_server_profile.cpp | 394 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 D | gatt_client_profile.h | 89 std::map<uint16_t, GattCache::Service> *GetServices(uint16_t connectHandle) const;
|
H A D | gatt_cache.h | 96 std::map<uint16_t, Service> &GetServices();
|
H A D | gatt_client_service.cpp | 115 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 D | gatt_client_profile.cpp | 790 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 D | gatt_database.h | 202 const std::map<uint16_t, Service> &GetServices() const;
|
H A D | gatt_cache.cpp | 135 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 D | bluetooth_gatt_client_proxy.h | 48 int GetServices(int32_t appId, std::vector<BluetoothGattService> &service) override;
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_gatt_server.h | 236 std::list<GattService> &GetServices();
|
/ohos5.0/foundation/multimedia/image_framework/plugins/manager/src/framework/ |
H A D | impl_class.h | 58 const std::set<uint32_t> &GetServices() const;
|
H A D | impl_class.cpp | 219 const set<uint32_t> &ImplClass::GetServices() const in GetServices() function in OHOS::MultimediaPlugin::ImplClass
|
H A D | impl_class_mgr.cpp | 64 const set<uint32_t> &services = implClass->GetServices(); in AddClass()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_gatt_client.h | 271 virtual std::vector<Service> GetServices(int appId) = 0;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_gatt_client.h | 43 static napi_value GetServices(napi_env env, napi_callback_info info);
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_gatt_client.cpp | 123 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 D | drm_host_manager.h | 122 …int32_t GetServices(std::string &name, bool *isSurpported, sptr<IMediaKeySystemFactory> &drmHostSe…
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_gatt_client_server.cpp | 510 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 D | bluetooth_gatt_client_stub.cpp | 303 int result = GetServices(appId, service); in GetServicesInner()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_gatt_client_proxy.cpp | 284 int BluetoothGattClientProxy::GetServices(int32_t appId, std::vector<BluetoothGattService> &service) in GetServices() function in OHOS::Bluetooth::BluetoothGattClientProxy
|