/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_app_mgr_client_test/ |
H A D | ams_app_mgr_client_test.cpp | 297 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 D | param.h | 44 sptr<IRemoteObject> preToken = nullptr; member
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/src/appmgr/ |
H A D | app_mgr_client.cpp | 41 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 D | mock_app_scheduler.cpp | 70 …ler::AbilityBehaviorAnalysis(const sptr<IRemoteObject>& token, const sptr<IRemoteObject>& preToken, in AbilityBehaviorAnalysis()
|
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/mock/src/ |
H A D | mock_app_mgr_client.cpp | 40 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 D | amsmgrscheduler_fuzzer.cpp | 66 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 D | ams_mgr_scheduler_test.cpp | 341 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 D | loadability_fuzzer.cpp | 78 sptr<IRemoteObject> preToken = GetFuzzAbilityToken(); in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | ability_running_record.cpp | 92 void AbilityRunningRecord::SetPreToken(const sptr<IRemoteObject> &preToken) in SetPreToken()
|
H A D | ams_mgr_scheduler.cpp | 197 …ler::AbilityBehaviorAnalysis(const sptr<IRemoteObject> &token, const sptr<IRemoteObject> &preToken, in AbilityBehaviorAnalysis()
|
H A D | app_mgr_service_inner.cpp | 2386 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 D | parser.cpp | 66 auto preToken = current_; in ParseOneContent() local
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_service_load_ability_process_test/ |
H A D | ams_service_load_ability_process_test.cpp | 137 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 D | app_scheduler_test.cpp | 231 auto preToken = preRecord->GetToken(); variable 254 sptr<IRemoteObject> preToken; variable
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | app_scheduler.cpp | 146 …ler::AbilityBehaviorAnalysis(const sptr<IRemoteObject> &token, const sptr<IRemoteObject> &preToken, in AbilityBehaviorAnalysis()
|
H A D | ability_record.cpp | 422 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 D | ability_connect_manager.cpp | 211 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 D | ams_app_life_cycle_module_test.cpp | 1244 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 D | ams_mgr_proxy.cpp | 218 …oxy::AbilityBehaviorAnalysis(const sptr<IRemoteObject> &token, const sptr<IRemoteObject> &preToken, in AbilityBehaviorAnalysis()
|
H A D | app_mgr_client.cpp | 204 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 D | app_mgr_service_inner_test.cpp | 1509 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 D | ams_app_life_cycle_test.cpp | 125 const sptr<IRemoteObject>& preToken, const std::shared_ptr<AbilityInfo>& abilityInfo, in StartProcessAndLoadAbility()
|