Home
last modified time | relevance | path

Searched refs:TryPush (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/
H A Dfixed_queue.h50 bool TryPush(T record);
103 bool FixedQueue<T>::TryPush(T record) in TryPush() function in utility::FixedQueue
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_async_work.h94 bool TryPush(NapiAsyncType type, std::shared_ptr<NapiAsyncWork> asyncWork);
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_gatt_client.cpp307 bool success = client->GetCallback()->asyncWorkMap_.TryPush(NapiAsyncType::GATT_CLIENT_READ_CHARACTER, asyncWork); in ReadCharacteristicValue()
360 bool success = client->GetCallback()->asyncWorkMap_.TryPush(NapiAsyncType::GATT_CLIENT_READ_DESCRIPTOR, asyncWork); in ReadDescriptorValue()
493 bool success = napiGattClient->GetCallback()->asyncWorkMap_.TryPush(GATT_CLIENT_READ_REMOTE_RSSI_VALUE, asyncWork); in GetRssiValue()
590 bool success = client->GetCallback()->asyncWorkMap_.TryPush(GATT_CLIENT_WRITE_CHARACTER, asyncWork); in WriteCharacteristicValueEx()
641 bool success = client->GetCallback()->asyncWorkMap_.TryPush(GATT_CLIENT_WRITE_DESCRIPTOR, asyncWork); in WriteDescriptorValueEx()
697 bool success = client->GetCallback()->asyncWorkMap_.TryPush(GATT_CLIENT_ENABLE_CHARACTER_CHANGED, asyncWork); in setCharacteristicChangeInner()
H A Dnapi_bluetooth_gatt_server.cpp345 bool success = napiServer->GetCallback()->asyncWorkMap_.TryPush(NapiAsyncType::GATT_SERVER_NOTIFY_CHARACTERISTIC, in NotifyCharacteristicChangedEx()
H A Dnapi_bluetooth_ble.cpp851 bool success = NapiBluetoothBleAdvertiseCallback::GetInstance()->asyncWorkMap_.TryPush( in StartAdvertising()
/foundation/communication/bluetooth/frameworks/js/napi/src/common/
H A Dnapi_async_work.cpp188 bool NapiAsyncWorkMap::TryPush(NapiAsyncType type, std::shared_ptr<NapiAsyncWork> asyncWork) in TryPush() function in OHOS::Bluetooth::NapiAsyncWorkMap

Completed in 6 milliseconds