Home
last modified time | relevance | path

Searched refs:StopServiceAbilityInner (Results 1 - 3 of 3) sorted by relevance

/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_manager_stub.h110 int StopServiceAbilityInner(MessageParcel &data, MessageParcel &reply);
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_stub.cpp137 return StopServiceAbilityInner(data, reply); in OnRemoteRequestInnerThird()
1629 int AbilityManagerStub::StopServiceAbilityInner(MessageParcel &data, MessageParcel &reply) in StopServiceAbilityInner() function in OHOS::AAFwk::AbilityManagerStub
/foundation/ability/ability_runtime/test/unittest/ability_manager_stub_test/
H A Dability_manager_stub_test.cpp1174 * Function: StopServiceAbilityInner
1176 * FunctionPoints: AbilityManagerService StopServiceAbilityInner
1178 * CaseDescription: Verify the function StopServiceAbilityInner is normal flow.
1184 auto res = stub_->StopServiceAbilityInner(data, reply); in HWTEST_F()

Completed in 16 milliseconds