Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_manager_stub.h97 int StartAbilityAsCallerByTokenInner(MessageParcel &data, MessageParcel &reply);
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_stub.cpp106 return StartAbilityAsCallerByTokenInner(data, reply); in OnRemoteRequestInnerSecond()
1489 int AbilityManagerStub::StartAbilityAsCallerByTokenInner(MessageParcel &data, MessageParcel &reply) in StartAbilityAsCallerByTokenInner() function in OHOS::AAFwk::AbilityManagerStub
/foundation/ability/ability_runtime/test/unittest/ability_manager_stub_test/
H A Dability_manager_stub_test.cpp1046 * Function: StartAbilityAsCallerByTokenInner
1048 * FunctionPoints: AbilityManagerService StartAbilityAsCallerByTokenInner
1050 * CaseDescription: Verify the function StartAbilityAsCallerByTokenInner is normal flow.
1056 auto res = stub_->StartAbilityAsCallerByTokenInner(data, reply); in HWTEST_F()

Completed in 12 milliseconds