Home
last modified time | relevance | path

Searched refs:state (Results 5401 - 5425 of 7702) sorted by relevance

1...<<211212213214215216217218219220>>...309

/foundation/CastEngine/castengine_wifi_display/tests/demo/wfd/
H A Dwfd_demo.cpp137 switch (deviceInfo.state) { in OnDeviceState()
170 std::cout << "state: " << std::string(magic_enum::enum_name(deviceInfo.state)).c_str() << '\n'; in OnDeviceState()
/foundation/ability/ability_runtime/frameworks/js/napi/mission_manager/
H A Ddistributed_mission_manager.h88 void NotifyNetDisconnect(const std::string &deviceId, int32_t state) override;
145 int state = 0; member
/foundation/CastEngine/castengine_cast_framework/client/src/
H A Dstream_player_listener_impl_stub.cpp68 int32_t state = data.ReadInt32(); in DoOnStateChangedTask() local
70 PlayerStates playbackState = static_cast<PlayerStates>(state); in DoOnStateChangedTask()
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_lifecycle_deal.cpp307 int32_t AppLifeCycleDeal::ChangeAppGcState(int32_t state) in ChangeAppGcState() argument
315 return appThread->ScheduleChangeAppGcState(state); in ChangeAppGcState()
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_mgr_interface.h289 * Register application or process state observer.
297 * Unregister application or process state observer.
304 * Register application or process state observer.
305 * @param observer Is ability foreground state observer
311 * Unregister application or process state observer.
312 * @param observer Is ability foreground state observer
447 * @brief Get the running state of application by bundle name.
580 * @param pageStateData The data of ability's page state.
591 * @param pageStateData The data of ability's page state.
602 * @param state G
[all...]
/foundation/ability/ability_runtime/interfaces/kits/native/ability/ability_runtime/
H A Dability_context.h339 * Set mission continue state of this ability.
341 * @param state the mission continuation state of this ability.
344 virtual ErrCode SetMissionContinueState(const AAFwk::ContinueState &state) = 0;
409 virtual void SetTerminating(bool state) = 0;
/foundation/ability/ability_runtime/frameworks/native/appkit/dfr/
H A Dappfreeze_inner.cpp207 if (it->state != 0) { in AcquireStack()
208 FreezeUtil::LifecycleFlow flow = { it->token, static_cast<FreezeUtil::TimeoutState>(it->state) }; in AcquireStack()
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dability_lifecycle_test.cpp60 * @tc.desc: Determine whether the return value of getlifecycle state is equal to undefined.
66 LifeCycle::Event state = lifeCycle_->GetLifecycleState(); in HWTEST_F() local
67 EXPECT_EQ(LifeCycle::Event::UNDEFINED, state); in HWTEST_F()
75 * @tc.desc: Determine whether the return value of getlifecycle state is equal to undefined.
90 * @tc.desc: Determine whether the return value of getlifecycle state is equal to undefined.
107 * @tc.desc: Test the removeobserver exception state.
/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/theme/
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/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...]

Completed in 20 milliseconds

1...<<211212213214215216217218219220>>...309