Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dcontinuation_test.cpp151 sptr<IRemoteObject> continueToken = nullptr; variable
169 sptr<IRemoteObject> continueToken = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); variable
186 sptr<IRemoteObject> continueToken = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); variable
280 sptr<IRemoteObject> continueToken = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); variable
300 sptr<IRemoteObject> continueToken = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); variable
320 sptr<IRemoteObject> continueToken = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); variable
341 sptr<IRemoteObject> continueToken = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); variable
362 sptr<IRemoteObject> continueToken = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); variable
384 sptr<IRemoteObject> continueToken = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); variable
404 sptr<IRemoteObject> continueToken = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); variable
[all …]
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/continuation/distributed/
H A Dcontinuation_manager.cpp48 …ionManager::Init(const std::shared_ptr<Ability> &ability, const sptr<IRemoteObject> &continueToken, in Init()
103 sptr<IRemoteObject> continueToken = continueToken_; in HandleContinueAbilityWithStack() local
402 sptr<IRemoteObject> continueToken = continueToken_; in HandleContinueAbility() local
H A Dcontinuation_manager_stage.cpp49 const sptr<IRemoteObject> &continueToken, const std::shared_ptr<AbilityInfo> &abilityInfo, in Init()
115 auto continueToken = continueTokenWeak.promote(); in HandleContinueAbilityWithStack() local
423 auto continueToken = continueTokeWeak.promote(); in HandleContinueAbility() local