Home
last modified time | relevance | path

Searched refs:isNeedFreeInstall (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formdatamgrfour_fuzzer/
H A Dformdatamgrfour_fuzzer.cpp75 bool isNeedFreeInstall = *data % ENABLE; in DoSomethingInterestingWithMyAPI() local
76 formDataMgr.SetRecordNeedFreeInstall(formId, isNeedFreeInstall); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_data_mgr.h546 bool SetRecordNeedFreeInstall(int64_t formId, bool isNeedFreeInstall);
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_share_mgr_test/
H A Dfms_form_share_mgr_test.cpp3327 bool isNeedFreeInstall = true; variable
3329 EXPECT_EQ(false, formDataMgr.SetRecordNeedFreeInstall(formId, isNeedFreeInstall));
3342 bool isNeedFreeInstall = true; variable
3346 EXPECT_EQ(true, formDataMgr.SetRecordNeedFreeInstall(formId, isNeedFreeInstall));
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_data_mgr.cpp1967 bool FormDataMgr::SetRecordNeedFreeInstall(int64_t formId, bool isNeedFreeInstall) in SetRecordNeedFreeInstall() argument
1976 item->second.needFreeInstall = isNeedFreeInstall; in SetRecordNeedFreeInstall()