Home
last modified time | relevance | path

Searched refs:state (Results 4151 - 4175 of 8736) sorted by relevance

1...<<161162163164165166167168169170>>...350

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image_animator/
H A Dimage_animator_model_ng.h27 void SetState(int32_t state) override;
44 static void SetState(FrameNode* frameNode, int32_t state);
/foundation/arkui/ace_engine/frameworks/core/common/
H A Devent_dump.h78 const std::string& procedure, const std::string& state, const std::string& disposal, int64_t timestamp = 0);
81 const TouchEvent& point, const std::string& state, const std::string& disposal, int64_t timestamp = 0);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
H A Disolated_pattern.h46 void SetAdaptiveWidth(bool state);
47 void SetAdaptiveHeight(bool state);
H A Dui_extension_model.h65 virtual void SetAdaptiveWidth(bool state);
66 virtual void SetAdaptiveHeight(bool state);
H A Dui_extension_model_ng.h52 void SetAdaptiveWidth(bool state) override;
53 void SetAdaptiveHeight(bool state) override;
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_time_picker.h169 * @param state Specifies whether to enable seconds in the time picker. Value <b>true</b> means to enable seconds,
174 void EnableSecond(bool state);
243 * @param state 状态
248 void SetLoopState(const uint8_t pickerType, bool state);
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_a2dp_src.h40 virtual int GetDeviceState(const RawAddress &device, int &state) = 0;
41 virtual int GetPlayingState(const RawAddress &device, int &state) = 0;
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_a2dp_src_observer_stub.cpp73 int state = data.ReadInt32(); in OnConnectionStateChangedInner() local
76 stub->OnConnectionStateChanged(RawAddress(addr), state, cause); in OnConnectionStateChangedInner() local
H A Dbluetooth_ble_peripheral_observer_stub.cpp98 const int32_t state = static_cast<int32_t>(data.ReadInt32()); in OnAclStateChangedInner() local
101 stub->OnAclStateChanged(*device, state, reason); in OnAclStateChangedInner()
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_a2dp_src.h91 * @brief The callback function after device's playing state changed.
94 * @param playingState the playing state after changing.
113 * @param state Connection state.
116 virtual void OnConnectionStateChanged(const RawAddress &remoteAddr, int state) {}; in OnConnectionStateChanged() argument
121 * @param state Action on the device.
168 * @brief Get device connection state by address.
171 * @return Returns <b>A2DP_DISCONNECTED</b> if device connect state is disconnected;
172 * Returns <b>A2DP_DISCONNECTING</b> if device connect state is disconnecting;
173 * Returns <b>A2DP_CONNECTED</b> if device connect state i
[all...]
H A Dinterface_profile_hfp_hf.h59 * @brief The observer function to notify connection state changed.
62 * @param state Connection state.
65 virtual void OnConnectionStateChanged(const RawAddress &device, int state) in OnConnectionStateChanged() argument
69 * @brief The observer function to notify audio connection state changed.
72 * @param state Connection state.
75 virtual void OnScoStateChanged(const RawAddress &device, int state) in OnScoStateChanged() argument
211 * @brief Get the connection state of the specified remote AG device.
214 * @return Returns the connection state o
[all...]
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_hfp_hf.h57 * @brief The observer function to notify connection state changed.
60 * @param state Connection state.
64 virtual void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause) in OnConnectionStateChanged() argument
68 * @brief The observer function to notify audio connection state changed.
71 * @param state Connection state.
74 virtual void OnScoStateChanged(const BluetoothRemoteDevice &device, int state) in OnScoStateChanged() argument
209 * @brief Get the connection state of the specified remote AG device.
212 * @return Returns the connection state o
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_a2dp_src_observer_proxy.cpp21 void BluetoothA2dpSrcObserverProxy::OnConnectionStateChanged(const RawAddress &device, int state, int cause) in OnConnectionStateChanged() argument
32 if (!data.WriteInt32(state)) { in OnConnectionStateChanged()
33 HILOGE("BluetoothA2dpSrcObserverProxy::OnConnectionStateChanged state error"); in OnConnectionStateChanged()
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_a2dp_source_server.h39 int GetDeviceState(const RawAddress &device, int &state) override;
41 int GetPlayingState(const RawAddress &device, int &state) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_a2dp_src_proxy.h38 int GetDeviceState(const RawAddress &device, int &state) override;
39 int GetPlayingState(const RawAddress &device, int &state) override;
/foundation/multimedia/audio_framework/frameworks/native/opensles/src/itf/
H A Dobject_itf.cpp38 static SLresult GetState(SLObjectItf self, SLuint32 *state) in GetState() argument
44 *state = thiz->mState; in GetState()
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dpipeline_layout_desc.h142 /** Resource state in the pipeline */
143 GpuResourceState state {};
158 /** Resource state in the pipeline */
159 GpuResourceState state {};
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dtransform.h120 void SetInvalid(bool state) in SetInvalid() argument
122 isInvalid_ = state; in SetInvalid()
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dgraphicsstate_impl.cpp44 // presumably we should resolve the state from shader instead trying to create a default our self
54 void SetGraphicsState(const RENDER_NS::GraphicsState& state, SCENE_NS::IMaterial::Ptr mat) override
58 [st = state, sh = sh_, material = BASE_NS::weak_ptr(mat), type = ix_]() {
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Dlocal_matrix_system.cpp33 void LocalMatrixSystem::SetActive(bool state) in SetActive() argument
35 active_ = state; in SetActive()
/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/
H A Dbase_stream_demuxer.h110 void SetDemuxerState(int32_t streamId, DemuxerState state);
112 void SetIsIgnoreParse(bool state);
/foundation/filemanagement/storage_service/services/storage_daemon/ipc/src/
H A Dstorage_manager_client.cpp119 int32_t StorageManagerClient::NotifyVolumeStateChanged(std::string volId, StorageManager::VolumeState state) in NotifyVolumeStateChanged() argument
126 storageManager_->NotifyVolumeStateChanged(volId, state); in NotifyVolumeStateChanged()
/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
153 auto ret = storageManagerClient_->NotifyVolumeStateChanged("", state); in HWTEST_F()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/ecs/
H A Dentity_manager.h54 void SetActive(const Entity entity, bool state) override;
77 } state { 0 }; class
/foundation/multimedia/camera_framework/test/fuzztest/capturesession_fuzzer/
H A Dcapture_session_fuzzer.h48 void OnExposureState(ExposureState state) override {}
53 void OnFocusState(FocusState state) override {}

Completed in 11 milliseconds

1...<<161162163164165166167168169170>>...350