/ohos5.0/base/msdp/device_status/frameworks/js/napi/interaction/drag/include/ |
H A D | js_drag_manager.h | 51 DragState state; member
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_pass_through.cpp | 24 AvrcCtPassPacket::AvrcCtPassPacket(uint8_t oper, uint8_t state) : stateFlag_(state), operationId_(o… in AvrcCtPassPacket() 139 bool AvrcCtPassPacket::IsValidKeyState(uint8_t state) in IsValidKeyState()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_pass_through.cpp | 26 AvrcTgPassPacket::AvrcTgPassPacket(uint8_t oper, uint8_t state, uint8_t label) in AvrcTgPassPacket() 145 bool AvrcTgPassPacket::IsValidKeyState(uint8_t state) in IsValidKeyState()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/mock_common/src/ |
H A D | wifi_mock.cpp | 91 WifiErrorCode GetWifiDetailState(WifiDetailState *state) in GetWifiDetailState() 96 WifiErrorCode GetP2pEnableStatus(P2pState *state) in GetP2pEnableStatus()
|
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/ |
H A D | get_bluetooth_info_plugin.cpp | 49 int32_t GetBluetoothInfoPlugin::TransformBluetoothState(int32_t state) in TransformBluetoothState() 98 int32_t state = Bluetooth::BluetoothHost::GetDefaultHost().GetBtState(); in OnGetPolicy() local
|
/ohos5.0/drivers/peripheral/audio/test/benchmarktest/manager/ |
H A D | audio_manager_benchmarktest.cpp | 72 void AudioManagerBenchmarkTest::SetUp(const ::benchmark::State &state) in SetUp() 78 void AudioManagerBenchmarkTest::TearDown(const ::benchmark::State &state) in TearDown()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_pan_server.cpp | 34 void OnConnectionStateChanged(const RawAddress &device, int state) override in OnConnectionStateChanged() 79 void OnSystemStateChange(const BTSystemState state) override in OnSystemStateChange() 194 int32_t BluetoothPanServer::GetDeviceState(const BluetoothRawAddress &device, int32_t &state) in GetDeviceState()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/threading/ |
H A D | parallel_task_queue.cpp | 59 ParallelTaskQueue::Task::Task(TaskState& state, IThreadPool::ITask& task, uint64_t id) in Task() 142 void ParallelTaskQueue::QueueTasks(vector<size_t>& waiting, TaskState& state) in QueueTasks() 187 TaskState state; in Execute() local
|
/ohos5.0/foundation/communication/nfc/test/unittest/services/controller_test/ |
H A D | nfc_controller_test.cpp | 77 int state = ctrl.GetNfcState(); variable 96 int state = ctrl.GetNfcState(); variable 112 int state = ctrl.GetNfcState(); variable
|
/ohos5.0/base/print/print_fwk/services/scan_service/src/ |
H A D | scan_callback_proxy.cpp | 24 bool ScanCallbackProxy::OnCallback(uint32_t state, const ScanDeviceInfoTCP &info) in OnCallback() 56 bool ScanCallbackProxy::OnCallback(uint32_t state, const ScanDeviceInfo &info) in OnCallback() 88 bool ScanCallbackProxy::OnCallbackSync(uint32_t state, const ScanDeviceInfoSync &info) in OnCallbackSync()
|
/ohos5.0/base/print/print_fwk/test/fuzztest/scancallbackproxy_fuzzer/ |
H A D | scancallbackproxy_fuzzer.cpp | 28 uint32_t state = dataProvider->ConsumeIntegralInRange<uint32_t>(0, MAX_SET_NUMBER); in TestTcpOnCallback() local 37 uint32_t state = dataProvider->ConsumeIntegralInRange<uint32_t>(0, MAX_SET_NUMBER); in TestUsbOnCallback() local 46 uint32_t state = dataProvider->ConsumeIntegralInRange<uint32_t>(0, MAX_SET_NUMBER); in TestOnCallbackSync() local
|
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/observer_benchmark_test/ |
H A D | observer_benchmark_test.cpp | 30 void SetUp(const ::benchmark::State& state) override in SetUp() 34 void TearDown(const ::benchmark::State& state) override in TearDown() 123 shared_ptr<BookObserver>& bookObserver3, benchmark::State& state) in AddObservers()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/ |
H A D | event_dump_test_ng.cpp | 291 std::string state = "current"; variable 328 std::string state = "current"; variable 362 std::string state = "current"; variable 395 std::string state = "current"; variable
|
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/all_connect/ |
H A D | all_connect_manager_test.cpp | 192 …ServiceCollaborationManagerBussinessStatus state = ServiceCollaborationManagerBussinessStatus::SCM… variable 215 …ServiceCollaborationManagerBussinessStatus state = ServiceCollaborationManagerBussinessStatus::SCM… variable 239 …ServiceCollaborationManagerBussinessStatus state = ServiceCollaborationManagerBussinessStatus::SCM… variable 248 ServiceCollaborationManagerBussinessStatus state) -> int32_t { in __anond14b49830202() 269 …ServiceCollaborationManagerBussinessStatus state = ServiceCollaborationManagerBussinessStatus::SCM… variable 278 ServiceCollaborationManagerBussinessStatus state) -> int32_t { in __anond14b49830302()
|
/ohos5.0/foundation/communication/nfc/services/src/tag/ |
H A D | bt_connection_manager.cpp | 109 int32_t state, BtProfileType type) in SendConnMsgToEvtHandler() 352 int32_t state = 0; in DecideInitNextAction() local 476 int32_t state = 0; in HandleBtConnect() local 838 int32_t state, int32_t cause) in OnConnectionStateChanged() 847 int32_t state, int32_t cause) in OnConnectionStateChanged() 856 int state, int cause) in OnConnectionStateChanged()
|
/ohos5.0/base/print/print_fwk/frameworks/innerkitsimpl/scan_impl/src/ |
H A D | scan_callback.cpp | 73 void CallbackParam::SetCallbackParam(uint32_t &state, const ScanDeviceInfoTCP &deviceInfoTCP) in SetCallbackParam() 80 void CallbackParam::SetCallbackParam(uint32_t &state, const ScanDeviceInfo &deviceInfo) in SetCallbackParam() 87 void CallbackParam::SetCallbackSyncParam(uint32_t &state, const ScanDeviceInfoSync &deviceInfoSync) in SetCallbackSyncParam() 169 bool ScanCallback::OnCallback(uint32_t state, const ScanDeviceInfoTCP &info) in OnCallback() 193 bool ScanCallback::OnCallback(uint32_t state, const ScanDeviceInfo &info) in OnCallback() 217 bool ScanCallback::OnCallbackSync(uint32_t state, const ScanDeviceInfoSync &info) in OnCallbackSync()
|
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/a2dp/ |
H A D | a2dp_snk_test.cpp | 34 …virtual void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause) {} in OnConnectionStateChanged() 109 int state = profile_->GetPlayingState(device); variable
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_self_cure/ |
H A D | self_cure_service.cpp | 90 void SelfCureService::HandleStaConnChanged(OperateResState state, const WifiLinkedInfo &info) in HandleStaConnChanged() 177 void SelfCureService::P2pEnhanceStateChange(const std::string &ifName, int32_t state) in P2pEnhanceStateChange()
|
/ohos5.0/foundation/multimedia/player_framework/test/unittest/observer_test/observer_unittest/ |
H A D | incall_observer_func_unittest.cpp | 35 bool StopAndRelease(AVScreenCaptureStateCode state) in StopAndRelease() 45 bool StopAndRelease(AVScreenCaptureStateCode state) in StopAndRelease()
|
/ohos5.0/base/powermgr/power_manager/services/native/src/ |
H A D | power_state_machine.cpp | 277 DisplayState state = DisplayState::DISPLAY_OFF; in EmplaceInactive() local 791 DisplayState state = stateAction_->GetDisplayState(); in WakeupDeviceInner() local 816 DisplayState state = stateAction_->GetDisplayState(); in WakeupDeviceInner() local 931 void PowerStateMachine::SendEventToPowerMgrNotify(PowerState state, int64_t callTime) in WakeupDeviceInner() 1280 bool PowerStateMachine::CheckRunningLock(PowerState state) in WakeupDeviceInner() 1454 bool PowerStateMachine::IsSettingState(PowerState state) in WakeupDeviceInner() 1472 std::shared_ptr<FFRTTimer> ffrtTimer, PowerState state, StateChangeReason reason) : in WakeupDeviceInner() 1543 bool PowerStateMachine::NeedShowScreenLocks(PowerState state) in WakeupDeviceInner() 1634 bool PowerStateMachine::SetState(PowerState state, StateChangeReason reason, bool force) in WakeupDeviceInner() 1992 auto state = GetState(); in WakeupDeviceInner() local [all …]
|
/ohos5.0/drivers/hdf_core/framework/model/audio/usb/src/ |
H A D | audio_usb_mixer.c | 334 struct UsbMixerBuild *state, int32_t unitId, int32_t index, char *buf, int32_t bufLen) in AudioUsbCheckMappedSelectorName() 355 static void *AudioUsbFindAudioControlUnit(struct UsbMixerBuild *state, unsigned char unit) in AudioUsbFindAudioControlUnit() 841 static int32_t AudioUsbGetClusterChannelsV3(struct UsbMixerBuild *state, uint32_t clusterId) in AudioUsbGetClusterChannelsV3() 890 struct UsbMixerBuild *state, struct UsbAudioTerm *term, void *unitDesc, int32_t id) in AudioUsbParseTermUac1ItermUnit() 902 struct UsbMixerBuild *state, struct UsbAudioTerm *term, void *unitDesc, int32_t id) in AudioUsbParseTermMixerUnit() 923 struct UsbMixerBuild *state, struct UsbAudioTerm *term, void *unitDesc, int32_t id) in AudioUsbParseTermSelectorUnit() 1543 struct UsbMixerBuild *state, void *ftrSub, struct AudioUsbFeatureParam *featureParam) in AudioUsbParseFeatureDescriptorParam() 1716 static bool AudioUsbParseMixerUnitSub(int32_t itemChannels, struct UsbMixerBuild *state, in AudioUsbParseMixerUnitSub() 1907 static int32_t UsbParseSelectorUnitInitKcontrol(struct UsbMixerBuild *state, in UsbParseSelectorUnitInitKcontrol() 1980 static int32_t AudioUsbParseUnit(struct UsbMixerBuild *state, int unitId) in AudioUsbParseUnit() [all …]
|
/ohos5.0/foundation/communication/netmanager_ext/services/networksharemanager/src/ |
H A D | networkshare_tracker.cpp | 159 … const std::shared_ptr<NetworkShareSubStateMachine> ¶SubStateMachine, int state, int lastError) in OnUpdateInterfaceState() 175 int state, int cause) in OnConnectionStateChanged() 252 void NetworkShareTracker::OnChangeSharingState(const SharingIfaceType &type, bool state) in OnChangeSharingState() 264 void NetworkShareTracker::OnWifiHotspotStateChanged(int state) in OnWifiHotspotStateChanged() 347 void NetworkShareTracker::SetWifiState(const Wifi::ApState &state) in SetWifiState() 354 void NetworkShareTracker::SetBluetoothState(const Bluetooth::BTConnectState &state) in SetBluetoothState() 361 int32_t state, int32_t lastError) in HandleSubSmUpdateInterfaceState() 410 int32_t state) in SendMainSMEvent() 532 int32_t NetworkShareTracker::GetSharingState(const SharingIfaceType type, SharingIfaceState &state) in GetSharingState() 1257 const SharingIfaceState &state) in SendIfaceSharingStateChange() [all …]
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/a2dp/ |
H A D | napi_bluetooth_a2dp_src_observer.cpp | 30 …SourceObserver::OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause) in OnConnectionStateChanged()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/hid/ |
H A D | napi_bluetooth_hid_host_observer.cpp | 35 …idHostObserver::OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause) in OnConnectionStateChanged()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/map/ |
H A D | napi_bluetooth_map_mse_observer.cpp | 31 …server::OnConnectionStateChanged(const BluetoothRemoteDevice &device, int32_t state, int32_t cause) in OnConnectionStateChanged()
|