Home
last modified time | relevance | path

Searched refs:GetUIExtensionRootCaller (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_manager_service.h2299 …std::shared_ptr<AbilityRecord> GetUIExtensionRootCaller(const sptr<IRemoteObject> token, int32_t u…
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_service.cpp9862 callerAbility = GetUIExtensionRootCaller(abilityRequest.callerToken, abilityRequest.userId); in CheckUIExtensionCallerIsUIAbility()
11630 auto callerRecord = GetUIExtensionRootCaller(token, userId); in GetUIExtensionRootHostInfo()
11641 std::shared_ptr<AbilityRecord> AbilityManagerService::GetUIExtensionRootCaller(const sptr<IRemoteOb… in GetUIExtensionRootCaller() function in OHOS::AAFwk::AbilityManagerService