Home
last modified time | relevance | path

Searched refs:cmpWant (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_stub_test.cpp1942 Want cmpWant; variable
1946 data.WriteParcelable(&cmpWant);
1968 Want cmpWant; variable
1972 data.WriteParcelable(&cmpWant);
1994 Want cmpWant; variable
1998 data.WriteParcelable(&cmpWant);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_stub.cpp1514 shared_ptr<AAFwk::Want> cmpWant = nullptr; in StartFreeInstallFromRemoteInner() local
1516 cmpWant = cmpDstbWant->ToWant(); in StartFreeInstallFromRemoteInner()
1518 DistributedSchedPermission::GetInstance().RemoveRemoteObjectFromWant(cmpWant); in StartFreeInstallFromRemoteInner()
1529 if (cmpWant == nullptr) { in StartFreeInstallFromRemoteInner()
1533 …PARAM_FREEINSTALL_BUNDLENAMES, (*cmpWant).GetStringArrayParam(CMPT_PARAM_FREEINSTALL_BUNDLENAMES)); in StartFreeInstallFromRemoteInner()
H A Ddistributed_sched_proxy.cpp936 DistributedWant cmpWant; in StartFreeInstallFromRemote() local
937 cmpWant.SetParam(CMPT_PARAM_FREEINSTALL_BUNDLENAMES, info.callerInfo.bundleNames); in StartFreeInstallFromRemote()
938 PARCEL_WRITE_HELPER(data, Parcelable, &cmpWant); in StartFreeInstallFromRemote()