Home
last modified time | relevance | path

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

/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()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dextension_form_info.h38 std::string scheduledUpdateTime = ""; member
H A Dform_info.h40 std::string scheduledUpdateTime = ""; member
H A Dbundle_pack_info.h50 std::string scheduledUpdateTime; member
/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()
/foundation/ability/form_fwk/test/fuzztest/formiteminfo_fuzzer/
H A Dformiteminfo_fuzzer.cpp81 std::string scheduledUpdateTime(data, size); in DoSomethingInterestingWithMyAPI()
82 formItemInfo.SetScheduledUpdateTime(scheduledUpdateTime); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dextension_form_profile.cpp106 std::string scheduledUpdateTime = ""; member
242 extensionFormProfileInfo.scheduledUpdateTime, in from_json()
434 info.scheduledUpdateTime = form.scheduledUpdateTime; in TransformToExtensionFormInfo()
H A Dform_info.cpp39 const char* JSON_KEY_SCHEDULED_UPDATE_TIME = "scheduledUpdateTime";
88 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()
491 formInfo.scheduledUpdateTime, in from_json()
H A Dbundle_pack_info.cpp48 const char* PACK_SUMMARY_MODULE_ABILITY_FORMS_SCHEDULE_DUPDATETIME = "scheduledUpdateTime";
241 {PACK_SUMMARY_MODULE_ABILITY_FORMS_SCHEDULE_DUPDATETIME, abilityFormInfo.scheduledUpdateTime}, in to_json()
258 abilityFormInfo.scheduledUpdateTime, false, parseResult); in from_json()
/foundation/ability/form_fwk/services/src/
H A Dform_item_info.cpp330 * @param scheduledUpdateTime Scheduled update time.
332 void FormItemInfo::SetScheduledUpdateTime(const std::string &scheduledUpdateTime) in SetScheduledUpdateTime() argument
334 scheduledUpdateTime_ = scheduledUpdateTime; in SetScheduledUpdateTime()
H A Dform_event_util.cpp251 GetTimerCfg(updatedForm.updateEnabled, updatedForm.updateDuration, updatedForm.scheduledUpdateTime, timerCfg); in ProviderFormUpdated()
272 GetTimerCfg(packForm.updateEnabled, packForm.updateDuration, packForm.scheduledUpdateTime, timerCfg); in ProviderFormUpdated()
579 std::vector<std::string> time = FormUtil::StringSplit(formInfo.scheduledUpdateTime, Constants::TIME_DELIMETER); in UpdateFormRecord()
593 std::vector<std::string> time = FormUtil::StringSplit(formInfo.scheduledUpdateTime, Constants::TIME_DELIMETER); in UpdateFormRecord()
H A Dform_mgr_adapter.cpp1879 itemInfo.SetScheduledUpdateTime(formInfo.scheduledUpdateTime); in CreateFormItemInfo()
/foundation/ability/form_fwk/test/unittest/fms_form_share_mgr_test/
H A Dfms_form_share_mgr_test.cpp165 formInfo.scheduledUpdateTime = "06:06"; in CreateProviderData()
821 formInfo.scheduledUpdateTime = "06:06"; in HWTEST_F()
870 formInfo.scheduledUpdateTime = "06:06"; in HWTEST_F()
902 formInfo.scheduledUpdateTime = "06:06"; in HWTEST_F()
949 formInfo.scheduledUpdateTime = "06:06"; in HWTEST_F()
980 formInfo.scheduledUpdateTime = "06:06"; in HWTEST_F()
1030 formInfo.scheduledUpdateTime = "06:06"; in HWTEST_F()
1064 formInfo.scheduledUpdateTime = "06:06"; in HWTEST_F()
1098 formInfo.scheduledUpdateTime = "06:06"; in HWTEST_F()
1154 formInfo.scheduledUpdateTime in HWTEST_F()
[all...]
/foundation/ability/form_fwk/services/include/
H A Dform_item_info.h157 * @param scheduledUpdateTime Scheduled update time.
159 void SetScheduledUpdateTime(const std::string &scheduledUpdateTime);
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/free_install/
H A Dfree_install.cpp377 napi_value scheduledUpdateTime; in ConvertFormsInfo() local
378 NAPI_CALL_RETURN_VOID(env, napi_create_string_utf8(env, form.scheduledUpdateTime.c_str(), in ConvertFormsInfo()
379 NAPI_AUTO_LENGTH, &scheduledUpdateTime)); in ConvertFormsInfo()
380 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, formObject, "scheduledUpdateTime", in ConvertFormsInfo()
381 scheduledUpdateTime)); in ConvertFormsInfo()
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_publish_form_test/
H A Dfms_form_mgr_publish_form_test.cpp135 formInfo.scheduledUpdateTime = "06:06"; in CreateProviderData()
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_death_callback_test/
H A Dfms_form_mgr_death_callback_test.cpp128 formInfo.scheduledUpdateTime = "06:06"; in CreateProviderData()
/foundation/ability/form_fwk/test/unittest/form_info_mgr_test/
H A Dform_info_mgr_test.cpp76 formInfo.scheduledUpdateTime = "06:06"; in GetTestFormInfo()
95 formInfo.scheduledUpdateTime = "06:06"; in GetTestCircleFormInfo()
/foundation/ability/form_fwk/test/unittest/fms_form_data_mgr_test/
H A Dfms_form_data_mgr_test.cpp3793 std::string scheduledUpdateTime = "10:30"; in HWTEST_F() local
3794 info.SetScheduledUpdateTime(scheduledUpdateTime); in HWTEST_F()
3851 * @tc.desc: test ParseIntervalConfig function and scheduledUpdateTime string split size greater than 2.
3858 std::string scheduledUpdateTime = "10:30:20"; in HWTEST_F() local
3859 info.SetScheduledUpdateTime(scheduledUpdateTime); in HWTEST_F()
3875 std::string scheduledUpdateTime = "62:30"; in HWTEST_F() local
3876 info.SetScheduledUpdateTime(scheduledUpdateTime); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_profile.cpp223 std::string scheduledUpdateTime = ""; member
1013 forms.scheduledUpdateTime, in from_json()
1828 formInfo.scheduledUpdateTime = form.scheduledUpdateTime; in ConvertFormInfo()
/foundation/ability/form_fwk/test/unittest/fms_form_sys_event_receiver_test/
H A Dfms_form_sys_event_receiver_test.cpp129 formInfo.scheduledUpdateTime = "06:06"; in CreateProviderData()
/foundation/ability/form_fwk/frameworks/js/napi/formUtil/
H A Dnapi_form_util.cpp538 napi_set_named_property(env, objContext, "scheduledUpdateTime", CreateJsValue(env, formInfo.scheduledUpdateTime)); in CreateFormInfo()
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_add_form_test/
H A Dfms_form_mgr_add_form_test.cpp135 formInfo.scheduledUpdateTime = "06:06"; in CreateProviderData()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp804 formInfo.scheduledUpdateTime = FORM_SCHEDULED_UPDATE_TIME; in MockFormInfo()
1343 EXPECT_EQ(formInfo.scheduledUpdateTime, FORM_SCHEDULED_UPDATE_TIME); in CheckFormInfoTest()
1376 EXPECT_EQ(formInfo.scheduledUpdateTime, FORM_SCHEDULED_UPDATE_TIME); in CheckFormInfoDemo()
11279 extensionFormInfo.scheduledUpdateTime = "scheduledUpdateTime"; in HWTEST_F()
11303 EXPECT_EQ(form.scheduledUpdateTime, extensionFormInfo.scheduledUpdateTime); in HWTEST_F()
H A Dbms_bundle_data_mgr_test.cpp682 formInfo.scheduledUpdateTime = FORM_SCHEDULED_UPDATE_TIME; in MockFormInfo()

Completed in 80 milliseconds