Home
last modified time | relevance | path

Searched refs:GetRootCallerTokenLocked (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dextension_record_manager.h142 sptr<IRemoteObject> GetRootCallerTokenLocked(
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/extensionrecordmanager_fuzzer/
H A Dextensionrecordmanager_fuzzer.cpp106 extensionRecordManager->GetRootCallerTokenLocked(int32Param); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/extensionrecordmanagera_fuzzer/
H A Dextensionrecordmanagera_fuzzer.cpp144 mgr->GetRootCallerTokenLocked(int32Param, abilityRecord); in FuzztestExtensionRecordManagerFunc2()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dextension_record_manager.cpp478 sptr<IRemoteObject> ExtensionRecordManager::GetRootCallerTokenLocked( in GetRootCallerTokenLocked() function in OHOS::AbilityRuntime::ExtensionRecordManager
577 rootCallerToken = GetRootCallerTokenLocked(extensionRecordId, abilityRecord); in GetUIExtensionRootHostInfo()