Searched defs:isLegacy (Results 1 - 5 of 5) sorted by relevance
/foundation/communication/netmanager_ext/services/vpnmanager/src/ |
H A D | networkvpn_hisysevent.cpp | 22 void VpnHisysEvent::SendFaultEvent(const VpnEventType &isLegacy, const VpnEventOperator &operatorType, in SendFaultEvent() argument 33 void VpnHisysEvent::SendFaultEventConnSetting(const VpnEventType &isLegacy, const VpnEventErrorType &errorCode, in SendFaultEventConnSetting() argument 44 void VpnHisysEvent::SendFaultEventConnDestroy(const VpnEventType &isLegacy, const VpnEventErrorType &errorCode, in SendFaultEventConnDestroy() argument
|
H A D | networkvpn_service.cpp | 157 std::string isLegacy = (config->isLegacy_) ? "true" : "false"; in GetDumpMessage() local 431 cJSON *isLegacy = cJSON_GetObjectItem(doc, "isLegacy"); in ParseJsonToConfig() local
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ |
H A D | ble_central_manager_impl.cpp | 281 bool isLegacy = (advType & (1 << BLE_ADV_EVT_LEGACY_BIT)); in ExAdvertisingReport() local
|
/foundation/multimedia/audio_framework/services/audio_policy/server/src/ |
H A D | audio_policy_server.cpp | 1241 int32_t AudioPolicyServer::SetMicrophoneMuteCommon(bool isMute, bool isLegacy) in SetMicrophoneMuteCommon() argument
|
/foundation/multimedia/audio_framework/services/audio_policy/client/src/ |
H A D | audio_policy_manager.cpp | 229 int32_t AudioPolicyManager::SetSystemVolumeLevel(AudioVolumeType volumeType, int32_t volumeLevel, bool isLegacy, in SetSystemVolumeLevel() argument 341 int32_t AudioPolicyManager::SetStreamMute(AudioVolumeType volumeType, bool mute, bool isLegacy) in SetStreamMute() argument
|
Completed in 15 milliseconds