Home
last modified time | relevance | path

Searched refs:START_ABILITY (Results 1 - 25 of 37) sorted by relevance

12

/foundation/ability/ability_runtime/test/unittest/want_agent_info_test/
H A Dwant_agent_info_test.cpp78 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 Dwant_agent_constant.h105 START_ABILITY, member in OHOS::AbilityRuntime::WantAgent::final::OperationType
/foundation/ability/ability_lite/frameworks/ability_lite/src/
H A Dability_context.cpp25 return AbilityMsClient::GetInstance().ScheduleAms(&want, 0, nullptr, START_ABILITY); in StartAbility()
/foundation/resourceschedule/memmgr/interface/innerkits/include/
H A Dmem_mgr_process_state_info.h23 START_ABILITY = 0, member in OHOS::Memory::ProcPriorityUpdateReason
/foundation/resourceschedule/memmgr/interface/innerkits/src/
H A Dmem_mgr_process_state_info.cpp50 case static_cast<uint32_t>(ProcPriorityUpdateReason::START_ABILITY): in Unmarshalling()
/foundation/ability/ability_runtime/test/moduletest/panding_want_manager_test/
H A Dpanding_want_manager_test.cpp145 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 Dability_manager.cpp36 return OHOS::AbilityMsClient::GetInstance().ScheduleAms(want, 0, nullptr, START_ABILITY); in StartAbility()
/foundation/ability/ability_lite/interfaces/inner_api/abilitymgr_lite/
H A Dability_service_interface.h45 START_ABILITY = 0, enumerator
/foundation/arkui/ace_engine_lite/interfaces/inner_api/builtin/async/
H A Dmessage_queue_utils.h72 START_ABILITY, enumerator
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dpending_want_record.cpp104 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 Dabilitystubstartability_fuzzer.cpp38 uint32_t code = static_cast<uint32_t>(AbilityManagerInterfaceCode::START_ABILITY); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/unittest/app_recovery_test/
H A Dapp_recovery_test.cpp635 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 Dwantagenthelpertrigger_fuzzer.cpp39 WantAgentConstant::OperationType operationType = WantAgentConstant::OperationType::START_ABILITY; in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H A Dability_manager_ipc_interface_code.h255 START_ABILITY = 1001, member in OHOS::AAFwk::AbilityManagerInterfaceCode
/foundation/resourceschedule/memmgr/services/memmgrservice/src/
H A Dmem_mgr_service.cpp252 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 Dinnerkits_test.cpp228 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 Devent_report.h70 START_ABILITY, member in OHOS::AAFwk::EventName
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dwifi_notification_util.cpp106 uint32_t task = static_cast<uint32_t>(AAFwk::AbilityManagerInterfaceCode::START_ABILITY); in StartAbility()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dpending_want_manager.h47 START_ABILITY, member in OHOS::AAFwk::OperationType
/foundation/ability/ability_lite/frameworks/abilitymgr_lite/src/slite/
H A Dabilityms_slite_client.cpp107 .msgId = START_ABILITY, in StartAbility()
/foundation/ability/ability_runtime/test/unittest/event_report_test/
H A Devent_report_test.cpp61 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 Dability_mgr_service_slite.cpp156 if (request->msgId == START_ABILITY) { in ServiceMessageHandle()
H A Dability_record_manager.cpp181 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 Dpending_want_record_test.cpp118 // 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 Dwant_agent_helper.cpp114 case WantAgentConstant::OperationType::START_ABILITY: in GetWantAgent()

Completed in 15 milliseconds

12