Searched refs:START_SERVICE (Results 1 - 11 of 11) sorted by relevance
/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/include/ |
H A D | want_agent_constant.h | 115 START_SERVICE, member in OHOS::AbilityRuntime::WantAgent::final::OperationType
|
/foundation/ability/ability_runtime/test/unittest/event_report_test/ |
H A D | event_report_test.cpp | 69 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 D | event_report.h | 80 START_SERVICE, member in OHOS::AAFwk::EventName
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | pending_want_record.cpp | 115 case static_cast<int32_t>(OperationType::START_SERVICE): in ExecuteOperation()
|
H A D | ability_connect_manager.cpp | 1157 EventReport::SendStartServiceEvent(EventName::START_SERVICE, eventInfo); in ScheduleCommandAbilityDoneLocked()
|
/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | pending_want_manager.h | 57 START_SERVICE, member in OHOS::AAFwk::OperationType
|
/foundation/ability/ability_runtime/test/unittest/pending_want_record_test/ |
H A D | pending_want_record_test.cpp | 403 * @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 D | want_agent_helper.cpp | 120 case WantAgentConstant::OperationType::START_SERVICE: in GetWantAgent()
|
H A D | pending_want.cpp | 181 WantAgentConstant::OperationType::START_SERVICE, pendingWant); in GetService()
|
/foundation/ability/ability_runtime/test/moduletest/panding_want_manager_test/ |
H A D | panding_want_manager_test.cpp | 190 wantSenderInfo.type = (int32_t)WantAgentConstant::OperationType::START_SERVICE; in GetService()
|
/foundation/ability/ability_runtime/test/unittest/want_agent_helper_test/ |
H A D | want_agent_helper_test.cpp | 321 * 4.Type is WantAgentConstant::OperationType::START_SERVICE 334 wantAgentInfo.operationType_ = WantAgentConstant::OperationType::START_SERVICE; in HWTEST_F()
|
Completed in 14 milliseconds