Home
last modified time | relevance | path

Searched defs:isFreeInstall (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_refresh_connection.cpp30 const std::string &bundleName, const std::string &abilityName, bool isFreeInstall) in FormRefreshConnection()
H A Dform_ability_connection.cpp227 void FormAbilityConnection::SetFreeInstall(bool isFreeInstall) in SetFreeInstall()
H A Dform_share_mgr.cpp394 bool isFreeInstall = false; in AddProviderData() local
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_share_info.h40 bool isFreeInstall = false; member
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formabilityconnection_fuzzer/
H A Dformabilityconnection_fuzzer.cpp51 bool isFreeInstall = *data % ENABLE; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_refresh_connection_test/
H A Dfms_form_refresh_connection_test.cpp87 bool isFreeInstall = false; variable
110 bool isFreeInstall = false; variable
135 bool isFreeInstall = false; variable
160 bool isFreeInstall = false; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Devent_report.cpp168 const std::string &moduleName, bool isFreeInstall, int64_t timeStamp) in SendFreeInstallEvent()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_continuation_test.cpp838 bool isFreeInstall = true; variable
859 bool isFreeInstall = true; variable
881 bool isFreeInstall = true; variable
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_continuation.cpp186 std::string deviceId, bool isFreeInstall) in PushCallback()
H A Ddistributed_sched_stub.cpp531 bool isFreeInstall = missionInfo.want.GetBoolParam("isFreeInstall", false); in ContinueMissionInner() local
585 bool isFreeInstall = missionInfo.want.GetBoolParam("isFreeInstall", false); in ContinueMissionOfBundleNameInner() local
639 bool isFreeInstall = DistributedSchedService::GetInstance().GetIsFreeInstall(missionId); in StartContinuationInner() local
H A Ddistributed_sched_service.cpp602 bool isFreeInstall = want.GetBoolParam("isFreeInstall", false); in ContinueLocalMissionDealFreeInstall() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Devent_report.h143 bool isFreeInstall = false; member
H A Dinner_bundle_info.h987 void SetIsFreeInstallApp(bool isFreeInstall) in SetIsFreeInstallApp()