/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/ |
H A D | mock_bundle_manager_form.cpp | 100 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 D | extension_form_info.h | 38 std::string scheduledUpdateTime = ""; member
|
H A D | form_info.h | 40 std::string scheduledUpdateTime = ""; member
|
H A D | bundle_pack_info.h | 50 std::string scheduledUpdateTime; member
|
/foundation/ability/form_fwk/test/mock/src/ |
H A D | mock_bundle_manager.cpp | 136 form.scheduledUpdateTime = "06:06"; in GetFormsInfoByApp() 155 form.scheduledUpdateTime = "06:06"; in GetFormsInfoByModule()
|
/foundation/ability/form_fwk/test/fuzztest/formiteminfo_fuzzer/ |
H A D | formiteminfo_fuzzer.cpp | 81 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 D | extension_form_profile.cpp | 106 std::string scheduledUpdateTime = ""; member 242 extensionFormProfileInfo.scheduledUpdateTime, in from_json() 434 info.scheduledUpdateTime = form.scheduledUpdateTime; in TransformToExtensionFormInfo()
|
H A D | form_info.cpp | 39 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 D | bundle_pack_info.cpp | 48 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 D | form_item_info.cpp | 330 * @param scheduledUpdateTime Scheduled update time. 332 void FormItemInfo::SetScheduledUpdateTime(const std::string &scheduledUpdateTime) in SetScheduledUpdateTime() argument 334 scheduledUpdateTime_ = scheduledUpdateTime; in SetScheduledUpdateTime()
|
H A D | form_event_util.cpp | 251 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 D | form_mgr_adapter.cpp | 1879 itemInfo.SetScheduledUpdateTime(formInfo.scheduledUpdateTime); in CreateFormItemInfo()
|
/foundation/ability/form_fwk/test/unittest/fms_form_share_mgr_test/ |
H A D | fms_form_share_mgr_test.cpp | 165 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 D | form_item_info.h | 157 * @param scheduledUpdateTime Scheduled update time. 159 void SetScheduledUpdateTime(const std::string &scheduledUpdateTime);
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/free_install/ |
H A D | free_install.cpp | 377 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 D | fms_form_mgr_publish_form_test.cpp | 135 formInfo.scheduledUpdateTime = "06:06"; in CreateProviderData()
|
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_death_callback_test/ |
H A D | fms_form_mgr_death_callback_test.cpp | 128 formInfo.scheduledUpdateTime = "06:06"; in CreateProviderData()
|
/foundation/ability/form_fwk/test/unittest/form_info_mgr_test/ |
H A D | form_info_mgr_test.cpp | 76 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 D | fms_form_data_mgr_test.cpp | 3793 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 D | bundle_profile.cpp | 223 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 D | fms_form_sys_event_receiver_test.cpp | 129 formInfo.scheduledUpdateTime = "06:06"; in CreateProviderData()
|
/foundation/ability/form_fwk/frameworks/js/napi/formUtil/ |
H A D | napi_form_util.cpp | 538 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 D | fms_form_mgr_add_form_test.cpp | 135 formInfo.scheduledUpdateTime = "06:06"; in CreateProviderData()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_kit_service_test.cpp | 804 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 D | bms_bundle_data_mgr_test.cpp | 682 formInfo.scheduledUpdateTime = FORM_SCHEDULED_UPDATE_TIME; in MockFormInfo()
|