/foundation/multimodalinput/input/libudev/test/ |
D | custom_udev_test.cpp | 77 auto* device = testDevice_.GetDevice(); variable 118 auto* device = testDevice_.GetDevice(); variable 181 auto* device = testDevice_.GetDevice(); variable 197 auto* device = testDevice_.GetDevice(); variable 213 auto* device = testDevice_.GetDevice(); variable 229 auto* device = testDevice_.GetDevice(); variable 250 auto* device = testDevice_.GetDevice(); variable 278 auto* device = testDevice_.GetDevice(); variable 296 auto* device = testDevice_.GetDevice(); variable 322 auto* device = testDevice_.GetDevice(); variable [all …]
|
/foundation/communication/bluetooth_service/test/unittest/hfp/ |
D | hfp_hf_test.cpp | 34 virtual void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state) {} in OnConnectionStateChanged() 35 virtual void OnScoStateChanged(const BluetoothRemoteDevice &device, int state) {} in OnScoStateChanged() 36 … virtual void OnCallChanged(const BluetoothRemoteDevice &device, const HandsFreeUnitCall &call) {} in OnCallChanged() 37 virtual void OnSignalStrengthChanged(const BluetoothRemoteDevice &device, int signal) {} in OnSignalStrengthChanged() 38 virtual void OnRegistrationStatusChanged(const BluetoothRemoteDevice &device, int status) {} in OnRegistrationStatusChanged() 39 virtual void OnRoamingStatusChanged(const BluetoothRemoteDevice &device, int status) {} in OnRoamingStatusChanged() 40 …virtual void OnOperatorSelectionChanged(const BluetoothRemoteDevice &device, const std::string &na… in OnOperatorSelectionChanged() 41 …virtual void OnSubscriberNumberChanged(const BluetoothRemoteDevice &device, const std::string &num… in OnSubscriberNumberChanged() 42 virtual void OnVoiceRecognitionStatusChanged(const BluetoothRemoteDevice &device, int status) {} in OnVoiceRecognitionStatusChanged() 43 virtual void OnInBandRingToneChanged(const BluetoothRemoteDevice &device, int status) {} in OnInBandRingToneChanged() [all …]
|
D | hfp_ag_test.cpp | 34 void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state) {} in OnConnectionStateChanged() 35 void OnScoStateChanged(const BluetoothRemoteDevice &device, int state) {} in OnScoStateChanged() 36 void OnActiveDeviceChanged(const BluetoothRemoteDevice &device) {} in OnActiveDeviceChanged() 37 void OnHfEnhancedDriverSafetyChanged(const BluetoothRemoteDevice &device, int indValue) {} in OnHfEnhancedDriverSafetyChanged() 141 BluetoothRemoteDevice device; variable 159 BluetoothRemoteDevice device; variable 177 BluetoothRemoteDevice device; variable 194 BluetoothRemoteDevice device; variable 275 BluetoothRemoteDevice device; variable 293 BluetoothRemoteDevice device; variable [all …]
|
/foundation/communication/bluetooth_service/test/unittest/avrcp/ |
D | avrcp_ct_test.cpp | 31 void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state){} in OnConnectionStateChanged() 32 void OnActionCompleted(const BluetoothRemoteDevice &device, const AvrcpCtResponse &resp){} in OnActionCompleted() 110 BluetoothRemoteDevice device; variable 170 BluetoothRemoteDevice device; variable 187 BluetoothRemoteDevice device; variable 204 BluetoothRemoteDevice device; variable 222 BluetoothRemoteDevice device; variable 240 BluetoothRemoteDevice device; variable 257 BluetoothRemoteDevice device; variable 274 BluetoothRemoteDevice device; variable [all …]
|
/foundation/communication/bluetooth_service/test/unittest/a2dp/ |
D | a2dp_src_test.cpp | 35 virtual void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state){} in OnConnectionStateChanged() 36 …virtual void OnConfigurationChanged(const BluetoothRemoteDevice &device, const A2dpCodecInfo &info… in OnConfigurationChanged() 37 …virtual void OnPlayingStatusChanged(const BluetoothRemoteDevice &device, int playingState, int err… in OnPlayingStatusChanged() 109 BluetoothRemoteDevice device; variable 153 BluetoothRemoteDevice device; variable 169 BluetoothRemoteDevice device; variable 186 BluetoothRemoteDevice device; variable 202 BluetoothRemoteDevice device; variable 218 BluetoothRemoteDevice device; variable 234 BluetoothRemoteDevice device = profile_->GetActiveSinkDevice(); variable [all …]
|
D | a2dp_snk_test.cpp | 34 virtual void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state){} in OnConnectionStateChanged() 108 BluetoothRemoteDevice device; variable 124 BluetoothRemoteDevice device; variable 140 BluetoothRemoteDevice device; variable 184 BluetoothRemoteDevice device; variable 200 BluetoothRemoteDevice device; variable 217 BluetoothRemoteDevice device; variable 233 BluetoothRemoteDevice device; variable
|
/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
D | interface_profile_hfp_hf.h | 65 virtual void OnConnectionStateChanged(const RawAddress &device, int state) in OnConnectionStateChanged() 75 virtual void OnScoStateChanged(const RawAddress &device, int state) in OnScoStateChanged() 85 virtual void OnCallChanged(const RawAddress &device, const HandsFreeUnitCalls &call) in OnCallChanged() 95 virtual void OnBatteryLevelChanged(const RawAddress &device, int batteryLevel) in OnBatteryLevelChanged() 105 virtual void OnSignalStrengthChanged(const RawAddress &device, int signal) in OnSignalStrengthChanged() 115 virtual void OnRegistrationStatusChanged(const RawAddress &device, int status) in OnRegistrationStatusChanged() 125 virtual void OnRoamingStatusChanged(const RawAddress &device, int status) in OnRoamingStatusChanged() 135 virtual void OnOperatorSelectionChanged(const RawAddress &device, const std::string &name) in OnOperatorSelectionChanged() 145 virtual void OnSubscriberNumberChanged(const RawAddress &device, const std::string &number) in OnSubscriberNumberChanged() 155 virtual void OnVoiceRecognitionStatusChanged(const RawAddress &device, int status) in OnVoiceRecognitionStatusChanged() [all …]
|
D | interface_profile_hfp_ag.h | 64 virtual void OnConnectionStateChanged(const RawAddress &device, int state) in OnConnectionStateChanged() 74 virtual void OnScoStateChanged(const RawAddress &device, int state) in OnScoStateChanged() 83 virtual void OnActiveDeviceChanged(const RawAddress &device) in OnActiveDeviceChanged() 93 virtual void OnHfEnhancedDriverSafetyChanged(const RawAddress &device, int indValue) in OnHfEnhancedDriverSafetyChanged() 103 virtual void OnHfBatteryLevelChanged(const RawAddress &device, int indValue) in OnHfBatteryLevelChanged()
|
D | interface_profile_gatt_server.h | 62 …virtual void OnCharacteristicReadRequest(const GattDevice &device, const Characteristic &character… in OnCharacteristicReadRequest() 64 …virtual void OnCharacteristicReadByUuidRequest(const GattDevice &device, const Characteristic &cha… in OnCharacteristicReadByUuidRequest() 77 const GattDevice &device, const Characteristic &characteristic, bool needRespones) {} in OnCharacteristicWriteRequest() 88 virtual void OnDescriptorReadRequest(const GattDevice &device, const Descriptor &descriptor) {} in OnDescriptorReadRequest() 99 virtual void OnDescriptorWriteRequest(const GattDevice &device, const Descriptor &descriptor) {} in OnDescriptorWriteRequest() 109 …virtual void OnNotifyConfirm(const GattDevice &device, const Characteristic &characteristic, int r… in OnNotifyConfirm() 128 virtual void OnMtuChanged(const GattDevice &device, int mtu) {} in OnMtuChanged() 142 const GattDevice &device, int interval, int latency, int timeout, int status) {} in OnConnectionParameterChanged()
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
D | bluetooth_hfp_hf.h | 62 virtual void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state) in OnConnectionStateChanged() 72 virtual void OnScoStateChanged(const BluetoothRemoteDevice &device, int state) in OnScoStateChanged() 82 virtual void OnCallChanged(const BluetoothRemoteDevice &device, const HandsFreeUnitCall &call) in OnCallChanged() 92 virtual void OnSignalStrengthChanged(const BluetoothRemoteDevice &device, int signal) in OnSignalStrengthChanged() 102 virtual void OnRegistrationStatusChanged(const BluetoothRemoteDevice &device, int status) in OnRegistrationStatusChanged() 112 virtual void OnRoamingStatusChanged(const BluetoothRemoteDevice &device, int status) in OnRoamingStatusChanged() 122 …virtual void OnOperatorSelectionChanged(const BluetoothRemoteDevice &device, const std::string &na… in OnOperatorSelectionChanged() 132 …virtual void OnSubscriberNumberChanged(const BluetoothRemoteDevice &device, const std::string &num… in OnSubscriberNumberChanged() 142 virtual void OnVoiceRecognitionStatusChanged(const BluetoothRemoteDevice &device, int status) in OnVoiceRecognitionStatusChanged() 152 virtual void OnInBandRingToneChanged(const BluetoothRemoteDevice &device, int status) in OnInBandRingToneChanged()
|
D | bluetooth_hfp_ag.h | 62 virtual void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int32_t state) in OnConnectionStateChanged() 72 virtual void OnScoStateChanged(const BluetoothRemoteDevice &device, int32_t state) in OnScoStateChanged() 81 virtual void OnActiveDeviceChanged(const BluetoothRemoteDevice &device) in OnActiveDeviceChanged() 91 …virtual void OnHfEnhancedDriverSafetyChanged(const BluetoothRemoteDevice &device, int32_t indValue) in OnHfEnhancedDriverSafetyChanged()
|
/foundation/communication/bluetooth_service/test/unittest/map/ |
D | map_mce_test.cpp | 35 const BluetoothRemoteDevice &device, const MapAction &action, MapExecuteStatus status) {} in OnMapActionCompleted() 37 void OnMapEventReported(const BluetoothRemoteDevice &device, const MapEventReport &report) {} in OnMapEventReported() 39 void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state) {} in OnConnectionStateChanged() 149 BluetoothRemoteDevice device; variable 168 BluetoothRemoteDevice device; variable 187 BluetoothRemoteDevice device; variable 244 BluetoothRemoteDevice device; variable 263 BluetoothRemoteDevice device; variable 282 BluetoothRemoteDevice device; variable 301 BluetoothRemoteDevice device; variable [all …]
|
D | map_mse_test.cpp | 33 void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state) {} in OnConnectionStateChanged() 34 void OnPermission(const BluetoothRemoteDevice &device) {} in OnPermission() 83 BluetoothRemoteDevice device; variable 138 BluetoothRemoteDevice device; variable 184 BluetoothRemoteDevice device; variable 199 BluetoothRemoteDevice device; variable 215 BluetoothRemoteDevice device; variable 230 BluetoothRemoteDevice device; variable
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
D | bluetooth_hfp_hf_server.cpp | 37 void OnConnectionStateChanged(const RawAddress& device, int state) override in OnConnectionStateChanged() 45 void OnScoStateChanged(const RawAddress& device, int state) override in OnScoStateChanged() 53 void OnCallChanged(const RawAddress& device, const HandsFreeUnitCalls& call) override in OnCallChanged() 61 void OnSignalStrengthChanged(const RawAddress& device, int signal) override in OnSignalStrengthChanged() 69 void OnRegistrationStatusChanged(const RawAddress& device, int status) override in OnRegistrationStatusChanged() 77 void OnRoamingStatusChanged(const RawAddress& device, int status) override in OnRoamingStatusChanged() 85 void OnOperatorSelectionChanged(const RawAddress& device, const std::string& name) override in OnOperatorSelectionChanged() 93 void OnSubscriberNumberChanged(const RawAddress& device, const std::string& number) override in OnSubscriberNumberChanged() 101 void OnVoiceRecognitionStatusChanged(const RawAddress& device, int status) override in OnVoiceRecognitionStatusChanged() 109 void OnInBandRingToneChanged(const RawAddress& device, int status) override in OnInBandRingToneChanged() [all …]
|
D | bluetooth_a2dp_source_server.cpp | 36 void OnConnectionStateChanged(const RawAddress &device, int state) override in OnConnectionStateChanged() 49 void OnPlayingStatusChaned(const RawAddress &device, int playingState, int error) override in OnPlayingStatusChaned() 58 …void OnConfigurationChanged(const RawAddress &device, const A2dpSrcCodecInfo &info, int error) ove… in OnConfigurationChanged() 183 RawAddress device = GetActiveSinkDevice(); in RegisterObserver() local 205 int32_t BluetoothA2dpSourceServer::Connect(const RawAddress &device) in Connect() 218 int32_t BluetoothA2dpSourceServer::Disconnect(const RawAddress &device) in Disconnect() 228 int BluetoothA2dpSourceServer::GetDeviceState(const RawAddress &device, int &state) in GetDeviceState() 256 int32_t BluetoothA2dpSourceServer::GetPlayingState(const RawAddress &device, int &state) in GetPlayingState() 270 int BluetoothA2dpSourceServer::SetConnectStrategy(const RawAddress &device, int strategy) in SetConnectStrategy() 276 int BluetoothA2dpSourceServer::GetConnectStrategy(const RawAddress &device, int &strategy) in GetConnectStrategy() [all …]
|
D | bluetooth_hfp_ag_server.cpp | 41 void OnConnectionStateChanged(const RawAddress& device, int state) override in OnConnectionStateChanged() 54 void OnScoStateChanged(const RawAddress& device, int state) override in OnScoStateChanged() 62 void OnActiveDeviceChanged(const RawAddress& device) override in OnActiveDeviceChanged() 70 void OnHfEnhancedDriverSafetyChanged(const RawAddress& device, int indValue) override in OnHfEnhancedDriverSafetyChanged() 170 for (RawAddress device : deviceList) { in GetConnectDevices() local 189 for (RawAddress device : rawDevices) { in GetDevicesByStates() local 195 int32_t BluetoothHfpAgServer::GetDeviceState(const BluetoothRawAddress &device, int32_t &state) in GetDeviceState() 211 int32_t BluetoothHfpAgServer::Connect(const BluetoothRawAddress &device) in Connect() 228 int32_t BluetoothHfpAgServer::Disconnect(const BluetoothRawAddress &device) in Disconnect() 242 int BluetoothHfpAgServer::GetScoState(const BluetoothRawAddress &device) in GetScoState() [all …]
|
/foundation/communication/bluetooth_service/test/unittest/pbap/ |
D | pbap_client_test.cpp | 33 void OnServiceConnectionStateChanged(const BluetoothRemoteDevice &device, int state) {} in OnServiceConnectionStateChanged() 34 void OnServicePasswordRequired(const BluetoothRemoteDevice &device, in OnServicePasswordRequired() 37 …const BluetoothRemoteDevice &device, int respCode, int actionType, const PbapPhoneBookData &result… in OnActionCompleted() 89 BluetoothRemoteDevice device; variable 105 BluetoothRemoteDevice device; variable 180 BluetoothRemoteDevice device; variable 195 BluetoothRemoteDevice device; variable 211 BluetoothRemoteDevice device; variable 226 BluetoothRemoteDevice device; variable 243 BluetoothRemoteDevice device; variable [all …]
|
D | pbap_server_test.cpp | 33 void OnServiceConnectionStateChanged(const BluetoothRemoteDevice &device, int state) {} in OnServiceConnectionStateChanged() 34 void OnServicePermission(const BluetoothRemoteDevice &device) {} in OnServicePermission() 35 void OnServicePasswordRequired(const BluetoothRemoteDevice &device, in OnServicePasswordRequired() 86 BluetoothRemoteDevice device; variable 158 BluetoothRemoteDevice device; variable 173 BluetoothRemoteDevice device; variable 189 BluetoothRemoteDevice device; variable 204 BluetoothRemoteDevice device; variable 220 BluetoothRemoteDevice device; variable
|
/foundation/communication/bluetooth/frameworks/js/napi/include/ |
D | napi_bluetooth_hfp_hf_observer.h | 33 … void OnCallChanged(const BluetoothRemoteDevice &device, const HandsFreeUnitCall &call) override{} in OnCallChanged() 34 void OnSignalStrengthChanged(const BluetoothRemoteDevice &device, int signal) override{} in OnSignalStrengthChanged() 35 void OnRegistrationStatusChanged(const BluetoothRemoteDevice &device, int status) override{} in OnRegistrationStatusChanged() 36 void OnRoamingStatusChanged(const BluetoothRemoteDevice &device, int status) override{} in OnRoamingStatusChanged() 37 …void OnOperatorSelectionChanged(const BluetoothRemoteDevice &device, const std::string &name) over… in OnOperatorSelectionChanged() 38 …void OnSubscriberNumberChanged(const BluetoothRemoteDevice &device, const std::string &number) ove… in OnSubscriberNumberChanged() 39 void OnVoiceRecognitionStatusChanged(const BluetoothRemoteDevice &device, int status) override{} in OnVoiceRecognitionStatusChanged() 40 void OnInBandRingToneChanged(const BluetoothRemoteDevice &device, int status) override{} in OnInBandRingToneChanged()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/pbap_pce/ |
D | pbap_pce_service.cpp | 56 void PbapPceService::ForwardMsgToStm(const RawAddress &device, const utility::Message &msg) in ForwardMsgToStm() 66 int PbapPceService::SetConnectionStrategy(const RawAddress &device, int strategy) in SetConnectionStrategy() 102 int PbapPceService::GetConnectionStrategy(const RawAddress &device) in GetConnectionStrategy() 184 bool PbapPceService::IsBusy(const RawAddress &device) in IsBusy() 200 bool PbapPceService::SetBusy(const RawAddress &device, bool busy) in SetBusy() 214 void PbapPceService::SetPowerStatusBusy(const RawAddress &device, bool busy) in SetPowerStatusBusy() 227 bool PbapPceService::CheckAndSetDeviceBusy(const RawAddress &device) in CheckAndSetDeviceBusy() 242 int PbapPceService::CheckDeviceStatusForPbapAction(const RawAddress &device) in CheckDeviceStatusForPbapAction() 312 int PbapPceService::Connect(const RawAddress &device) in Connect() 350 int PbapPceService::ConnectInternal(const RawAddress &device) in ConnectInternal() [all …]
|
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/test/ |
D | group_formed_state_test.cpp | 64 WifiP2pDevice device; in AddDeviceStateMachine() local 73 WifiP2pDevice device; in AddDeviceManager() local 100 WifiP2pDevice device; variable 115 WifiP2pDevice device; variable 124 WifiP2pDevice device; variable 137 WifiP2pDevice device; variable 146 WifiP2pDevice device; variable 157 WifiP2pDevice device; variable 232 WifiP2pDevice device; variable 244 WifiP2pDevice device; variable [all …]
|
D | wifi_p2p_device_manager_test.cpp | 68 WifiP2pDevice device; variable 98 WifiP2pDevice device; variable 108 WifiP2pDevice device; variable 123 WifiP2pDevice device; variable 130 WifiP2pDevice device; variable
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/ |
D | subscribe_manager.cpp | 22 void SubscribeManager::ClearRemoteSubscribeQuery(const std::string &device) in ClearRemoteSubscribeQuery() 35 void SubscribeManager::ClearLocalSubscribeQuery(const std::string &device) in ClearLocalSubscribeQuery() 42 int SubscribeManager::ReserveRemoteSubscribeQuery(const std::string &device, const QuerySyncObject … in ReserveRemoteSubscribeQuery() 51 int SubscribeManager::ActiveRemoteSubscribeQuery(const std::string &device, const QuerySyncObject &… in ActiveRemoteSubscribeQuery() 60 int SubscribeManager::ReserveLocalSubscribeQuery(const std::string &device, const QuerySyncObject &… in ReserveLocalSubscribeQuery() 69 int SubscribeManager::ActiveLocalSubscribeQuery(const std::string &device, const QuerySyncObject &q… in ActiveLocalSubscribeQuery() 85 void SubscribeManager::DeleteLocalSubscribeQuery(const std::string &device, const QuerySyncObject &… in DeleteLocalSubscribeQuery() 92 void SubscribeManager::DeleteRemoteSubscribeQuery(const std::string &device, const QuerySyncObject … in DeleteRemoteSubscribeQuery() 99 void SubscribeManager::PutLocalUnFinishedSubQueries(const std::string &device, in PutLocalUnFinishedSubQueries() 136 void SubscribeManager::RemoveRemoteSubscribeQuery(const std::string &device, const QuerySyncObject … in RemoveRemoteSubscribeQuery() [all …]
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
D | gatt_connection_observer.h | 26 virtual void OnConnect(const GattDevice &device, uint16_t connectionHandle, int ret) in OnConnect() 28 virtual void OnDisconnect(const GattDevice &device, uint16_t connectionHandle, int ret) in OnDisconnect() 30 virtual void OnConnectionChanged(const GattDevice &device, uint16_t connectionHandle, int state) in OnConnectionChanged() 33 const GattDevice &device, int interval, int latency, int timeout, int status) in OnConnectionParameterChanged() 36 virtual void OnReconnect(const GattDevice &device, uint16_t connectionHandle, int ret) in OnReconnect() 39 virtual void OnDisconnectInter(const GattDevice &device, uint16_t connectionHandle, int ret) in OnDisconnectInter()
|
/foundation/filemanagement/storage_service/services/storage_daemon/volume/test/ |
D | volume_info_test.cpp | 50 dev_t device = MKDEV(1, 1); // 1 is major device number, 1 is minor device number variable 78 dev_t device = MKDEV(1, 3); // 1 is major device number, 3 is minor device number variable 103 dev_t device = MKDEV(1, 4); // 1 is major device number, 4 is minor device number variable 128 dev_t device = MKDEV(1, 5); // 1 is major device number, 5 is minor device number variable 185 dev_t device = MKDEV(1, 6); // 1 is major device number, 6 is minor device number variable 216 dev_t device = MKDEV(1, 7); // 1 is major device number, 7 is minor device number variable 247 dev_t device = MKDEV(1, 8); // 1 is major device number, 8 is minor device number variable 303 dev_t device = MKDEV(1, 9); // 1 is major device number, 9 is minor device number variable 339 dev_t device = MKDEV(1, 10); // 1 is major device number, 10 is minor device number variable 373 dev_t device = MKDEV(1, 11); // 1 is major device number, 11 is minor device number variable [all …]
|