Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dextension_record.h40 sptr<IRemoteObject> GetRootCallerToken() const;
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dextension_record.cpp37 sptr<IRemoteObject> ExtensionRecord::GetRootCallerToken() const in GetRootCallerToken() function in OHOS::AbilityRuntime::ExtensionRecord
H A Dextension_record_manager.cpp483 sptr<IRemoteObject> rootCallerToken = it->second->GetRootCallerToken(); in GetRootCallerTokenLocked()
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilitymgrextensionrecord_fuzzer/
H A Dabilitymgrextensionrecord_fuzzer.cpp70 infos.GetRootCallerToken(); in DoSomethingInterestingWithMyAPI()