Home
last modified time | relevance | path

Searched refs:SetData (Results 1 – 25 of 25) sorted by relevance

/packages/modules/Permission/tests/hostside/safetycenter/helper-app/src/android/safetycenter/hostside/device/
DSafetySourceStateCollectedLoggingHelperTests.kt92 Response.SetData(safetySourceTestData.information), in refreshAllSources_reasonPageOpen_allSuccessful()
93 Response.SetData(safetySourceTestData.recommendationWithAccountIssue), in refreshAllSources_reasonPageOpen_allSuccessful()
94 Response.SetData(safetySourceTestData.criticalWithResolvingDeviceIssue) in refreshAllSources_reasonPageOpen_allSuccessful()
102 Response.SetData(safetySourceTestData.information), in refreshAllSources_twiceSameData_allSuccessful()
103 Response.SetData(safetySourceTestData.recommendationWithAccountIssue), in refreshAllSources_twiceSameData_allSuccessful()
104 Response.SetData(safetySourceTestData.criticalWithResolvingDeviceIssue) in refreshAllSources_twiceSameData_allSuccessful()
112 Response.SetData(safetySourceTestData.information), in refreshAllSources_twiceDifferentData_onlySource1Unchanged()
113 Response.SetData(safetySourceTestData.recommendationWithAccountIssue), in refreshAllSources_twiceDifferentData_onlySource1Unchanged()
114 Response.SetData(safetySourceTestData.criticalWithResolvingDeviceIssue) in refreshAllSources_twiceDifferentData_onlySource1Unchanged()
117 Response.SetData(safetySourceTestData.information), in refreshAllSources_twiceDifferentData_onlySource1Unchanged()
[all …]
/packages/modules/Permission/tests/functional/safetycenter/singleuser/src/android/safetycenter/functional/ui/
DSafetyCenterStatusCardTest.kt113 Response.SetData(safetySourceTestData.information) in withInformationAndNoIssues_hasRescanButton()
131 Response.SetData(safetySourceTestData.information) in withInformationAndNoIssues_hasContentDescriptions()
146 Response.SetData(safetySourceTestData.informationWithIssue) in withInformationIssue_doesNotHaveRescanButton()
167 Response.SetData(safetySourceTestData.recommendationWithGeneralIssue) in withRecommendationIssue_doesNotHaveRescanButton()
190 Response.SetData(safetySourceTestData.criticalWithResolvingGeneralIssue) in withCriticalWarningIssue_doesNotHaveRescanButton()
210 Response.SetData(safetySourceTestData.information) in withKnownStatus_displaysScanningOnRescan()
234 Response.SetData(safetySourceTestData.information) in rescan_updatesDataAfterScanCompletes()
238 Response.SetData(safetySourceTestData.recommendationWithGeneralIssue) in rescan_updatesDataAfterScanCompletes()
/packages/modules/Permission/tests/cts/safetycenter/src/android/safetycenter/cts/
DSafetyCenterManagerTest.kt870 Response.SetData(safetySourceTestData.criticalWithResolvingGeneralIssue) in refreshSafetySources_withRefreshReasonRescanButtonClick_sourceSendsRescanData()
887 Response.SetData(safetySourceTestData.information) in refreshSafetySources_withRefreshReasonPageOpen_sourceSendsPageOpenData()
905 Response.SetData(safetySourceTestData.information) in refreshSafetySources_allowsRefreshingInAForegroundService()
923 Response.SetData(safetySourceTestData.informationWithIssue) in refreshSafetySources_reasonPageOpen_noConditionsMet_noBroadcastSent()
944 Response.SetData(safetySourceTestData.informationWithIssue) in refreshSafetySources_reasonPageOpen_allowedByConfig_broadcastSent()
977 Response.SetData(safetySourceTestData.criticalWithResolvingGeneralIssue) in refreshSafetySources_withMultipleSourcesInConfig_multipleSourcesSendData()
981 Response.SetData(safetySourceTestData.information) in refreshSafetySources_withMultipleSourcesInConfig_multipleSourcesSendData()
1009 Response.SetData(safetySourceTestData.criticalWithResolvingGeneralIssue) in refreshSafetySources_withMultipleSourcesOnPageOpen_onlyUpdatesAllowedSources()
1013 Response.SetData(safetySourceTestData.informationWithIssue) in refreshSafetySources_withMultipleSourcesOnPageOpen_onlyUpdatesAllowedSources()
1039 Response.SetData(safetySourceTestData.criticalWithResolvingGeneralIssue) in refreshSafetySources_whenReceiverDoesntHavePermission_sourceDoesntSendData()
[all …]
/packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/
DPgmImage.cpp38 SetData(data); in PgmImage()
45 SetData(&data[0]); in PgmImage()
102 void PgmImage::SetData(const unsigned char * data) in SetData() function in PgmImage
DPgmImage.h59 void SetData(const unsigned char * data);
/packages/modules/Permission/tests/utils/safetycenter/java/com/android/safetycenter/testing/
DSafetySourceIntentHandler.kt134 if (it is Response.SetData && it.overrideBroadcastId != null) { in processRefreshSafetySources()
229 is Response.SetData -> in processRequest()
295 data class SetData( dataClass
/packages/modules/Bluetooth/system/gd/hci/
Dle_advertising_manager_test.cc1111 le_advertising_manager_->SetData(advertiser_id_, false, advertising_data); in TEST_F()
1124 le_advertising_manager_->SetData(advertiser_id_, true, response_data); in TEST_F()
1139 le_advertising_manager_->SetData(advertiser_id_, false, advertising_data); in TEST_F()
1152 le_advertising_manager_->SetData(advertiser_id_, true, response_data); in TEST_F()
1167 le_advertising_manager_->SetData(advertiser_id_, false, advertising_data); in TEST_F()
1183 le_advertising_manager_->SetData(advertiser_id_, true, response_data); in TEST_F()
1208 le_advertising_manager_->SetData(advertiser_id_, false, advertising_data); in TEST_F()
1238 le_advertising_manager_->SetData(advertiser_id_, true, advertising_data); in TEST_F()
1272 le_advertising_manager_->SetData(advertiser_id_, false, advertising_data); in TEST_F()
1277 le_advertising_manager_->SetData(advertiser_id_, true, advertising_data); in TEST_F()
[all …]
Dle_advertising_manager.h151 void SetData(AdvertiserId advertiser_id, bool set_scan_rsp, std::vector<GapData> data);
Dle_advertising_manager.cc1989 void LeAdvertisingManager::SetData(AdvertiserId advertiser_id, bool set_scan_rsp, std::vector<GapDa… in SetData() function in bluetooth::hci::LeAdvertisingManager
/packages/modules/Permission/tests/functional/safetycenter/singleuser/src/android/safetycenter/functional/
DSafetyCenterNotificationTest.kt943 Response.SetData(safetySourceTestData.information) in sendActionPendingIntent_successful_updatesListener()
975 Response.SetData(safetySourceTestData.information) in sendActionPendingIntent_successfulNoSuccessMessage_removesNotification()
1003 Response.SetData(safetySourceTestData.information) in sendActionPendingIntent_successfulWithSuccessMessage_successNotification()
1034 Response.SetData(safetySourceTestData.information) in successNotification_notificationHasAutoCancel()
1066 Response.SetData(safetySourceTestData.information) in sendActionPendingIntent_flagDisabled_pendingIntentNotSentToSource()
1095 Response.SetData( in sendActionPendingIntent_sourceStateChangedSafetyEvent_successNotification()
1171 Response.SetData(safetySourceTestData.information) in sendActionPendingIntent_actionIdDiffersFromIssueActionId_successNotification()
DSafetyCenterManagerTest.kt836 Response.SetData(safetySourceTestData.information) in <lambda>()
867 Response.SetData(safetySourceTestData.information) in <lambda>()
892 Response.SetData(safetySourceTestData.information) in <lambda>()
916 Response.SetData(safetySourceTestData.information) in <lambda>()
942 Response.SetData(safetySourceTestData.informationWithIssue) in <lambda>()
960 Response.SetData(safetySourceTestData.informationWithIssue) in <lambda>()
988 Response.SetData(safetySourceTestData.information) in <lambda>()
3291 Response.SetData(safetySourceTestData.information) in <lambda>()
3502 Response.SetData(safetySourceTestData.information) in <lambda>()
3612 Response.SetData(safetySourceTestData.information) in <lambda>()
[all …]
/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/
Dgatt_ble_advertiser_shim.cc92 void BleAdvertiserIntf::SetData(uint8_t adv_id, bool set_scan_rsp, ::rust::Vec<uint8_t> data) { in SetData() function in bluetooth::topshim::rust::BleAdvertiserIntf
96 adv_intf_->SetData( in SetData()
Dgatt_ble_advertiser_shim.h55 void SetData(uint8_t adv_id, bool set_scan_rsp, ::rust::Vec<uint8_t> data);
/packages/modules/Bluetooth/system/test/mock/
Dmock_main_shim_le_advertising_manager.h67 MOCK_METHOD((void), SetData,
/packages/modules/Bluetooth/system/main/shim/
Dle_advertising_manager.cc104 void SetData(int advertiser_id, bool set_scan_rsp, vector<uint8_t> data, in SetData() function in BleAdvertiserInterfaceImpl
109 bluetooth::shim::GetAdvertising()->SetData(advertiser_id, set_scan_rsp, in SetData()
/packages/modules/Bluetooth/system/include/hardware/
Dble_advertiser.h104 virtual void SetData(int advertiser_id, bool set_scan_rsp,
/packages/modules/Bluetooth/system/blueberry/tests/gd/hci/
Dle_advertising_manager_test.py222 self.dut.hci_le_advertising_manager.SetData(set_data_request)
237 self.dut.hci_le_advertising_manager.SetData(set_data_request)
/packages/modules/Bluetooth/system/blueberry/facade/hci/
Dle_advertising_manager_facade.proto12 rpc SetData(SetDataRequest) returns (google.protobuf.Empty) {} rpc
/packages/modules/Bluetooth/system/gd/hci/facade/
Dle_advertising_manager_facade.cc305 ::grpc::Status SetData( in SetData() function in bluetooth::hci::facade::LeAdvertisingManagerFacadeService
313 …le_advertising_manager_->SetData(request->advertiser_id(), request->set_scan_rsp(), advertising_da… in SetData()
/packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/
Dgatt_client.py79 await self.__gatt_stub.SetData(empty_proto.Empty())
/packages/modules/Permission/tests/functional/safetycenter/subpages/src/android/safetycenter/functional/ui/
DSafetyCenterSubpagesTest.kt379 Response.SetData( in entryListWithSingleSource_updateSafetySourceData_displayedDataIsUpdated()
413 Response.SetData( in entryListWithSingleSource_updateSafetySourceDataAndRotate_displayedDataIsNotUpdated()
/packages/modules/Bluetooth/system/blueberry/facade/topshim/
Dfacade.proto37 rpc SetData(google.protobuf.Empty) returns (google.protobuf.Empty) {} rpc
/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/
Dstate_machine.cc209 advertiser_if_->SetData(advertising_sid_, false, adv_data, in UpdatePublicBroadcastAnnouncement()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs331 fn SetData( in SetData() function
1657 mutcxxcall!(self, SetData, adv_id, set_scan_rsp, data); in set_data()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp2370 sGattIf->advertiser->SetData( in setAdvertisingDataNative()
2379 sGattIf->advertiser->SetData( in setScanResponseDataNative()