Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_app_mgr_client_test/
H A Dams_app_mgr_client_test.cpp297 sptr<IRemoteObject> preToken; variable
325 sptr<IRemoteObject> preToken; variable
352 sptr<IRemoteObject> preToken; variable
/ohos5.0/foundation/ability/ability_runtime/utils/server/startup/include/
H A Dparam.h44 sptr<IRemoteObject> preToken = nullptr; member
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/src/appmgr/
H A Dapp_mgr_client.cpp41 AppMgrResultCode AppMgrClient::LoadAbility(sptr<IRemoteObject> token, sptr<IRemoteObject> preToken, in LoadAbility()
64 const sptr<IRemoteObject>& preToken, const int32_t visibility, const int32_t perceptibility, in AbilityBehaviorAnalysis()
H A Dmock_app_scheduler.cpp70 …ler::AbilityBehaviorAnalysis(const sptr<IRemoteObject>& token, const sptr<IRemoteObject>& preToken, in AbilityBehaviorAnalysis()
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/mock/src/
H A Dmock_app_mgr_client.cpp40 const sptr<IRemoteObject>& preToken, const int32_t visibility, const int32_t perceptibility, in AbilityBehaviorAnalysis()
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/amsmgrscheduler_fuzzer/
H A Damsmgrscheduler_fuzzer.cpp66 sptr<IRemoteObject> preToken, const char* data) in DoSomethingInterestingWithMyAPI1()
91 sptr<IRemoteObject> preToken = nullptr; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_mgr_scheduler_test/
H A Dams_mgr_scheduler_test.cpp341 sptr<IRemoteObject> preToken; variable
375 sptr<IRemoteObject> preToken; variable
438 sptr<IRemoteObject> preToken = nullptr; variable
462 sptr<IRemoteObject> preToken = nullptr; variable
486 sptr<IRemoteObject> preToken = nullptr; variable
512 sptr<IRemoteObject> preToken = nullptr; variable
615 sptr<IRemoteObject> preToken = nullptr; variable
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/loadability_fuzzer/
H A Dloadability_fuzzer.cpp78 sptr<IRemoteObject> preToken = GetFuzzAbilityToken(); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dability_running_record.cpp92 void AbilityRunningRecord::SetPreToken(const sptr<IRemoteObject> &preToken) in SetPreToken()
H A Dams_mgr_scheduler.cpp197 …ler::AbilityBehaviorAnalysis(const sptr<IRemoteObject> &token, const sptr<IRemoteObject> &preToken, in AbilityBehaviorAnalysis()
H A Dapp_mgr_service_inner.cpp2386 sptr<IRemoteObject> preToken, std::shared_ptr<ApplicationInfo> appInfo, in CreateAppRunningRecord()
2633 …ner::AbilityBehaviorAnalysis(const sptr<IRemoteObject> &token, const sptr<IRemoteObject> &preToken, in AbilityBehaviorAnalysis()
2796 void AppMgrServiceInner::StartAbility(sptr<IRemoteObject> token, sptr<IRemoteObject> preToken, in StartAbility()
/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dparser.cpp66 auto preToken = current_; in ParseOneContent() local
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_service_load_ability_process_test/
H A Dams_service_load_ability_process_test.cpp137 const sptr<IRemoteObject>& preToken, const std::shared_ptr<AbilityInfo>& abilityInfo, in StartLoadAbility()
519 sptr<IRemoteObject> preToken = token; variable
788 sptr<IRemoteObject> preToken = token; variable
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_scheduler_test/
H A Dapp_scheduler_test.cpp231 auto preToken = preRecord->GetToken(); variable
254 sptr<IRemoteObject> preToken; variable
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dapp_scheduler.cpp146 …ler::AbilityBehaviorAnalysis(const sptr<IRemoteObject> &token, const sptr<IRemoteObject> &preToken, in AbilityBehaviorAnalysis()
H A Dability_record.cpp422 sptr<Token> preToken = nullptr; in ForegroundAbility() local
462 sptr<Token> preToken = nullptr; in ForegroundUIExtensionAbility() local
1611 sptr<Token> preToken = nullptr; in Activate() local
H A Dability_connect_manager.cpp211 sptr<Token> preToken = nullptr; in StartAbilityLocked() local
625 auto preToken = iface_cast<Token>(connectRecord->GetToken()); in ConnectAbilityLocked() local
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/app_life_cycle_test/
H A Dams_app_life_cycle_module_test.cpp1244 sptr<IRemoteObject> preToken = new (std::nothrow) MockAbilityToken(); variable
1305 sptr<IRemoteObject> preToken = new (std::nothrow) MockAbilityToken(); variable
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dams_mgr_proxy.cpp218 …oxy::AbilityBehaviorAnalysis(const sptr<IRemoteObject> &token, const sptr<IRemoteObject> &preToken, in AbilityBehaviorAnalysis()
H A Dapp_mgr_client.cpp204 const sptr<IRemoteObject> &preToken, const int32_t visibility, const int32_t perceptibility, in AbilityBehaviorAnalysis()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/
H A Dapp_mgr_service_inner_test.cpp1509 OHOS::sptr<IRemoteObject> preToken = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); variable
1588 OHOS::sptr<IRemoteObject> preToken = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); variable
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_app_life_cycle_test/
H A Dams_app_life_cycle_test.cpp125 const sptr<IRemoteObject>& preToken, const std::shared_ptr<AbilityInfo>& abilityInfo, in StartProcessAndLoadAbility()