Home
last modified time | relevance | path

Searched refs:scheduledUpdateTime (Results 1 – 25 of 83) sorted by relevance

1234

/ohos5.0/docs/zh-cn/application-dev/form/
H A Darkts-ui-widget-update-by-time-point.md5 - 定点刷新:表示在每天的某个特定时间点自动刷新卡片内容。可以在form_config.json配置文件中的`scheduledUpdateTime`字段中进行设置。例如,可以将刷新时间设置为每天的…
23 "scheduledUpdateTime": "10:30",
39 > 当同时配置了定时刷新updateDuration和定点刷新scheduledUpdateTime时,定时刷新的优先级更高且定点刷新不会执行。如果想要配置定点刷新,则需要将updateDurati…
H A Darkts-ui-widget-configuration.md51 …定点刷新),取值范围:<br/>-&nbsp;true:表示支持周期性刷新,可以在定时刷新(updateDuration)和定点刷新(scheduledUpdateTime)两种方式任选其一,当两…
52 …| scheduledUpdateTime | 表示卡片的定点刷新的时刻,采用24小时制,精确到分钟。<br/>**说明:**<br/>updateDuration参数优先级高于scheduled…
53 …br/>当取值为正整数N时,表示刷新周期为30\*N分钟。<br/>**说明:**<br/>updateDuration参数优先级高于scheduledUpdateTime,两者同时配置时,以up…
100 "scheduledUpdateTime": "10:30",
H A Djs-ui-widget-development.md206 …周期性刷新,取值范围:<br/>-&nbsp;true:表示支持周期性刷新,可以在定时刷新(updateDuration)和定点刷新(scheduledUpdateTime)两种方式任选其一,优先…
207 …| scheduledUpdateTime | 表示卡片的定点刷新的时刻,采用24小时制,精确到分钟。<br/>updateDuration参数优先级高于scheduledUpdateTime,两…
208 …时,表示该参数不生效。<br/>当取值为正整数N时,表示刷新周期为30\*N分钟。<br/>updateDuration参数优先级高于scheduledUpdateTime,两者同时配置时,以up…
230 "scheduledUpdateTime": "10:30",
H A Dwidget-development-fa.md303 …示卡片是否支持周期性刷新,取值范围:<br/>true:表示支持周期性刷新,可以在定时刷新(updateDuration)和定点刷新(scheduledUpdateTime)两种方式任选其一,优先…
304 …| scheduledUpdateTime | 表示卡片的定点刷新的时刻,采用24小时制,精确到分钟。<br/>updateDuration参数优先级高于scheduledUpdateTime,两…
305 …时,表示该参数不生效。<br/>当取值为正整数N时,表示刷新周期为30\*N分钟。<br/>updateDuration参数优先级高于scheduledUpdateTime,两者同时配置时,以up…
331 "scheduledUpdateTime": "10:30",
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_bundle_manager_form.cpp100 form.scheduledUpdateTime = "06:06"; in GetAllFormsInfo()
117 form.scheduledUpdateTime = "06:06"; in GetFormsInfoByApp()
137 form.scheduledUpdateTime = "06:06"; in GetFormsInfoByModule()
/ohos5.0/docs/en/application-dev/form/
H A Darkts-ui-widget-update-by-time.md10 …in the **form_config.json** file. If both **updateDuration** and **scheduledUpdateTime** are set, …
34 "scheduledUpdateTime": "10:30",
45 …scheduled time every day. You can specify the time by setting the [scheduledUpdateTime](arkts-ui-w…
49 …> **updateDuration** takes precedence over **scheduledUpdateTime**. For the **scheduledUpdateTime*…
66 "scheduledUpdateTime": "10:30",
H A Darkts-ui-widget-configuration.md51 …n**) or at the scheduled time (**scheduledUpdateTime**). **updateDuration** takes precedence over …
52scheduledUpdateTime | Scheduled time to update the widget. The value is in 24-hour format and accu…
53 …minutes.<br>**NOTE**<br>**updateDuration** takes precedence over **scheduledUpdateTime**. If both …
89 "scheduledUpdateTime": "10:30",
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formiteminfo_fuzzer/
H A Dformiteminfo_fuzzer.cpp81 std::string scheduledUpdateTime(data, size); in DoSomethingInterestingWithMyAPI() local
82 formItemInfo.SetScheduledUpdateTime(scheduledUpdateTime); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/test/mock/src/
H A Dmock_bundle_manager.cpp136 form.scheduledUpdateTime = "06:06"; in GetFormsInfoByApp()
155 form.scheduledUpdateTime = "06:06"; in GetFormsInfoByModule()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dextension_form_profile.cpp80 std::string scheduledUpdateTime = ""; member
244 extensionFormProfileInfo.scheduledUpdateTime, in from_json()
447 info.scheduledUpdateTime = form.scheduledUpdateTime; in TransformToExtensionFormInfo()
H A Dform_info.cpp88 scheduledUpdateTime = formInfo.scheduledUpdateTime; in FormInfo()
151 scheduledUpdateTime = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel()
245 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(scheduledUpdateTime)); in Marshalling()
345 {JSON_KEY_SCHEDULED_UPDATE_TIME, formInfo.scheduledUpdateTime}, in to_json()
519 formInfo.scheduledUpdateTime, in from_json()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/sceneProject/unittest/test_bundle/sandboxTest/entry/src/main/resources/base/profile/
H A Dform_config1.txt11 "scheduledUpdateTime":"10:30",
/ohos5.0/foundation/bundlemanager/bundle_framework/test/sceneProject/systemtest/testHapNoSo/hapNotIncludeso1/entry/src/main/resources/base/profile/
H A Dform_config1.txt11 "scheduledUpdateTime":"10:30",
/ohos5.0/foundation/bundlemanager/bundle_framework/test/sceneProject/systemtest/testHapNoSo/hapNotIncludeso2/entry/src/main/resources/base/profile/
H A Dform_config1.txt11 "scheduledUpdateTime":"10:30",
/ohos5.0/foundation/bundlemanager/bundle_framework/test/sceneProject/systemtest/testHapNoSo/hapNotIncludeso3/entry/src/main/resources/base/profile/
H A Dform_config1.txt11 "scheduledUpdateTime":"10:30",
/ohos5.0/foundation/bundlemanager/bundle_framework/test/sceneProject/systemtest/testHapNoSo/hapNotIncludeso4/entry/src/main/resources/base/profile/
H A Dform_config1.txt11 "scheduledUpdateTime":"10:30",
/ohos5.0/foundation/bundlemanager/bundle_framework/test/sceneProject/systemtest/testHapNoSo/hapNotIncludeso5/entry/src/main/resources/base/profile/
H A Dform_config1.txt11 "scheduledUpdateTime":"10:30",
/ohos5.0/foundation/bundlemanager/bundle_framework/test/sceneProject/systemtest/testHapNoSo/hapNotIncludeso6/entry/src/main/resources/base/profile/
H A Dform_config1.txt11 "scheduledUpdateTime":"10:30",
/ohos5.0/foundation/bundlemanager/bundle_framework/test/sceneProject/systemtest/testHapNoSo/hapSectionContainso1/entry/src/main/resources/base/profile/
H A Dform_config1.txt11 "scheduledUpdateTime":"10:30",
/ohos5.0/foundation/bundlemanager/bundle_framework/test/sceneProject/systemtest/testHapNoSo/hapSectionContainso2/entry/src/main/resources/base/profile/
H A Dform_config1.txt11 "scheduledUpdateTime":"10:30",
/ohos5.0/foundation/bundlemanager/bundle_framework/test/sceneProject/unittest/bundle_dependencies/dependencies_entry/entry/src/main/resources/base/profile/
H A Dform_config1.txt11 "scheduledUpdateTime":"10:30",
/ohos5.0/foundation/bundlemanager/bundle_framework/test/sceneProject/unittest/bundle_dependencies/dependencies_entry_A/entry/src/main/resources/base/profile/
H A Dform_config1.txt11 "scheduledUpdateTime":"10:30",
/ohos5.0/foundation/bundlemanager/bundle_framework/test/sceneProject/unittest/bundle_dependencies/dependencies_entry_B/entry/src/main/resources/base/profile/
H A Dform_config1.txt11 "scheduledUpdateTime":"10:30",
/ohos5.0/foundation/bundlemanager/bundle_framework/test/sceneProject/unittest/bundle_dependencies/dependencies_entry_C/entry/src/main/resources/base/profile/
H A Dform_config1.txt11 "scheduledUpdateTime":"10:30",
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dextension_form_info.h38 std::string scheduledUpdateTime = ""; member

1234