/foundation/CastEngine/castengine_wifi_display/tests/demo/wfd/ |
H A D | wfd_demo.cpp | 137 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 D | distributed_mission_manager.h | 88 void NotifyNetDisconnect(const std::string &deviceId, int32_t state) override; 145 int state = 0; member
|
/foundation/CastEngine/castengine_cast_framework/client/src/ |
H A D | stream_player_listener_impl_stub.cpp | 68 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 D | app_lifecycle_deal.cpp | 307 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 D | app_mgr_interface.h | 289 * 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 D | ability_context.h | 339 * 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 D | appfreeze_inner.cpp | 207 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 D | ability_lifecycle_test.cpp | 60 * @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 D | theme_mock.cpp | 86 // 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 D | linear_indicator_controller.cpp | 325 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 D | indexer_model_impl.cpp | 86 void IndexerModelImpl::SetUsingPopup(bool state) in SetUsingPopup() argument 91 indexerComponent->SetBubbleEnabled(state); in SetUsingPopup()
|
/foundation/arkui/ace_engine/test/mock/core/common/ |
H A D | theme_mock.cpp | 86 // 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 D | ui_test_transform.cpp | 283 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 D | ui_test_view_bounds.cpp | 74 bool OnChange(UICheckBox::UICheckBoxState state) override 76 switch (state) {
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/context/ |
H A D | js_app_context.cpp | 444 void JsAppContext::SetAbilityState(TopAbilityState state) in SetAbilityState() argument 446 abilityState_ = state; in SetAbilityState()
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | image_animator_component.cpp | 419 uint8_t state = animator->GetState(); in GetAnimatorState() local 421 switch (state) { in GetAnimatorState()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_hid_host_proxy.cpp | 55 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 D | bluetooth_pbap_pse_proxy.cpp | 23 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 D | bluetooth_ble_advertiser_server.cpp | 100 /// sys state observer 113 void OnSystemStateChange(const BTSystemState state) override 116 switch (state) {
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_opp.cpp | 282 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 D | quick_fix_boot_scanner.cpp | 76 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 D | audio_renderer_test.cpp | 56 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 D | interrupt_multi_renderer_test.cpp | 47 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 D | fast_audio_stream.h | 78 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 D | audio_renderer.h | 62 * 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...] |