/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image_animator/ |
H A D | image_animator_model_ng.h | 27 void SetState(int32_t state) override; 44 static void SetState(FrameNode* frameNode, int32_t state);
|
/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | event_dump.h | 78 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 D | isolated_pattern.h | 46 void SetAdaptiveWidth(bool state); 47 void SetAdaptiveHeight(bool state);
|
H A D | ui_extension_model.h | 65 virtual void SetAdaptiveWidth(bool state); 66 virtual void SetAdaptiveHeight(bool state);
|
H A D | ui_extension_model_ng.h | 52 void SetAdaptiveWidth(bool state) override; 53 void SetAdaptiveHeight(bool state) override;
|
/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_time_picker.h | 169 * @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 D | i_bluetooth_a2dp_src.h | 40 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 D | bluetooth_a2dp_src_observer_stub.cpp | 73 int state = data.ReadInt32(); in OnConnectionStateChangedInner() local 76 stub->OnConnectionStateChanged(RawAddress(addr), state, cause); in OnConnectionStateChangedInner() local
|
H A D | bluetooth_ble_peripheral_observer_stub.cpp | 98 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 D | interface_profile_a2dp_src.h | 91 * @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 D | interface_profile_hfp_hf.h | 59 * @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 D | bluetooth_hfp_hf.h | 57 * @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 D | bluetooth_a2dp_src_observer_proxy.cpp | 21 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 D | bluetooth_a2dp_source_server.h | 39 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 D | bluetooth_a2dp_src_proxy.h | 38 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 D | object_itf.cpp | 38 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 D | pipeline_layout_desc.h | 142 /** 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 D | transform.h | 120 void SetInvalid(bool state) in SetInvalid() argument 122 isInvalid_ = state; in SetInvalid()
|
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | graphicsstate_impl.cpp | 44 // 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 D | local_matrix_system.cpp | 33 void LocalMatrixSystem::SetActive(bool state) in SetActive() argument 35 active_ = state; in SetActive()
|
/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/ |
H A D | base_stream_demuxer.h | 110 void SetDemuxerState(int32_t streamId, DemuxerState state);
112 void SetIsIgnoreParse(bool state);
|
/foundation/filemanagement/storage_service/services/storage_daemon/ipc/src/ |
H A D | storage_manager_client.cpp | 119 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 D | storage_manager_client_test.cpp | 152 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 D | entity_manager.h | 54 void SetActive(const Entity entity, bool state) override; 77 } state { 0 }; class
|
/foundation/multimedia/camera_framework/test/fuzztest/capturesession_fuzzer/ |
H A D | capture_session_fuzzer.h | 48 void OnExposureState(ExposureState state) override {}
53 void OnFocusState(FocusState state) override {}
|