Home
last modified time | relevance | path

Searched defs:state (Results 551 - 575 of 4350) sorted by relevance

1...<<21222324252627282930>>...174

/foundation/arkui/ui_appearance/services/src/
H A Dui_appearance_ability_stub.cpp64 auto state = GetFontScale(fontScale); in OnGetFontScaleInner() local
94 auto state = GetFontWeightScale(fontWeightScale); in OnGetFontWeightScaleInner() local
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dinput_checkbox_component.cpp47 UICheckBox::UICheckBoxState state = in SetPrivateAttribute() local
112 bool state = (checkbox_.GetState() == UICheckBox::UICheckBoxState::SELECTED); in DealEvent() local
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_hfp_ag_observer_proxy.cpp22 void BluetoothHfpAgObserverProxy::OnConnectionStateChanged(const BluetoothRawAddress &device, int state, int cause) in OnConnectionStateChanged() argument
53 void BluetoothHfpAgObserverProxy::OnScoStateChanged(const BluetoothRawAddress &device, int state, int reason) in OnScoStateChanged() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_pass_through.cpp24 AvrcCtPassPacket::AvrcCtPassPacket(uint8_t oper, uint8_t state) : stateFlag_(state), operationId_(oper) in AvrcCtPassPacket() argument
139 bool AvrcCtPassPacket::IsValidKeyState(uint8_t state) in IsValidKeyState() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_pass_through.cpp26 AvrcTgPassPacket::AvrcTgPassPacket(uint8_t oper, uint8_t state, uint8_t label) in AvrcTgPassPacket() argument
145 bool AvrcTgPassPacket::IsValidKeyState(uint8_t state) in IsValidKeyState() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_connection_observer.h30 virtual void OnConnectionChanged(const GattDevice &device, uint16_t connectionHandle, int state) in OnConnectionChanged() argument
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_gatt_server_callback.cpp56 void NapiGattServerCallback::OnConnectionStateUpdate(const BluetoothRemoteDevice &device, int state) in OnConnectionStateUpdate() argument
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_hfp_ag.h64 virtual void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int32_t state, int32_t cause) in OnConnectionStateChanged() argument
75 virtual void OnScoStateChanged(const BluetoothRemoteDevice &device, int32_t state, int32_t reason) in OnScoStateChanged() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_hfp_ag.h65 virtual void OnConnectionStateChanged(const RawAddress &device, int state) in OnConnectionStateChanged() argument
75 virtual void OnScoStateChanged(const RawAddress &device, int state, int reason = 0) in OnScoStateChanged() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_service_device.cpp68 void A2dpDeviceInfo::SetPlayingState(bool state) in SetPlayingState() argument
84 void A2dpDeviceInfo::SetConnectState(int state) in SetConnectState() argument
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dgatt_data.cpp29 GattDevice::GattDevice(const RawAddress& addr, uint8_t type, uint8_t transport, int state) in GattDevice() argument
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_adapter_utils.cpp69 void GetAclStateName(int transport, int state, std::string &out) in GetAclStateName() argument
96 GapAclState ConvertAclState(int transport, int state) in ConvertAclState() argument
[all...]
/foundation/graphic/graphic_3d/lume/LumeRender/src/
H A Drender_context.h165 auto state = static_cast<RenderPluginState*>(token); variable
/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/src/
H A Daudio_renderer_proxy_obj.cpp78 void AudioRendererProxyObj::SetOffloadModeImpl(int32_t state, bool isAppBack) in SetOffloadModeImpl() argument
/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Dproperty_animation.cpp73 auto& state = GetState(); in ProcessOnSet() local
/foundation/multimedia/audio_framework/services/audio_policy/test/unittest/audio_client_tracker_callback_stub_unit_test/include/
H A Daudio_client_tracker_callback_stub_unit_test.h55 virtual void SetOffloadModeImpl(int32_t state, bool isAppBack) {}; in SetOffloadModeImpl() argument
/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Daudio_stream_tracker.cpp62 void AudioStreamTracker::UpdateTracker(const int32_t sessionId, const State state, const int32_t clientPid, in UpdateTracker() argument
94 FetchOutputDeviceForTrack(const int32_t sessionId, const State state, const int32_t clientPid, const AudioRendererInfo &rendererInfo, const AudioStreamDeviceChangeReasonExt reason) FetchOutputDeviceForTrack() argument
109 FetchInputDeviceForTrack(const int32_t sessionId, const State state, const int32_t clientPid, const AudioCapturerInfo &capturerInfo) FetchInputDeviceForTrack() argument
[all...]
/foundation/graphic/graphic_3d/lume/LumeFont/src/plugin/
H A Dplugin.cpp59 RenderPluginState* state = new RenderPluginState { context }; in CreatePlugin() local
67 RenderPluginState* state = static_cast<RenderPluginState*>(token); in DestroyPlugin() local
[all...]
/foundation/filemanagement/storage_service/services/storage_daemon/ipc/test/
H A Dstorage_manager_client_test.cpp152 StorageManager::VolumeState state = StorageManager::VolumeState::UNMOUNTED; in HWTEST_F() local
/foundation/filemanagement/storage_service/services/storage_manager/innerkits_impl/test/
H A Dvolume_core_test.cpp48 int32_t state = UNMOUNTED; in HWTEST_F() local
77 int32_t state = UNMOUNTED; in HWTEST_F() local
104 int32_t state = CHECKING; in HWTEST_F() local
[all...]
/foundation/graphic/graphic_3d/3d_widget_adapter/include/data_type/
H A Dgltf_animation.h25 GLTFAnimation(const std::string& name, AnimationState state, int repeatCount = -1, in GLTFAnimation() argument
/foundation/multimedia/media_foundation/src/osal/task/pthread/
H A Dthread.cpp132 auto state = currentThread->state_.get(); in Run() local
/foundation/multimedia/media_foundation/src/osal/task/ffrt/
H A Dtask.cpp111 RunningState state = runningState_.load(); in Pause() local
/foundation/multimedia/media_foundation/engine/foundation/osal/thread/
H A Dtask.cpp91 RunningState state = runningState_.load(); in Pause() local
H A Dthread.cpp106 auto state = static_cast<State*>(arg); in Run() local

Completed in 10 milliseconds

1...<<21222324252627282930>>...174