Home
last modified time | relevance | path

Searched defs:continueToken (Results 1 – 2 of 2) sorted by relevance

/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
Dcontinuation_test.cpp152 sptr<IRemoteObject> continueToken = nullptr; variable
170 sptr<IRemoteObject> continueToken = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); variable
187 sptr<IRemoteObject> continueToken = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); variable
281 sptr<IRemoteObject> continueToken = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); variable
301 sptr<IRemoteObject> continueToken = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); variable
321 sptr<IRemoteObject> continueToken = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); variable
342 sptr<IRemoteObject> continueToken = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); variable
363 sptr<IRemoteObject> continueToken = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); variable
385 sptr<IRemoteObject> continueToken = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); variable
405 sptr<IRemoteObject> continueToken = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); variable
[all …]
/foundation/ability/ability_runtime/frameworks/native/ability/native/continuation/distributed/
Dcontinuation_manager.cpp48 …ionManager::Init(const std::shared_ptr<Ability> &ability, const sptr<IRemoteObject> &continueToken, in Init()
109 sptr<IRemoteObject> continueToken = continueToken_; in HandleContinueAbilityWithStack() local
439 sptr<IRemoteObject> continueToken = continueToken_; in HandleContinueAbility() local