Home
last modified time | relevance | path

Searched refs:isFreeInstall (Results 1 - 18 of 18) sorted by relevance

/foundation/ability/form_fwk/services/src/
H A Dform_refresh_connection.cpp30 const std::string &bundleName, const std::string &abilityName, bool isFreeInstall) in FormRefreshConnection()
34 SetFreeInstall(isFreeInstall); in FormRefreshConnection()
29 FormRefreshConnection(const int64_t formId, const Want& want, const std::string &bundleName, const std::string &abilityName, bool isFreeInstall) FormRefreshConnection() argument
H A Dform_share_mgr.cpp352 it->second.isFreeInstall = true; in OnInstallFinished()
394 bool isFreeInstall = false; in AddProviderData() local
408 isFreeInstall = it->second.isFreeInstall; in AddProviderData()
418 if (isFreeInstall) { in AddProviderData()
H A Dform_ability_connection.cpp227 void FormAbilityConnection::SetFreeInstall(bool isFreeInstall) in SetFreeInstall() argument
229 isFreeInstall_ = isFreeInstall; in SetFreeInstall()
/foundation/ability/form_fwk/test/fuzztest/formabilityconnection_fuzzer/
H A Dformabilityconnection_fuzzer.cpp51 bool isFreeInstall = *data % ENABLE; in DoSomethingInterestingWithMyAPI() local
52 formAbilityConnection.SetFreeInstall(isFreeInstall); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Devent_report.h122 bool isFreeInstall = false; member
191 isFreeInstall = false; in Reset()
283 *@param isFreeInstall Indicates the isFreeInstall.
287 const std::string &moduleName, bool isFreeInstall, int64_t timeStamp);
H A Dinner_bundle_info.h967 void SetIsFreeInstallApp(bool isFreeInstall) in SetIsFreeInstallApp() argument
969 baseApplicationInfo_->isFreeInstallApp = isFreeInstall; in SetIsFreeInstallApp()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Devent_report.cpp175 const std::string &moduleName, bool isFreeInstall, int64_t timeStamp) in SendFreeInstallEvent()
181 eventInfo.isFreeInstall = isFreeInstall; in SendFreeInstallEvent()
174 SendFreeInstallEvent(const std::string &bundleName, const std::string &abilityName, const std::string &moduleName, bool isFreeInstall, int64_t timeStamp) SendFreeInstallEvent() argument
H A Dinner_event_report.cpp591 EVENT_PARAM_IS_FREE_INSTALL, eventInfo.isFreeInstall, in InnerSendFreeInstallEvent()
/foundation/ability/form_fwk/services/include/
H A Dform_refresh_connection.h32 const std::string &bundleName, const std::string &abilityName, bool isFreeInstall);
H A Dform_ability_connection.h97 * @param isFreeInstall Indicates the free install flag is true or false.
99 void SetFreeInstall(bool isFreeInstall);
/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_share_info.h40 bool isFreeInstall = false; member
/foundation/ability/form_fwk/test/unittest/fms_form_refresh_connection_test/
H A Dfms_form_refresh_connection_test.cpp87 bool isFreeInstall = false; in HWTEST_F() local
89 new (std::nothrow) FormRefreshConnection(formId, want, bundleName, abilityName, isFreeInstall); in HWTEST_F()
110 bool isFreeInstall = false; in HWTEST_F() local
112 new (std::nothrow) FormRefreshConnection(formId, want, bundleName, abilityName, isFreeInstall); in HWTEST_F()
135 bool isFreeInstall = false; in HWTEST_F() local
137 new (std::nothrow) FormRefreshConnection(formId, want, bundleName, abilityName, isFreeInstall); in HWTEST_F()
160 bool isFreeInstall = false; in HWTEST_F() local
162 new (std::nothrow) FormRefreshConnection(formId, want, bundleName, abilityName, isFreeInstall); in HWTEST_F()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_continuation.cpp186 std::string deviceId, bool isFreeInstall) in PushCallback()
207 if (isFreeInstall) { in PushCallback()
208 freeInstall_[missionId] = isFreeInstall; in PushCallback()
185 PushCallback(int32_t missionId, const sptr<IRemoteObject>& callback, std::string deviceId, bool isFreeInstall) PushCallback() argument
H A Ddistributed_sched_stub.cpp556 bool isFreeInstall = missionInfo.want.GetBoolParam("isFreeInstall", false); in ContinueMissionInner() local
557 if ((!isFreeInstall && IsUsingQos(remoteDeviceId)) || in ContinueMissionInner()
558 (isFreeInstall && IsRemoteInstall(remoteDeviceId, sourceBundleName))) { in ContinueMissionInner()
610 bool isFreeInstall = missionInfo.want.GetBoolParam("isFreeInstall", false); in ContinueMissionOfBundleNameInner() local
611 if ((!isFreeInstall && IsUsingQos(remoteDeviceId)) || in ContinueMissionOfBundleNameInner()
612 (isFreeInstall && IsRemoteInstall(remoteDeviceId, bundleName))) { in ContinueMissionOfBundleNameInner()
664 bool isFreeInstall = DistributedSchedService::GetInstance().GetIsFreeInstall(missionId); in StartContinuationInner() local
666 int32_t result = (isFA || isFreeInstall || !IsUsingQo in StartContinuationInner()
[all...]
H A Ddistributed_sched_service.cpp871 bool isFreeInstall = want.GetBoolParam("isFreeInstall", false); in ContinueLocalMissionDealFreeInstall() local
872 if (!isFreeInstall) { in ContinueLocalMissionDealFreeInstall()
/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_continuation.h44 std::string deviceId, bool isFreeInstall);
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_continuation_test.cpp509 spWant->SetParam("isFreeInstall", false); in HWTEST_F()
834 bool isFreeInstall = true; in HWTEST_F() local
835 bool result = dschedContinuation_->PushCallback(missionId, callback, deviceId, isFreeInstall); in HWTEST_F()
855 bool isFreeInstall = true; in HWTEST_F() local
857 bool result = dschedContinuation_->PushCallback(missionId, callback, deviceId, isFreeInstall); in HWTEST_F()
864 * @tc.desc: test PushCallback when isFreeInstall is true.
877 bool isFreeInstall = true; in HWTEST_F() local
879 bool result = dschedContinuation_->PushCallback(missionId, callback, deviceId, isFreeInstall); in HWTEST_F()
/foundation/ability/form_fwk/test/unittest/fms_form_share_mgr_test/
H A Dfms_form_share_mgr_test.cpp3652 * @tc.desc: isFreeInstall is true, verify AddProviderData succeeded.
3680 info.isFreeInstall = true; in HWTEST_F()
3727 info.isFreeInstall = true; in HWTEST_F()
3772 info.isFreeInstall = true; in HWTEST_F()
4057 info.isFreeInstall = true; in HWTEST_F()

Completed in 30 milliseconds