Home
last modified time | relevance | path

Searched refs:START_SERVICE (Results 1 - 11 of 11) sorted by relevance

/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/include/
H A Dwant_agent_constant.h115 START_SERVICE, member in OHOS::AbilityRuntime::WantAgent::final::OperationType
/foundation/ability/ability_runtime/test/unittest/event_report_test/
H A Devent_report_test.cpp69 EXPECT_EQ(EventReport::ConvertEventName(EventName::START_SERVICE), "START_SERVICE"); in HWTEST_F()
413 EventName eventName = EventName::START_SERVICE; in HWTEST_F()
414 EXPECT_EQ(EventReport::ConvertEventName(eventName), "START_SERVICE"); in HWTEST_F()
503 EventName eventName = EventName::START_SERVICE; in HWTEST_F()
504 EXPECT_EQ(EventReport::ConvertEventName(eventName), "START_SERVICE"); in HWTEST_F()
628 eventName = EventName::START_SERVICE; in HWTEST_F()
629 EXPECT_EQ(EventReport::ConvertEventName(eventName), "START_SERVICE"); in HWTEST_F()
/foundation/ability/ability_runtime/services/common/include/
H A Devent_report.h80 START_SERVICE, member in OHOS::AAFwk::EventName
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dpending_want_record.cpp115 case static_cast<int32_t>(OperationType::START_SERVICE): in ExecuteOperation()
H A Dability_connect_manager.cpp1157 EventReport::SendStartServiceEvent(EventName::START_SERVICE, eventInfo); in ScheduleCommandAbilityDoneLocked()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dpending_want_manager.h57 START_SERVICE, member in OHOS::AAFwk::OperationType
/foundation/ability/ability_runtime/test/unittest/pending_want_record_test/
H A Dpending_want_record_test.cpp403 * @tc.desc : 1.SenderInner,pendingWantManager_ != nullptr,flags:CONSTANT_FLAG,type:OperationType::START_SERVICE
411 MakeWantSenderInfo(want, (int32_t)Flags::CONSTANT_FLAG, 0, (int32_t)OperationType::START_SERVICE); in HWTEST_F()
648 key->SetType(static_cast<int32_t>(OperationType::START_SERVICE)); in HWTEST_F()
/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/src/
H A Dwant_agent_helper.cpp120 case WantAgentConstant::OperationType::START_SERVICE: in GetWantAgent()
H A Dpending_want.cpp181 WantAgentConstant::OperationType::START_SERVICE, pendingWant); in GetService()
/foundation/ability/ability_runtime/test/moduletest/panding_want_manager_test/
H A Dpanding_want_manager_test.cpp190 wantSenderInfo.type = (int32_t)WantAgentConstant::OperationType::START_SERVICE; in GetService()
/foundation/ability/ability_runtime/test/unittest/want_agent_helper_test/
H A Dwant_agent_helper_test.cpp321 * 4.Type is WantAgentConstant::OperationType::START_SERVICE
334 wantAgentInfo.operationType_ = WantAgentConstant::OperationType::START_SERVICE; in HWTEST_F()

Completed in 14 milliseconds