Searched refs:legacyMode (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/foundation/resourceschedule/ffrt/src/sync/ |
H A D | wait_queue.cpp | 31 void WaitQueue::ThreadWait(WaitUntilEntry* wn, mutexPrivate* lk, bool legacyMode, CPUEUTask* task) in ThreadWait() argument 34 if (legacyMode) { in ThreadWait() 49 const TimePoint& tp, bool legacyMode, CPUEUTask* task) in ThreadWaitUntil() argument 54 if (legacyMode) { in ThreadWaitUntil()
|
H A D | wait_queue.h | 93 void ThreadWait(WaitUntilEntry* wn, mutexPrivate* lk, bool legacyMode, CPUEUTask* task); 94 …bool ThreadWaitUntil(WaitUntilEntry* wn, mutexPrivate* lk, const TimePoint& tp, bool legacyMode, C…
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/common/ |
H A D | ble_parcel_data.h | 306 void SetLegacyMode(bool legacyMode) in SetLegacyMode() argument 308 legacyMode_ = legacyMode; in SetLegacyMode()
|
H A D | ble_service_data.cpp | 345 void BleAdvertiserSettingsImpl::SetLegacyMode(bool legacyMode) in SetLegacyMode() argument 347 legacyMode_ = legacyMode; in SetLegacyMode()
|
H A D | ble_service_data.h | 293 void SetLegacyMode(bool legacyMode);
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_ble_advertiser.h | 224 void SetLegacyMode(bool legacyMode);
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_ble_advertiser.cpp | 645 void BleAdvertiserSettings::SetLegacyMode(bool legacyMode) in SetLegacyMode() argument 647 legacyMode_ = legacyMode; in SetLegacyMode()
|
/ohos5.0/drivers/interface/wlan/wpa/v1_0/ |
H A D | WpaTypes.idl | 284 LegacyMode legacyMode;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_wpa_v1_0/foo/wlan/wpa/v1_0/ |
H A D | WpaTypes.idl | 284 LegacyMode legacyMode;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_wpa_v1_0/c_target/wlan/wpa/v1_0/ |
H A D | wpa_types.h.txt | 179 enum LegacyMode legacyMode;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_wpa_v1_0/dump_ast_target/ |
H A D | dump.txt | 562 ohos.hdi.wlan.wpa.v1_0.LegacyMode legacyMode;
|
/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/ |
H A D | wpa_supplicant_hal.c | 560 connectionCap->legacyMode = atoi(value); in WpaCliCmdGetConnectionCapabilities()
|