/foundation/ability/form_fwk/services/src/ |
H A D | form_refresh_connection.cpp | 30 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 D | form_share_mgr.cpp | 352 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 D | form_ability_connection.cpp | 227 void FormAbilityConnection::SetFreeInstall(bool isFreeInstall) in SetFreeInstall() argument 229 isFreeInstall_ = isFreeInstall; in SetFreeInstall()
|
/foundation/ability/form_fwk/test/fuzztest/formabilityconnection_fuzzer/ |
H A D | formabilityconnection_fuzzer.cpp | 51 bool isFreeInstall = *data % ENABLE; in DoSomethingInterestingWithMyAPI() local 52 formAbilityConnection.SetFreeInstall(isFreeInstall); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | event_report.h | 122 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 D | inner_bundle_info.h | 967 void SetIsFreeInstallApp(bool isFreeInstall) in SetIsFreeInstallApp() argument 969 baseApplicationInfo_->isFreeInstallApp = isFreeInstall; in SetIsFreeInstallApp()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | event_report.cpp | 175 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 D | inner_event_report.cpp | 591 EVENT_PARAM_IS_FREE_INSTALL, eventInfo.isFreeInstall, in InnerSendFreeInstallEvent()
|
/foundation/ability/form_fwk/services/include/ |
H A D | form_refresh_connection.h | 32 const std::string &bundleName, const std::string &abilityName, bool isFreeInstall);
|
H A D | form_ability_connection.h | 97 * @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 D | form_share_info.h | 40 bool isFreeInstall = false; member
|
/foundation/ability/form_fwk/test/unittest/fms_form_refresh_connection_test/ |
H A D | fms_form_refresh_connection_test.cpp | 87 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 D | distributed_sched_continuation.cpp | 186 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 D | distributed_sched_stub.cpp | 556 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 D | distributed_sched_service.cpp | 871 bool isFreeInstall = want.GetBoolParam("isFreeInstall", false); in ContinueLocalMissionDealFreeInstall() local 872 if (!isFreeInstall) { in ContinueLocalMissionDealFreeInstall()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/include/ |
H A D | distributed_sched_continuation.h | 44 std::string deviceId, bool isFreeInstall);
|
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/ |
H A D | distributed_sched_continuation_test.cpp | 509 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 D | fms_form_share_mgr_test.cpp | 3652 * @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()
|