Home
last modified time | relevance | path

Searched refs:GetClient (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/ipc/src/
H A Dstorage_manager_client.cpp31 int32_t StorageManagerClient::GetClient() in GetClient() function in OHOS::StorageDaemon::StorageManagerClient
63 if (GetClient() != E_OK) { in NotifyDiskCreated()
77 if (GetClient() != E_OK) { in NotifyDiskDestroyed()
88 if (GetClient() != E_OK) { in NotifyVolumeCreated()
104 if (GetClient() != E_OK) { in NotifyVolumeMounted()
121 if (GetClient() != E_OK) { in NotifyVolumeStateChanged()
/ohos5.0/foundation/ai/ai_engine/services/client/client_executor/include/
H A Di_aie_client.inl34 ClientFactory *client = GetClient();
43 ClientFactory *client = GetClient();
52 ClientFactory *client = GetClient();
60 ClientFactory *client = GetClient();
68 ClientFactory *client = GetClient();
77 ClientFactory *client = GetClient();
86 ClientFactory *client = GetClient();
95 ClientFactory *client = GetClient();
H A Dclient_factory.h176 ClientFactory *GetClient();
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_gatt_client.cpp247 std::shared_ptr<GattClient> client = gattClient->GetClient(); in Connect()
263 std::shared_ptr<GattClient> client = gattClient->GetClient(); in Disconnect()
304 auto func = [gattClient = client->GetClient(), character]() { in ReadCharacteristicValue()
357 auto func = [gattClient = client->GetClient(), descriptor]() { in ReadDescriptorValue()
398 auto func = [gattClient = client->GetClient()]() { in GetServices()
426 std::shared_ptr<GattClient> client = gattClient->GetClient(); in Close()
462 std::shared_ptr<GattClient> client = gattClient->GetClient(); in SetBLEMtuSize()
494 auto func = [gattClient = napiGattClient->GetClient()] { in GetRssiValue()
582 auto func = [gattClient = client->GetClient(), character]() { in WriteCharacteristicValueEx()
761 std::shared_ptr<GattClient> client = gattClient->GetClient(); in WriteCharacteristicValue()
[all …]
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/editing/
H A Dtext_input_client_mgr.cpp100 auto client = currentConnection->GetClient(); in UpdateEditingValue()
123 auto client = currentConnection->GetClient(); in PerformAction()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/ipc/
H A Dstorage_manager_client.h40 int32_t GetClient();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ime/
H A Dtext_input_connection.h50 RefPtr<TextInputClient> GetClient() const in GetClient() function
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_gatt_client.h62 std::shared_ptr<GattClient> &GetClient() in GetClient() function
/ohos5.0/foundation/ai/ai_engine/services/client/communication_adapter/source/
H A Dsa_client_adapter.cpp241 ClientFactory *GetClient() in GetClient() function