Home
last modified time | relevance | path

Searched refs:ScheduleCommandAbilityDoneLocked (Results 1 - 6 of 6) sorted by relevance

/foundation/ability/ability_runtime/test/fuzztest/schedulecommandabilitydone_fuzzer/
H A Dschedulecommandabilitydone_fuzzer.cpp83 connectManager->ScheduleCommandAbilityDoneLocked(serviceToken); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/abilityconnectmanager_fuzzer/
H A Dabilityconnectmanager_fuzzer.cpp114 abilityConnectManager->ScheduleCommandAbilityDoneLocked(token); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_connect_manager.h196 * ScheduleCommandAbilityDoneLocked, service ability call this interface while session was onCommanded.
201 int ScheduleCommandAbilityDoneLocked(const sptr<IRemoteObject> &token);
/foundation/ability/ability_runtime/test/unittest/ability_connect_manager_test/
H A Dability_connect_manager_test.cpp1137 * Function: ScheduleCommandAbilityDoneLocked
1139 * FunctionPoints: ScheduleCommandAbilityDoneLocked
1141 * CaseDescription: Verify the ScheduleCommandAbilityDoneLocked process
1149 auto result = ConnectManager()->ScheduleCommandAbilityDoneLocked(nullToken); in HWTEST_F()
1154 auto result1 = ConnectManager()->ScheduleCommandAbilityDoneLocked(token1); in HWTEST_F()
1164 auto result2 = ConnectManager()->ScheduleCommandAbilityDoneLocked(token); in HWTEST_F()
1168 auto result3 = ConnectManager()->ScheduleCommandAbilityDoneLocked(token); in HWTEST_F()
1669 * Function: ScheduleCommandAbilityDoneLocked
1670 * SubFunction: ScheduleCommandAbilityDoneLocked
1673 * CaseDescription: Verify AbilityConnectManager ScheduleCommandAbilityDoneLocked
[all...]
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_connect_manager.cpp1140 int AbilityConnectManager::ScheduleCommandAbilityDoneLocked(const sptr<IRemoteObject> &token) in ScheduleCommandAbilityDoneLocked() function in OHOS::AAFwk::AbilityConnectManager
H A Dability_manager_service.cpp6054 return connectManager->ScheduleCommandAbilityDoneLocked(token); in ScheduleCommandAbilityDone()

Completed in 38 milliseconds