/foundation/communication/netmanager_ext/services/vpnmanager/src/ |
H A D | networkvpn_hisysevent.cpp | 26 eventInfo.legacy = static_cast<int32_t>(isLegacy); in SendFaultEvent() 37 eventInfo.legacy = static_cast<int32_t>(isLegacy); in SendFaultEventConnSetting() 48 eventInfo.legacy = static_cast<int32_t>(isLegacy); in SendFaultEventConnDestroy()
|
H A D | net_vpn_impl.cpp | 80 VpnEventType legacy = IsInternalVpn() ? VpnEventType::TYPE_LEGACY : VpnEventType::TYPE_EXTENDED; in SetUp() local 84 VpnHisysEvent::SendFaultEventConnSetting(legacy, VpnEventErrorType::ERROR_REG_NET_SUPPLIER_ERROR, in SetUp() 90 VpnHisysEvent::SendFaultEventConnSetting(legacy, VpnEventErrorType::ERROR_UPDATE_SUPPLIER_INFO_ERROR, in SetUp() 96 VpnHisysEvent::SendFaultEventConnSetting(legacy, VpnEventErrorType::ERROR_UPDATE_NETLINK_INFO_ERROR, in SetUp() 105 VpnHisysEvent::SendFaultEventConnSetting(legacy, VpnEventErrorType::ERROR_INTERNAL_ERROR, "get Net id failed"); in SetUp() 114 VpnHisysEvent::SendFaultEventConnSetting(legacy, VpnEventErrorType::ERROR_SET_APP_UID_RULE_ERROR, in SetUp() 157 VpnEventType legacy = IsInternalVpn() ? VpnEventType::TYPE_LEGACY : VpnEventType::TYPE_EXTENDED; in ResumeUids() local 158 VpnHisysEvent::SendFaultEventConnSetting(legacy, VpnEventErrorType::ERROR_SET_APP_UID_RULE_ERROR, in ResumeUids() 168 VpnEventType legacy = IsInternalVpn() ? VpnEventType::TYPE_LEGACY : VpnEventType::TYPE_EXTENDED; in Destroy() local 171 VpnHisysEvent::SendFaultEventConnDestroy(legacy, VpnEventErrorTyp in Destroy() [all...] |
/foundation/communication/bluetooth_service/test/unittest/gatt_c/ |
H A D | gatt_c_test.cpp | 79 configs.legacy = true; in HWTEST_F() 102 configs.legacy = true; in HWTEST_F() 158 configs.legacy = true; in HWTEST_F()
|
/foundation/multimedia/image_effect/frameworks/native/utils/common/ |
H A D | vpe_helper.h | 34 sptr<SurfaceBuffer> &inputGainmap, sptr<SurfaceBuffer> &outputHdrImage, bool legacy);
|
H A D | vpe_helper.cpp | 118 sptr<SurfaceBuffer> &inputGainmap, sptr<SurfaceBuffer> &outputHdrImage, bool legacy) in ColorSpaceConverterComposeImage() 126 int32_t res = composeImageFunc(instance, sdr, gainmap, hdr, legacy); in ColorSpaceConverterComposeImage() 117 ColorSpaceConverterComposeImage(int32_t instance, sptr<SurfaceBuffer> &inputSdrImage, sptr<SurfaceBuffer> &inputGainmap, sptr<SurfaceBuffer> &outputHdrImage, bool legacy) ColorSpaceConverterComposeImage() argument
|
/foundation/communication/netmanager_ext/utils/event_report/include/ |
H A D | net_event_report.h | 68 int32_t legacy = 0; member
|
/foundation/communication/netmanager_ext/utils/event_report/src/ |
H A D | net_event_report.cpp | 64 EVENT_KEY_VPN_LEGACY, eventInfo.legacy, EVENT_KEY_OPERATION_TYPE, eventInfo.operatorType, in SendVpnConnectEvent()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/include/ |
H A D | vpe_utils.h | 47 int32_t ColorSpaceConverterComposeImage(VpeSurfaceBuffers& sb, bool legacy);
|
/foundation/communication/bluetooth/frameworks/inner/ipc/common/ |
H A D | ble_parcel_data.h | 256 * @brief Check if advertiser is legacy mode. 258 * @return Returns <b>true</b> if advertiser is legacy mode; 259 * returns <b>false</b> if advertiser is not legacy mode. 716 * @brief Set legacy flag. 718 * @param legacy Legacy value. 721 void SetLegacy(bool legacy) in SetLegacy() argument 723 legacy_ = legacy; in SetLegacy() 727 * @brief Get legacy flag.
|
H A D | ble_service_data.cpp | 60 void BleScanSettingsImpl::SetLegacy(bool legacy) in SetLegacy() argument 62 legacy_ = legacy; in SetLegacy() 308 * @brief Check if the advertiser is in legacy mode. 310 * @return Returns <b>true</b> if the advertiser is in legacy mode; 320 * @brief Set whether to enable the legacy mode. 322 * @param connectable Whether to enable the legacy mode
|
H A D | ble_service_data.h | 106 * @brief Set legacy flag. 108 * @param legacy Legacy flag. 111 void SetLegacy(bool legacy); 114 * @brief Get legacy flag. 245 * @brief Check if advertiser is legacy mode. 247 * @return Returns <b>true</b> if advertiser is legacy mode; 248 * returns <b>false</b> if advertiser is not legacy mode.
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_ble_central_manager_server.cpp | 69 bool legacy; member 396 iter->param.legacy = settings.GetLegacy(); in StartScan() 711 pimpl->scanSettingImpl_.GetLegacy() != max.legacy || in IsNewScanParams() 715 pimpl->scanSettingImpl_.SetLegacy(max.legacy); in IsNewScanParams()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/ |
H A D | vpe_utils.cpp | 150 int32_t VpeUtils::ColorSpaceConverterComposeImage(VpeSurfaceBuffers& sb, bool legacy)
in ColorSpaceConverterComposeImage() argument 174 res = composeImage(instanceId, sdr, gainmap, hdr, legacy);
in ColorSpaceConverterComposeImage()
|
/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/ |
H A D | ohos_bt_gatt.h | 407 bool legacy; member
|
/foundation/multimedia/audio_framework/test/fuzztest/audiopolicymore_fuzzer/ |
H A D | audio_policy_more_fuzzer.cpp | 382 bool legacy = *reinterpret_cast<const bool *>(rawData); in AudioDeviceMoreFuzzTest() local 384 GetServerPtr()->SetMicrophoneMuteCommon(mute, legacy); in AudioDeviceMoreFuzzTest()
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_ble_central_manager.h | 328 * @brief Set legacy flag. 330 * @param legacy Legacy value. 333 void SetLegacy(bool legacy); 336 * @brief Get legacy flag.
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_ble_central_manager.cpp | 668 void BleScanSettings::SetLegacy(bool legacy) in SetLegacy() argument 670 legacy_ = legacy; in SetLegacy()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/ |
H A D | image_source.cpp | 3976 bool legacy = hdrType == ImageHdrType::HDR_CUVA; 3977 int32_t res = utils->ColorSpaceConverterComposeImage(buffers, legacy);
|