Home
last modified time | relevance | path

Searched refs:formShareInfoKey (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_share_mgr.cpp141 shareInfo_.emplace(formShareInfoKey, info); in HandleRecvFormShareInfoFromRemoteTask()
182 eventId, formShareInfoKey.c_str()); in CheckFormPackage()
194 RemoveFormShareInfo(formShareInfoKey); in CheckFormPackage()
289 if (iter->second == formShareInfoKey) { in RemoveFormShareInfo()
305 shareInfo_.erase(formShareInfoKey); in RemoveFormShareInfo()
339 RemoveFormShareInfo(formShareInfoKey); in OnInstallFinished()
363 std::string formShareInfoKey; in HandleFormShareInfoTimeout() local
371 formShareInfoKey = it->second; in HandleFormShareInfoTimeout()
376 RemoveFormShareInfo(formShareInfoKey); in HandleFormShareInfoTimeout()
424 RemoveFormShareInfo(formShareInfoKey); in AddProviderData()
[all …]
H A Dform_free_install_operator.cpp27 FormFreeInstallOperator::FormFreeInstallOperator(const std::string &formShareInfoKey, in FormFreeInstallOperator() argument
29 : formShareInfoKey_(formShareInfoKey), serialQueue_(serialQueue) in FormFreeInstallOperator()
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_provider_data_new_leg_test/
H A Dfms_form_provider_data_new_leg_test.cpp187 std::string formShareInfoKey = "aa"; variable
233 std::string formShareInfoKey = "aa"; variable
234 formShareMgr->eventMap_.emplace(formId, formShareInfoKey);
235 formShareMgr->RemoveFormShareInfo(formShareInfoKey);
250 std::string formShareInfoKey = "aa"; variable
253 formShareMgr->RemoveFormShareInfo(formShareInfoKey);
300 std::string formShareInfoKey = "aa"; variable
320 std::string formShareInfoKey = "aa"; variable
336 std::string formShareInfoKey = "aa"; variable
352 std::string formShareInfoKey = "aa"; variable
[all …]
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formsharemgr_fuzzer/
H A Dformsharemgr_fuzzer.cpp56 std::string formShareInfoKey(data, size); in DoSomethingInterestingWithMyAPI() local
57 formShareMgr.RemoveFormShareInfo(formShareInfoKey); in DoSomethingInterestingWithMyAPI()
61 formShareMgr.OnInstallFinished(freeInstallOperator, resultCode, formShareInfoKey); in DoSomethingInterestingWithMyAPI()
71 formShareMgr.CheckFormPackage(info, formShareInfoKey); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_share_mgr.h125 int32_t resultCode, const std::string &formShareInfoKey);
143 void RemoveFormShareInfo(const std::string &formShareInfoKey);
149 int32_t CheckFormPackage(const FormShareInfo &info, const std::string &formShareInfoKey);
H A Dform_free_install_operator.h32 FormFreeInstallOperator(const std::string &formShareInfoKey,
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formfreeinstalloperator_fuzzer/
H A Dformfreeinstalloperator_fuzzer.cpp37 std::string formShareInfoKey(data, size); in DoSomethingInterestingWithMyAPI() local
38 FormFreeInstallOperator formFreeInstallOperator(formShareInfoKey, nullptr); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_host_record_test/
H A Dfms_form_host_record_test.cpp933 std::string formShareInfoKey = "aa"; variable
934 FormFreeInstallOperator formFreeInstallOperator(formShareInfoKey, nullptr);
966 std::string formShareInfoKey = "aa"; variable
968 std::make_shared<FormFreeInstallOperator>(formShareInfoKey, nullptr);
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_share_mgr_test/
H A Dfms_form_share_mgr_test.cpp3831 std::string formShareInfoKey = key; variable
3832 …FormShareMgr>::GetInstance()->OnInstallFinished(freeInstallOperator, resultCode, formShareInfoKey);
3864 std::string formShareInfoKey = "not_exist_form"; variable
3865 …FormShareMgr>::GetInstance()->OnInstallFinished(freeInstallOperator, resultCode, formShareInfoKey);
3898 std::string formShareInfoKey = key; variable
3899 …FormShareMgr>::GetInstance()->OnInstallFinished(freeInstallOperator, resultCode, formShareInfoKey);
4018 const std::string formShareInfoKey; variable
4019 auto freeInstallOperator = std::make_shared<FormFreeInstallOperator>(formShareInfoKey, nullptr);