Home
last modified time | relevance | path

Searched refs:abilitymgr (Results 1 - 25 of 40) sorted by relevance

12

/foundation/ability/ability_runtime/test/fuzztest/stopsyncremotemissions_fuzzer/
H A Dstopsyncremotemissions_fuzzer.cpp34 auto abilitymgr = AbilityManagerClient::GetInstance(); in DoSomethingInterestingWithMyAPI() local
35 if (!abilitymgr) { in DoSomethingInterestingWithMyAPI()
40 abilitymgr->StopSyncRemoteMissions(devId); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/cleanallmissions_fuzzer/
H A Dcleanallmissions_fuzzer.cpp34 auto abilitymgr = AbilityManagerClient::GetInstance(); in DoSomethingInterestingWithMyAPI() local
35 if (!abilitymgr) { in DoSomethingInterestingWithMyAPI()
39 if (abilitymgr->CleanAllMissions() != 0) { in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/killprocessesbybundlename_fuzzer/
H A Dkillprocessesbybundlename_fuzzer.cpp34 auto abilitymgr = AbilityManagerClient::GetInstance(); in DoSomethingInterestingWithMyAPI() local
35 if (!abilitymgr) { in DoSomethingInterestingWithMyAPI()
40 if (abilitymgr->KillProcess(bundleName) != 0) { in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/unregistermissionlistener_fuzzer/
H A Dunregistermissionlistener_fuzzer.cpp58 auto abilitymgr = AbilityManagerClient::GetInstance(); in DoSomethingInterestingWithMyAPI() local
59 if (!abilitymgr) { in DoSomethingInterestingWithMyAPI()
65 abilitymgr->UnRegisterMissionListener(listener); in DoSomethingInterestingWithMyAPI()
71 abilitymgr->UnRegisterMissionListener(deviceId, remoteListener); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/registermissionlistener_fuzzer/
H A Dregistermissionlistener_fuzzer.cpp58 auto abilitymgr = AbilityManagerClient::GetInstance(); in DoSomethingInterestingWithMyAPI() local
59 if (!abilitymgr) { in DoSomethingInterestingWithMyAPI()
65 abilitymgr->RegisterMissionListener(listener); in DoSomethingInterestingWithMyAPI()
71 abilitymgr->RegisterMissionListener(deviceId, remoteListener); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/forcetimeoutfortest_fuzzer/
H A Dforcetimeoutfortest_fuzzer.cpp34 auto abilitymgr = AbilityManagerClient::GetInstance(); in DoSomethingInterestingWithMyAPI() local
37 if (!abilitymgr) { in DoSomethingInterestingWithMyAPI()
41 if (abilitymgr->ForceTimeoutForTest(abilityName, state) != 0) { in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/handledlpapp_fuzzer/
H A Dhandledlpapp_fuzzer.cpp36 auto abilitymgr = AbilityManagerClient::GetInstance(); in DoSomethingInterestingWithMyAPI() local
37 if (!abilitymgr) { in DoSomethingInterestingWithMyAPI()
48 abilitymgr->HandleDlpApp(*want); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/lockmissionforcleanup_fuzzer/
H A Dlockmissionforcleanup_fuzzer.cpp39 auto abilitymgr = AbilityManagerClient::GetInstance(); in DoSomethingInterestingWithMyAPI() local
40 if (!abilitymgr) { in DoSomethingInterestingWithMyAPI()
44 if (abilitymgr->LockMissionForCleanup(missionId) != 0) { in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/continueability_fuzzer/
H A Dcontinueability_fuzzer.cpp39 auto abilitymgr = AbilityManagerClient::GetInstance(); in DoSomethingInterestingWithMyAPI() local
40 if (!abilitymgr) { in DoSomethingInterestingWithMyAPI()
47 if (abilitymgr->ContinueAbility(deviceId, missionId, versionCode)) { in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/startuser_fuzzer/
H A Dstartuser_fuzzer.cpp39 auto abilitymgr = AbilityManagerClient::GetInstance(); in DoSomethingInterestingWithMyAPI() local
40 if (!abilitymgr) { in DoSomethingInterestingWithMyAPI()
46 abilitymgr->StartUser(accountId, callback); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/dumpstate_fuzzer/
H A Ddumpstate_fuzzer.cpp34 auto abilitymgr = AbilityManagerClient::GetInstance(); in DoSomethingInterestingWithMyAPI() local
38 if (!abilitymgr) { in DoSomethingInterestingWithMyAPI()
43 if (abilitymgr->DumpState(args, states) != 0) { in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/isramconstraineddevice_fuzzer/
H A Disramconstraineddevice_fuzzer.cpp47 auto abilitymgr = iface_cast<AAFwk::IAbilityManager>(abilityObject); in DoSomethingInterestingWithMyAPI() local
48 if (abilitymgr == nullptr) { in DoSomethingInterestingWithMyAPI()
52 if (abilitymgr->IsRamConstrainedDevice()) { in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/setabilitycontroller_fuzzer/
H A Dsetabilitycontroller_fuzzer.cpp43 auto abilitymgr = AbilityManagerClient::GetInstance(); in DoSomethingInterestingWithMyAPI() local
44 if (!abilitymgr) { in DoSomethingInterestingWithMyAPI()
50 if (abilitymgr->SetAbilityController(abilityController, imAStabilityTest) != 0) { in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/stopuser_fuzzer/
H A Dstopuser_fuzzer.cpp39 auto abilitymgr = AbilityManagerClient::GetInstance(); in DoSomethingInterestingWithMyAPI() local
40 if (!abilitymgr) { in DoSomethingInterestingWithMyAPI()
47 abilitymgr->StopUser(accountId, callback); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/cleanmission_fuzzer/
H A Dcleanmission_fuzzer.cpp39 auto abilitymgr = AbilityManagerClient::GetInstance(); in DoSomethingInterestingWithMyAPI() local
40 if (!abilitymgr) { in DoSomethingInterestingWithMyAPI()
45 if (abilitymgr->CleanMission(missionId) != 0) { in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/getappmemorysize_fuzzer/
H A Dgetappmemorysize_fuzzer.cpp48 auto abilitymgr = iface_cast<AAFwk::IAbilityManager>(abilityObject); in DoSomethingInterestingWithMyAPI() local
49 if (abilitymgr == nullptr) { in DoSomethingInterestingWithMyAPI()
53 if (abilitymgr->GetAppMemorySize()) { in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/notifycontinuationresult_fuzzer/
H A Dnotifycontinuationresult_fuzzer.cpp39 auto abilitymgr = AbilityManagerClient::GetInstance(); in DoSomethingInterestingWithMyAPI() local
40 if (!abilitymgr) { in DoSomethingInterestingWithMyAPI()
45 if (abilitymgr->NotifyContinuationResult(missionId, result) != 0) { in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/getmissioninfos_fuzzer/
H A Dgetmissioninfos_fuzzer.cpp39 auto abilitymgr = AbilityManagerClient::GetInstance(); in DoSomethingInterestingWithMyAPI() local
40 if (!abilitymgr) { in DoSomethingInterestingWithMyAPI()
47 if (abilitymgr->GetMissionInfos(deviceId, numMax, missionInfos) != 0) { in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/unlockmissionforcleanup_fuzzer/
H A Dunlockmissionforcleanup_fuzzer.cpp39 auto abilitymgr = AbilityManagerClient::GetInstance(); in DoSomethingInterestingWithMyAPI() local
40 if (!abilitymgr) { in DoSomethingInterestingWithMyAPI()
44 if (abilitymgr->UnlockMissionForCleanup(missionId) != 0) { in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/dumpsysstate_fuzzer/
H A Ddumpsysstate_fuzzer.cpp34 auto abilitymgr = AbilityManagerClient::GetInstance(); in DoSomethingInterestingWithMyAPI() local
41 if (!abilitymgr) { in DoSomethingInterestingWithMyAPI()
46 if (abilitymgr->DumpSysState(args, states, isClient, isUserId, userId) != 0) { in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/notifycompletecontinuation_fuzzer/
H A Dnotifycompletecontinuation_fuzzer.cpp40 auto abilitymgr = AbilityManagerClient::GetInstance(); in DoSomethingInterestingWithMyAPI() local
41 if (!abilitymgr) { in DoSomethingInterestingWithMyAPI()
48 abilitymgr->NotifyCompleteContinuation(deviceId, sessionId, isSuccess); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/startsyncremotemissions_fuzzer/
H A Dstartsyncremotemissions_fuzzer.cpp35 auto abilitymgr = AbilityManagerClient::GetInstance(); in DoSomethingInterestingWithMyAPI() local
36 if (!abilitymgr) { in DoSomethingInterestingWithMyAPI()
43 abilitymgr->StartSyncRemoteMissions(devId, fixConflict, tag); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/freeinstallabilityfromremote_fuzzer/
H A Dfreeinstallabilityfromremote_fuzzer.cpp54 auto abilitymgr = AbilityManagerClient::GetInstance(); in DoSomethingInterestingWithMyAPI() local
55 if (!abilitymgr) { in DoSomethingInterestingWithMyAPI()
74 abilitymgr->FreeInstallAbilityFromRemote(*want, token, userId, requestCode); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/closeability_fuzzer/
H A Dcloseability_fuzzer.cpp49 auto abilitymgr = AbilityManagerClient::GetInstance(); in DoSomethingInterestingWithMyAPI() local
51 if (!abilitymgr) { in DoSomethingInterestingWithMyAPI()
68 ErrCode result = abilitymgr->CloseAbility(token, resultCode, resultWant); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/minimizeability_fuzzer/
H A Dminimizeability_fuzzer.cpp50 auto abilitymgr = AbilityManagerClient::GetInstance(); in DoSomethingInterestingWithMyAPI() local
52 if (!abilitymgr) { in DoSomethingInterestingWithMyAPI()
61 if (abilitymgr->MinimizeAbility(token, fromUser) != 0) { in DoSomethingInterestingWithMyAPI()

Completed in 6 milliseconds

12