Home
last modified time | relevance | path

Searched defs:preToken (Results 1 – 22 of 22) sorted by relevance

/foundation/ability/ability_runtime/test/unittest/ams_mgr_scheduler_test/
Dams_mgr_scheduler_test.cpp110 sptr<IRemoteObject> preToken = new MockAbilityToken(); variable
143 sptr<IRemoteObject> preToken = new MockAbilityToken(); variable
334 sptr<IRemoteObject> preToken; variable
368 sptr<IRemoteObject> preToken; variable
431 sptr<IRemoteObject> preToken = nullptr; variable
451 sptr<IRemoteObject> preToken = nullptr; variable
471 sptr<IRemoteObject> preToken = nullptr; variable
493 sptr<IRemoteObject> preToken = nullptr; variable
592 sptr<IRemoteObject> preToken = nullptr; variable
/foundation/ability/ability_runtime/test/unittest/ams_app_mgr_client_test/
Dams_app_mgr_client_test.cpp292 sptr<IRemoteObject> preToken; variable
320 sptr<IRemoteObject> preToken; variable
347 sptr<IRemoteObject> preToken; variable
/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/include/
Dmock_app_mgr_client.h31 …AppMgrResultCode LoadAbility(const sptr<IRemoteObject>& token, const sptr<IRemoteObject>& preToken, in LoadAbility()
/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/src/appmgr/
Dapp_mgr_client.cpp41 …de AppMgrClient::LoadAbility(const sptr<IRemoteObject>& token, const sptr<IRemoteObject>& preToken, in LoadAbility()
63 const sptr<IRemoteObject>& preToken, const int32_t visibility, const int32_t perceptibility, in AbilityBehaviorAnalysis()
Dmock_app_scheduler.cpp44 int AppScheduler::LoadAbility(const sptr<IRemoteObject>& token, const sptr<IRemoteObject>& preToken, in LoadAbility()
71 …ler::AbilityBehaviorAnalysis(const sptr<IRemoteObject>& token, const sptr<IRemoteObject>& preToken, in AbilityBehaviorAnalysis()
/foundation/ability/ability_runtime/test/moduletest/mock/src/
Dmock_app_mgr_client.cpp40 const sptr<IRemoteObject>& preToken, const int32_t visibility, const int32_t perceptibility, in AbilityBehaviorAnalysis()
/foundation/ability/ability_runtime/test/fuzztest/loadability_fuzzer/
Dloadability_fuzzer.cpp61 sptr<IRemoteObject> preToken = GetFuzzAbilityToken(); in DoSomethingInterestingWithMyAPI() local
/foundation/ability/ability_runtime/services/appmgr/src/
Dams_mgr_scheduler.cpp56 …AmsMgrScheduler::LoadAbility(const sptr<IRemoteObject> &token, const sptr<IRemoteObject> &preToken, in LoadAbility()
135 …ler::AbilityBehaviorAnalysis(const sptr<IRemoteObject> &token, const sptr<IRemoteObject> &preToken, in AbilityBehaviorAnalysis()
Dability_running_record.cpp77 void AbilityRunningRecord::SetPreToken(const sptr<IRemoteObject> &preToken) in SetPreToken()
Dapp_mgr_service_inner.cpp174 …MgrServiceInner::LoadAbility(const sptr<IRemoteObject> &token, const sptr<IRemoteObject> &preToken, in LoadAbility()
1188 const sptr<IRemoteObject> &preToken, const std::shared_ptr<ApplicationInfo> &appInfo, in CreateAppRunningRecord()
1402 …ner::AbilityBehaviorAnalysis(const sptr<IRemoteObject> &token, const sptr<IRemoteObject> &preToken, in AbilityBehaviorAnalysis()
1490 …grServiceInner::StartAbility(const sptr<IRemoteObject> &token, const sptr<IRemoteObject> &preToken, in StartAbility()
/foundation/ability/ability_runtime/test/fuzztest/amsmgrscheduler_fuzzer/
Damsmgrscheduler_fuzzer.cpp68 sptr<IRemoteObject> preToken = nullptr; in DoSomethingInterestingWithMyAPI() local
/foundation/ability/ability_runtime/test/fuzztest/appmgrserviceinnerfirst_fuzzer/
Dappmgrserviceinnerfirst_fuzzer.cpp49 sptr<IRemoteObject> preToken = nullptr; in DoSomethingInterestingWithMyAPI() local
/foundation/ability/ability_runtime/services/abilitymgr/src/
Dapp_scheduler.cpp82 int AppScheduler::LoadAbility(const sptr<IRemoteObject> &token, const sptr<IRemoteObject> &preToken, in LoadAbility()
159 …ler::AbilityBehaviorAnalysis(const sptr<IRemoteObject> &token, const sptr<IRemoteObject> &preToken, in AbilityBehaviorAnalysis()
Dability_record.cpp366 sptr<Token> preToken = nullptr; in ForegroundAbility() local
401 sptr<Token> preToken = nullptr; in ForegroundAbility() local
1374 sptr<Token> preToken = nullptr; in Activate() local
Dability_connect_manager.cpp125 sptr<Token> preToken = nullptr; in StartAbilityLocked() local
312 auto preToken = iface_cast<Token>(connectRecord->GetToken()); in ConnectAbilityLocked() local
/foundation/ability/ability_runtime/test/unittest/ams_service_load_ability_process_test/
Dams_service_load_ability_process_test.cpp102 const sptr<IRemoteObject>& preToken, const std::shared_ptr<AbilityInfo>& abilityInfo, in StartLoadAbility()
457 sptr<IRemoteObject> preToken = token; variable
718 sptr<IRemoteObject> preToken = token; variable
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
Dams_mgr_proxy.cpp38 void AmsMgrProxy::LoadAbility(const sptr<IRemoteObject> &token, const sptr<IRemoteObject> &preToken, in LoadAbility()
221 …oxy::AbilityBehaviorAnalysis(const sptr<IRemoteObject> &token, const sptr<IRemoteObject> &preToken, in AbilityBehaviorAnalysis()
Dapp_mgr_client.cpp130 …de AppMgrClient::LoadAbility(const sptr<IRemoteObject> &token, const sptr<IRemoteObject> &preToken, in LoadAbility()
201 const sptr<IRemoteObject> &preToken, const int32_t visibility, const int32_t perceptibility, in AbilityBehaviorAnalysis()
/foundation/ability/ability_runtime/test/unittest/app_scheduler_test/
Dapp_scheduler_test.cpp247 sptr<IRemoteObject> preToken; variable
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/
Dapp_mgr_service_inner_test.cpp1351 OHOS::sptr<IRemoteObject> preToken = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); variable
1429 OHOS::sptr<IRemoteObject> preToken = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); variable
/foundation/ability/ability_runtime/test/moduletest/common/ams/app_life_cycle_test/
Dams_app_life_cycle_module_test.cpp1279 sptr<IRemoteObject> preToken = new (std::nothrow) MockAbilityToken(); variable
1337 sptr<IRemoteObject> preToken = new (std::nothrow) MockAbilityToken(); variable
/foundation/ability/ability_runtime/test/unittest/ams_app_life_cycle_test/
Dams_app_life_cycle_test.cpp123 const sptr<IRemoteObject>& preToken, const std::shared_ptr<AbilityInfo>& abilityInfo, in StartProcessAndLoadAbility()