Home
last modified time | relevance | path

Searched refs:homePage (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/doc/
H A D使用说明文档.md61 …ommunication_bluetooth\test\example\BluetoothTest\entry\src\main\ets\MainAbility\pages\homePage.ets
63 ![homePage](InstructionDoc/homePage.png)
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/doc/
H A D使用说明文档.md61 …ommunication_bluetooth\test\example\BluetoothTest\entry\src\main\ets\MainAbility\pages\homePage.ets
63 ![homePage](InstructionDoc/homePage.png)
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/entry/src/main/ets/entryability/
H A DEntryAbility.ets37 windowStage.loadContent('pages/homePage' , (err , data) => {
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/entry/src/main/ets/pages/
H A DhomePage.ets28 const TAG = '[homePage]'
/ohos5.0/foundation/window/window_manager/window_scene/common/include/
H A Dwindow_session_property.h416 …pForceLandscapeConfig(int32_t mode, const std::string& homePage) : mode_(mode), homePage_(homePage in AppForceLandscapeConfig()
/ohos5.0/foundation/window/window_manager/test/common/mock/
H A Dmock_uicontent.h111 MOCK_METHOD2(SetForceSplitEnable, void(bool isForceSplit, const std::string& homePage));
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_ui_content.h100 MOCK_METHOD2(SetForceSplitEnable, void(bool isForceSplit, const std::string& homePage));
/ohos5.0/foundation/arkui/ace_engine/test/mock/interfaces/
H A Dmock_uicontent.h111 MOCK_METHOD2(SetForceSplitEnable, void(bool isForceSplit, const std::string& homePage));
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dui_content_impl.h155 void SetForceSplitEnable(bool isForceSplit, const std::string& homePage) override {}; in SetForceSplitEnable() argument
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Dui_content.h434 virtual void SetForceSplitEnable(bool isForceSplit, const std::string& homePage) {}; in SetForceSplitEnable() argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.h905 void SetForceSplitEnable(bool isForceSplit, const std::string& homePage) in SetForceSplitEnable() argument
909 homePageConfig_ = homePage; in SetForceSplitEnable()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.h339 void SetForceSplitEnable(bool isForceSplit, const std::string& homePage) override;
H A Dui_content_impl.cpp4010 void UIContentImpl::SetForceSplitEnable(bool isForceSplit, const std::string& homePage) in SetForceSplitEnable() argument
4017 context->SetForceSplitEnable(isForceSplit, homePage); in SetForceSplitEnable()
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_session_impl.h487 void SetForceSplitEnable(bool isForceSplit, const std::string& homePage = "");
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session_manager.cpp3460 std::string homePage; in OnSetAppForceLandscapeConfig() local
3461 if (argc >= ARGC_THREE && ConvertFromJsValue(env, argv[ARGC_TWO], homePage)) { in OnSetAppForceLandscapeConfig()
3462 TLOGD(WmsLogTag::DEFAULT, "[NAPI]homePage: %{public}s", homePage.c_str()); in OnSetAppForceLandscapeConfig()
3464 AppForceLandscapeConfig config = { mode, homePage }; in OnSetAppForceLandscapeConfig()
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp4170 void WindowSessionImpl::SetForceSplitEnable(bool isForceSplit, const std::string& homePage) in SetForceSplitEnable() argument
4178 isForceSplit, homePage.c_str()); in SetForceSplitEnable()
4179 uiContent->SetForceSplitEnable(isForceSplit, homePage); in SetForceSplitEnable()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-navigation.md3353 param: new param('push pageOne in homePage when stack size: ' + this.derivedStack.size())
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-navigation.md3355 param: new param('push pageOne in homePage when stack size: ' + this.derivedStack.size())