Searched refs:SendNotification (Results 1 – 8 of 8) sorted by relevance
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/transport/ |
D | connectivity_state.cc | 67 [this]() { SendNotification(this, absl::OkStatus()); }, in Notifier() 70 GRPC_CLOSURE_INIT(&closure_, SendNotification, this, in Notifier() 77 static void SendNotification(void* arg, grpc_error_handle /*ignored*/) { in SendNotification() function in grpc_core::AsyncConnectivityStateWatcherInterface::Notifier
|
/external/grpc-grpc/src/core/lib/transport/ |
D | connectivity_state.cc | 65 [this]() { SendNotification(this, absl::OkStatus()); }, in Notifier() 68 GRPC_CLOSURE_INIT(&closure_, SendNotification, this, in Notifier() 75 static void SendNotification(void* arg, grpc_error_handle /*ignored*/) { in SendNotification() function in grpc_core::AsyncConnectivityStateWatcherInterface::Notifier
|
/external/aws-sdk-java-v2/services/cognitoidentityprovider/src/main/resources/codegen-resources/ |
D | customization.config | 13 "emitPropertyName" : "SendNotification"
|
/external/pigweed/pw_bluetooth_sapphire/host/gatt/ |
D | remote_service_manager_test.cc | 3105 fake_client()->SendNotification(/*indicate=*/false, in TEST_F() 3119 fake_client()->SendNotification(/*indicate=*/false, in TEST_F() 3130 fake_client()->SendNotification( in TEST_F() 3175 fake_client()->SendNotification( in TEST_F() 3180 fake_client()->SendNotification( in TEST_F() 3197 fake_client()->SendNotification( in TEST_F() 3206 fake_client()->SendNotification( in TEST_F() 3225 fake_client()->SendNotification( in TEST_F() 3230 fake_client()->SendNotification( in TEST_F() 3568 fake_client()->SendNotification(/*indicate=*/true, in TEST_F() [all …]
|
D | gatt_test.cc | 198 fake_client()->SendNotification(/*indicate=*/true, in TEST_F() 214 fake_client()->SendNotification(/*indicate=*/true, in TEST_F() 234 fake_client()->SendNotification(/*indicate=*/true, in TEST_F() 374 client_1_weak->SendNotification(/*indicate=*/true, in TEST_F()
|
D | fake_client.cc | 253 void FakeClient::SendNotification(bool indicate, in SendNotification() function in bt::gatt::testing::FakeClient
|
D | server_test.cc | 2884 TEST_F(ServerTest, SendNotification) { in TEST_F() argument
|
/external/pigweed/pw_bluetooth_sapphire/host/gatt/public/pw_bluetooth_sapphire/internal/host/gatt/ |
D | fake_client.h | 143 void SendNotification(bool indicate,
|