Home
last modified time | relevance | path

Searched refs:state (Results 8876 - 8900 of 20519) sorted by relevance

1...<<351352353354355356357358359360>>...821

/foundation/ability/ability_runtime/test/fuzztest/abilityappfreezemanager_fuzzer/
H A Dabilityappfreezemanager_fuzzer.cpp83 int state = static_cast<int>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local
84 freeze->SetFreezeState(pid, state); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/abilityappmgrrenderstateobservermanager_fuzzer/
H A Dabilityappmgrrenderstateobservermanager_fuzzer.cpp81 int32_t state = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local
82 manager->OnRenderStateChanged(renderRecord, state); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/appstateobservermanager_fuzzer/
H A Dappstateobservermanager_fuzzer.cpp57 ApplicationState state = ApplicationState::APP_STATE_CREATE; in DoSomethingInterestingWithMyAPI() local
60 appStateObserverManager->HandleAppStateChanged(appRecord, state, needNotifyApp, isFromWindowFocusChanged); in DoSomethingInterestingWithMyAPI()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H A Dnavdestination_event_hub.h47 TAG_LOGI(AceLogTag::ACE_NAVIGATION, "navDestination state set to %{public}s.", in FireChangeEvent()
171 void SetState(NavDestinationState state) in SetState() argument
173 state_ = state; in SetState()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dremote_mission_listener_proxy.cpp66 void RemoteMissionListenerProxy::NotifyNetDisconnect(const std::string& deviceId, int32_t state) in NotifyNetDisconnect() argument
79 if (!data.WriteInt32(state)) { in NotifyNetDisconnect()
/foundation/ability/ability_runtime/test/unittest/ams_app_state_callback_test/
H A Dams_app_state_callback_test.cpp50 * CaseDescription: Verify if Onreceived works when app state changed.
103 AbilityState state = AbilityState::ABILITY_STATE_CREATE; in HWTEST_F() local
106 host->OnAbilityRequestDone(token, state); in HWTEST_F()
131 * CaseDescription: Verify if Onreceived works when app state changed.
/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_]() {

Completed in 17 milliseconds

1...<<351352353354355356357358359360>>...821