/foundation/communication/bluetooth_service/test/unittest/gatt/ |
H A D | gatt_server_test.cpp | 145 std::list<GattService> &list = server.GetServices(); in HWTEST_F() 162 std::list<GattService>& list = server.GetServices(); in HWTEST_F() 165 list = server.GetServices(); in HWTEST_F() 214 * @tc.name: GetServices 215 * @tc.desc: Check the GetServices interface. 230 std::list<GattService> list = server.GetServices(); in HWTEST_F()
|
/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;
|
/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;
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_gatt_server.h | 236 std::list<GattService> &GetServices();
|
/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;
|
/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_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_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.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_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::ref(services))); 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_database.cpp | 215 const std::map<uint16_t, GattDatabase::Service> &GattDatabase::GetServices() const in GetServices() function in GattDatabase
|
H A D | gatt_cache.cpp | 135 std::map<uint16_t, GattCache::Service> &GattCache::GetServices() in GetServices() function in OHOS::bluetooth::GattCache
|
/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;
|
/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
|
/foundation/multimedia/drm_framework/services/drm_service/server/src/ |
H A D | drm_host_manager.cpp | 562 int32_t DrmHostManager::GetServices(std::string &name, bool *isSurpported,
in GetServices() function in OHOS::DrmStandard::DrmHostManager 565 DRM_INFO_LOG("GetServices enter, name:%{public}s.", name.c_str());
in GetServices() 571 DRM_ERR_LOG("GetServices IServiceManager::Get() failed!");
in GetServices() 582 DRM_ERR_LOG("GetServices ProcessLazyLoadPlugin faild, return Code:%{public}d", ret);
in GetServices() 590 DRM_ERR_LOG("GetServices failed.");
in GetServices() 600 DRM_ERR_LOG("GetServices ProcessLazyLoadInfomation faild, return Code:%{public}d", ret);
in GetServices() 610 DRM_ERR_LOG("GetServices error, serive unsupported, unload device name:%{public}s",
in GetServices() 623 int32_t ret = GetServices(name, isSurpported, drmHostServieProxys);
in IsMediaKeySystemSupported() 626 DRM_ERR_LOG("IsMediaKeySystemSupported one parameter GetServices error");
in IsMediaKeySystemSupported() 642 int32_t ret = GetServices(nam in IsMediaKeySystemSupported() [all...] |
/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);
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_gatt_client.cpp | 120 void GetServices(); 485 void GattClient::impl::GetServices() in GetServices() function in OHOS::Bluetooth::GattClient::impl 518 proxy->GetServices(applicationId_, result); in GetServices() 732 pimpl->GetServices(); in GetService() 758 pimpl->GetServices(); in GetService()
|
/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> &drmHostServieProxys);
|
/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> &service) in GetServices() function in OHOS::Bluetooth::BluetoothGattClientServer 522 for (auto &svc : pimpl->clientService_->GetServices(appId)) { in GetServices()
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_gatt_client_stub.cpp | 303 int result = GetServices(appId, service); in GetServicesInner()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_gatt_client_proxy.cpp | 281 int BluetoothGattClientProxy::GetServices(int32_t appId, std::vector<BluetoothGattService> &service) in GetServices() function in OHOS::Bluetooth::BluetoothGattClientProxy
|