Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dextension_record.h42 void SetRootCallerToken(sptr<IRemoteObject> &rootCallerToken);
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dextension_record.cpp42 void ExtensionRecord::SetRootCallerToken(sptr<IRemoteObject> &rootCallerToken) in SetRootCallerToken() function in OHOS::AbilityRuntime::ExtensionRecord
H A Dextension_record_manager.cpp496 it->second->SetRootCallerToken(rootCallerToken); in GetRootCallerTokenLocked()
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilitymgrextensionrecord_fuzzer/
H A Dabilitymgrextensionrecord_fuzzer.cpp74 infos.SetRootCallerToken(token); in DoSomethingInterestingWithMyAPI()