/foundation/ability/ability_runtime/test/unittest/want_agent_info_test/ |
H A D | want_agent_info_test.cpp | 78 WantAgentConstant::OperationType operationType = WantAgentConstant::OperationType::START_ABILITY; in HWTEST_F() 110 WantAgentConstant::OperationType operationType = WantAgentConstant::OperationType::START_ABILITY; in HWTEST_F() 144 WantAgentConstant::OperationType operationType = WantAgentConstant::OperationType::START_ABILITY; in HWTEST_F() 191 WantAgentConstant::OperationType operationType = WantAgentConstant::OperationType::START_ABILITY; in HWTEST_F() 217 WantAgentConstant::OperationType operationType = WantAgentConstant::OperationType::START_ABILITY; in HWTEST_F() 243 WantAgentConstant::OperationType operationType = WantAgentConstant::OperationType::START_ABILITY; in HWTEST_F() 269 WantAgentConstant::OperationType operationType = WantAgentConstant::OperationType::START_ABILITY; in HWTEST_F() 296 WantAgentConstant::OperationType operationType = WantAgentConstant::OperationType::START_ABILITY; in HWTEST_F()
|
/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/include/ |
H A D | want_agent_constant.h | 105 START_ABILITY, member in OHOS::AbilityRuntime::WantAgent::final::OperationType
|
/foundation/ability/ability_lite/frameworks/ability_lite/src/ |
H A D | ability_context.cpp | 25 return AbilityMsClient::GetInstance().ScheduleAms(&want, 0, nullptr, START_ABILITY); in StartAbility()
|
/foundation/resourceschedule/memmgr/interface/innerkits/include/ |
H A D | mem_mgr_process_state_info.h | 23 START_ABILITY = 0, member in OHOS::Memory::ProcPriorityUpdateReason
|
/foundation/resourceschedule/memmgr/interface/innerkits/src/ |
H A D | mem_mgr_process_state_info.cpp | 50 case static_cast<uint32_t>(ProcPriorityUpdateReason::START_ABILITY): in Unmarshalling()
|
/foundation/ability/ability_runtime/test/moduletest/panding_want_manager_test/ |
H A D | panding_want_manager_test.cpp | 145 wantSenderInfo.type = (int32_t)WantAgentConstant::OperationType::START_ABILITY; in GetAbility() 316 WantAgentConstant::OperationType type = WantAgentConstant::OperationType::START_ABILITY; in HWTEST_F() 332 EXPECT_EQ(wantSenderInfo.type, (int32_t)WantAgentConstant::OperationType::START_ABILITY); in HWTEST_F() 363 EXPECT_EQ(getType, WantAgentConstant::OperationType::START_ABILITY); in HWTEST_F() 387 WantAgentConstant::OperationType type = WantAgentConstant::OperationType::START_ABILITY; in HWTEST_F() 403 EXPECT_EQ(wantSenderInfo.type, (int32_t)WantAgentConstant::OperationType::START_ABILITY); in HWTEST_F()
|
/foundation/ability/ability_lite/frameworks/abilitymgr_lite/src/ |
H A D | ability_manager.cpp | 36 return OHOS::AbilityMsClient::GetInstance().ScheduleAms(want, 0, nullptr, START_ABILITY);
in StartAbility()
|
/foundation/ability/ability_lite/interfaces/inner_api/abilitymgr_lite/ |
H A D | ability_service_interface.h | 45 START_ABILITY = 0,
enumerator
|
/foundation/arkui/ace_engine_lite/interfaces/inner_api/builtin/async/ |
H A D | message_queue_utils.h | 72 START_ABILITY, enumerator
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | pending_want_record.cpp | 104 case static_cast<int32_t>(OperationType::START_ABILITY): in ExecuteOperation() 195 if (!(static_cast<int32_t>(OperationType::START_ABILITY) == currType || in CheckAppInstanceKey()
|
/foundation/ability/ability_runtime/test/fuzztest/abilitystubstartability_fuzzer/ |
H A D | abilitystubstartability_fuzzer.cpp | 38 uint32_t code = static_cast<uint32_t>(AbilityManagerInterfaceCode::START_ABILITY); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/ability_runtime/test/unittest/app_recovery_test/ |
H A D | app_recovery_test.cpp | 635 const std::string START_ABILITY = "RestartAbility"; in HWTEST_F() local 636 want->SetParam(START_ABILITY, std::string("com.ohos.recovery.TestRecoveryAbility")); in HWTEST_F() 651 const std::string START_ABILITY = "RestartAbility"; in HWTEST_F() local 652 want->SetParam(START_ABILITY, std::string("com.ohos.recovery.TestRecoveryAbility")); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/fuzztest/wantagenthelpertrigger_fuzzer/ |
H A D | wantagenthelpertrigger_fuzzer.cpp | 39 WantAgentConstant::OperationType operationType = WantAgentConstant::OperationType::START_ABILITY; in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/ |
H A D | ability_manager_ipc_interface_code.h | 255 START_ABILITY = 1001, member in OHOS::AAFwk::AbilityManagerInterfaceCode
|
/foundation/resourceschedule/memmgr/services/memmgrservice/src/ |
H A D | mem_mgr_service.cpp | 252 if (processStateInfo.reason_ == ProcPriorityUpdateReason::START_ABILITY) { in NotifyProcessStateChangedSync() 270 if (processStateInfo.reason_ == ProcPriorityUpdateReason::START_ABILITY) { in NotifyProcessStateChangedAsync()
|
/foundation/resourceschedule/memmgr/test/unittest/phone/ |
H A D | innerkits_test.cpp | 228 processStateInfo.reason_ = ProcPriorityUpdateReason::START_ABILITY; in HWTEST_F() 238 processStateInfo.reason_ = ProcPriorityUpdateReason::START_ABILITY; in HWTEST_F()
|
/foundation/ability/ability_runtime/services/common/include/ |
H A D | event_report.h | 70 START_ABILITY, member in OHOS::AAFwk::EventName
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/ |
H A D | wifi_notification_util.cpp | 106 uint32_t task = static_cast<uint32_t>(AAFwk::AbilityManagerInterfaceCode::START_ABILITY); in StartAbility()
|
/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | pending_want_manager.h | 47 START_ABILITY, member in OHOS::AAFwk::OperationType
|
/foundation/ability/ability_lite/frameworks/abilitymgr_lite/src/slite/ |
H A D | abilityms_slite_client.cpp | 107 .msgId = START_ABILITY,
in StartAbility()
|
/foundation/ability/ability_runtime/test/unittest/event_report_test/ |
H A D | event_report_test.cpp | 61 EXPECT_EQ(EventReport::ConvertEventName(EventName::START_ABILITY), "START_ABILITY"); in HWTEST_F() 215 EventName eventName = EventName::START_ABILITY; in HWTEST_F() 216 EXPECT_EQ(EventReport::ConvertEventName(eventName), "START_ABILITY"); in HWTEST_F()
|
/foundation/ability/ability_lite/services/abilitymgr_lite/src/slite/ |
H A D | ability_mgr_service_slite.cpp | 156 if (request->msgId == START_ABILITY) { in ServiceMessageHandle()
|
H A D | ability_record_manager.cpp | 181 return AddAbilityOperation(START_ABILITY, want, 0); in StartAbility() 1219 case START_ABILITY: { in RunOperation()
|
/foundation/ability/ability_runtime/test/unittest/pending_want_record_test/ |
H A D | pending_want_record_test.cpp | 118 // wantSenderInfo.type is OperationType::START_ABILITY in MakeWantSenderInfo() 316 * @tc.desc : 1.SenderInner,pendingWantManager_ != nullptr,flags:CONSTANT_FLAG,type:OperationType::START_ABILITY 324 MakeWantSenderInfo(want, (int32_t)Flags::CONSTANT_FLAG, 0, (int32_t)OperationType::START_ABILITY); in HWTEST_F() 676 key->SetType(static_cast<int32_t>(OperationType::START_ABILITY)); in HWTEST_F()
|
/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/src/ |
H A D | want_agent_helper.cpp | 114 case WantAgentConstant::OperationType::START_ABILITY: in GetWantAgent()
|