Home
last modified time | relevance | path

Searched refs:state (Results 5176 - 5200 of 7313) sorted by relevance

1...<<201202203204205206207208209210>>...293

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_indicator/
H A Dlinear_indicator_controller.cpp325 void LinearIndicatorController::StopAnimation(LinearIndicatorControllerDataState state) in StopAnimation() argument
327 animationData_.SetState(state); in StopAnimation()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dindexer_model_impl.cpp86 void IndexerModelImpl::SetUsingPopup(bool state) in SetUsingPopup() argument
91 indexerComponent->SetBubbleEnabled(state); in SetUsingPopup()
/foundation/arkui/ace_engine/test/mock/core/common/
H A Dtheme_mock.cpp86 // Replace state resource id with real content in g_componentStyles. in Initialize()
101 for (const auto& [state, value] : elementItr->second) { in Initialize()
102 states->SetStateValue(state, value); in Initialize()
/foundation/arkui/ui_lite/test/uitest/test_transform/
H A Dui_test_transform.cpp283 bool StateChangeListener::OnChange(UICheckBox::UICheckBoxState state) in OnChange() argument
285 if (state == UICheckBox::UICheckBoxState::SELECTED) { in OnChange()
/foundation/arkui/ui_lite/test/uitest/test_view_bounds/
H A Dui_test_view_bounds.cpp74 bool OnChange(UICheckBox::UICheckBoxState state) override
76 switch (state) {
/foundation/arkui/ace_engine_lite/frameworks/src/core/context/
H A Djs_app_context.cpp444 void JsAppContext::SetAbilityState(TopAbilityState state) in SetAbilityState() argument
446 abilityState_ = state; in SetAbilityState()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dimage_animator_component.cpp419 uint8_t state = animator->GetState(); in GetAnimatorState() local
421 switch (state) { in GetAnimatorState()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_hid_host_proxy.cpp55 int32_t BluetoothHidHostProxy::GetDeviceState(const BluetoothRawAddress &device, int32_t &state) in GetDeviceState() argument
75 // read state in GetDeviceState()
76 state = reply.ReadInt32(); in GetDeviceState()
H A Dbluetooth_pbap_pse_proxy.cpp23 int32_t BluetoothPbapPseProxy::GetDeviceState(const BluetoothRawAddress &device, int32_t &state) in GetDeviceState() argument
38 state = reply.ReadInt32(); in GetDeviceState()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_ble_advertiser_server.cpp100 /// sys state observer
113 void OnSystemStateChange(const BTSystemState state) override
116 switch (state) {
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_opp.cpp282 int32_t Opp::GetDeviceState(const BluetoothRemoteDevice &device, int32_t &state) const in GetDeviceState()
290 return proxy->GetDeviceState(BluetoothRawAddress(device.GetDeviceAddr()), state); in GetDeviceState()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dquick_fix_boot_scanner.cpp76 void QuickFixBootScanner::SetQuickFixState(const std::shared_ptr<QuickFixState> &state) in SetQuickFixState() argument
79 state_ = state; in SetQuickFixState()
/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/test/example/
H A Daudio_renderer_test.cpp56 void OnStateChange(const RendererState state, const StateChangeCmdType __attribute__((unused)) cmdType) override
60 switch (state) {
77 AUDIO_ERR_LOG("AudioRendererCallbackTestImpl: OnStateChange NOT A VALID state");
H A Dinterrupt_multi_renderer_test.cpp47 void AudioRendererCallbackTestImpl::OnStateChange(const RendererState state, in OnStateChange() argument
52 switch (state) { in OnStateChange()
69 AUDIO_ERR_LOG("AudioRendererCallbackTestImpl: OnStateChange NOT A VALID state"); in OnStateChange()
/foundation/multimedia/audio_framework/frameworks/native/audiostream/include/
H A Dfast_audio_stream.h78 AudioPermissionState state) override;
114 int32_t SetOffloadMode(int32_t state, bool isAppBack) override;
/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiorenderer/include/
H A Daudio_renderer.h62 * Called when renderer state is updated.
64 * @param state Indicates updated state of the renderer.
67 virtual void OnStateChange(const RendererState state, const StateChangeCmdType cmdType = CMD_FROM_CLIENT) = 0;
125 * @param state Indicates updated device of the renderer.
380 * @brief Obtains the audio renderer state.
382 * @return Returns the audio renderer state defined in {@link RendererState}.
716 * @brief Obtains the current state of bufferQueue.
719 * @param bufDesc Indicates the bufState reference in which state will be obtained.
775 * @brief Set Stream of Renderer into specified offload state
[all...]
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Dmorphing_system.cpp100 void MorphingSystem::SetActive(bool state) in SetActive() argument
102 active_ = state; in SetActive()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/threading/
H A Dtask_queue_factory.cpp80 // Task state which can be waited and marked as done.
228 // Helper which holds a pointer to a queued task function and the result state.
235 explicit Task(ITask::Ptr&& function, std::shared_ptr<TaskResult::State> state) in Task()
236 : function_(move(function)), state_(CORE_NS::move(state)) in Task()
/foundation/multimedia/media_foundation/tests/unittest/detail_enhancer_video_ndk/sample/
H A Dvideo_sample.cpp61 static void OnState(OH_VideoProcessing* videoProcessor, VideoProcessing_State state, void* userData) in OnState() argument
64 if (state == VIDEO_PROCESSING_STATE_STOPPED) { in OnState()
234 std::cout << "waiting stop state timeout" << std::endl; in WaitAndStopSample()
245 std::cout << "waiting stop state timeout" << std::endl; in WaitAndStopSampleImpl()
/foundation/multimedia/av_session/frameworks/common/src/
H A Davplayback_state.cpp93 void AVPlaybackState::SetState(int32_t state) in SetState() argument
96 state_ = state; in SetState()
/foundation/multimedia/av_session/services/session/server/remote/
H A Dremote_session_source_impl.cpp153 int32_t RemoteSessionSourceImpl::SetAVPlaybackState(const AVPlaybackState& state) in SetAVPlaybackState() argument
161 if (!state.CopyToByMask(mask, sinkState)) { in SetAVPlaybackState()
/foundation/multimodalinput/input/intention/cooperate/plugin/src/
H A Dcooperate.cpp249 int32_t Cooperate::GetCooperateState(const std::string &udId, bool &state) in GetCooperateState() argument
252 state = sm_.IsCooperateEnable(); in GetCooperateState()
/foundation/multimodalinput/input/frameworks/napi/pointer/include/
H A Djs_pointer_manager.h89 napi_value SetHoverScrollState(napi_env env, bool state, napi_value handle = nullptr);
93 napi_value SetTouchpadScrollDirection(napi_env env, bool state, napi_value handle = nullptr);
/foundation/resourceschedule/memmgr/test/unittest/phone/
H A Dinnerkits_test.cpp39 void OnAppStateChanged(int32_t pid, int32_t uid, int32_t state) override;
53 void AppStateSubscriberTest::OnAppStateChanged(int32_t pid, int32_t uid, int32_t state) in OnAppStateChanged() argument
/foundation/window/window_manager/interfaces/innerkits/dm/
H A Ddisplay_manager.h50 * @brief Notify when the state of a display changes
251 * @param reason Reason for power state change.
266 * @param reason Reason for power state change.
287 * @brief Set the screen power state by screen id.
290 * @param state Screen power state.
291 * @param reason Reason for power state change.
294 bool SetScreenPowerById(ScreenId screenId, ScreenPowerState state, PowerStateChangeReason reason);
299 * @param state State of display.
300 * @param callback Callback for display state
[all...]

Completed in 18 milliseconds

1...<<201202203204205206207208209210>>...293