Home
last modified time | relevance | path

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

12

/foundation/communication/bluetooth_service/test/unittest/gatt/
H A Dgatt_server_test.cpp145 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 Dinterface_profile_gatt_client.h271 virtual std::vector<Service> GetServices(int appId) = 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;
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_gatt_server.h236 std::list<GattService> &GetServices();
/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;
/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_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_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.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_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::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 Dgatt_database.cpp215 const std::map<uint16_t, GattDatabase::Service> &GattDatabase::GetServices() const in GetServices() function in GattDatabase
H A Dgatt_cache.cpp135 std::map<uint16_t, GattCache::Service> &GattCache::GetServices() in GetServices() function in OHOS::bluetooth::GattCache
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_gatt_client_proxy.h48 int GetServices(int32_t appId, std::vector<BluetoothGattService> &service) override;
/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
/foundation/multimedia/drm_framework/services/drm_service/server/src/
H A Ddrm_host_manager.cpp562 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 Dnapi_bluetooth_gatt_client.h43 static napi_value GetServices(napi_env env, napi_callback_info info);
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_client.cpp120 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 Ddrm_host_manager.h122 int32_t GetServices(std::string &name, bool *isSurpported, sptr<IMediaKeySystemFactory> &drmHostServieProxys);
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_gatt_client_server.cpp510 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 Dbluetooth_gatt_client_stub.cpp303 int result = GetServices(appId, service); in GetServicesInner()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_gatt_client_proxy.cpp281 int BluetoothGattClientProxy::GetServices(int32_t appId, std::vector<BluetoothGattService> &service) in GetServices() function in OHOS::Bluetooth::BluetoothGattClientProxy

Completed in 23 milliseconds

12