Searched refs:START_FOREGROUND_SERVICE (Results 1 - 9 of 9) sorted by relevance
/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/include/ |
H A D | want_agent_constant.h | 125 START_FOREGROUND_SERVICE, member in OHOS::AbilityRuntime::WantAgent::final::OperationType
|
/foundation/ability/ability_runtime/test/unittest/want_agent_helper_test/ |
H A D | want_agent_helper_test.cpp | 347 * 4.Type is WantAgentConstant::OperationType::START_FOREGROUND_SERVICE 360 wantAgentInfo.operationType_ = WantAgentConstant::OperationType::START_FOREGROUND_SERVICE; in HWTEST_F() 373 * 4.Type is WantAgentConstant::OperationType::START_FOREGROUND_SERVICE 605 WantAgentConstant::OperationType type = WantAgentConstant::OperationType::START_FOREGROUND_SERVICE; in HWTEST_F() 640 WantAgentConstant::OperationType type = WantAgentConstant::OperationType::START_FOREGROUND_SERVICE; in HWTEST_F() 667 WantAgentConstant::OperationType type = WantAgentConstant::OperationType::START_FOREGROUND_SERVICE; in HWTEST_F() 938 WantAgentConstant::OperationType type = WantAgentConstant::OperationType::START_FOREGROUND_SERVICE; in HWTEST_F() 986 WantAgentConstant::OperationType type = WantAgentConstant::OperationType::START_FOREGROUND_SERVICE; in HWTEST_F()
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | pending_want_record.cpp | 116 case static_cast<int32_t>(OperationType::START_FOREGROUND_SERVICE): in ExecuteOperation()
|
/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | pending_want_manager.h | 67 START_FOREGROUND_SERVICE, member in OHOS::AAFwk::OperationType
|
/foundation/ability/ability_runtime/test/unittest/pending_want_test/ |
H A D | pending_want_test.cpp | 411 WantAgentConstant::OperationType type = WantAgentConstant::OperationType::START_FOREGROUND_SERVICE; in HWTEST_F() 430 WantAgentConstant::OperationType type = WantAgentConstant::OperationType::START_FOREGROUND_SERVICE; in HWTEST_F() 449 WantAgentConstant::OperationType type = WantAgentConstant::OperationType::START_FOREGROUND_SERVICE; in HWTEST_F() 1267 WantAgentConstant::OperationType type = WantAgentConstant::OperationType::START_FOREGROUND_SERVICE; in HWTEST_F() 1293 WantAgentConstant::OperationType type = WantAgentConstant::OperationType::START_FOREGROUND_SERVICE; in HWTEST_F() 1319 WantAgentConstant::OperationType type = WantAgentConstant::OperationType::START_FOREGROUND_SERVICE; in HWTEST_F() 1363 WantAgentConstant::OperationType type = WantAgentConstant::OperationType::START_FOREGROUND_SERVICE; in HWTEST_F()
|
/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/src/ |
H A D | want_agent_helper.cpp | 123 case WantAgentConstant::OperationType::START_FOREGROUND_SERVICE: in GetWantAgent()
|
H A D | pending_want.cpp | 199 context, requestCode, want, flags, WantAgentConstant::OperationType::START_FOREGROUND_SERVICE, in GetForegroundService()
|
/foundation/ability/ability_runtime/test/moduletest/panding_want_manager_test/ |
H A D | panding_want_manager_test.cpp | 210 wantSenderInfo.type = (int32_t)WantAgentConstant::OperationType::START_FOREGROUND_SERVICE; in GetForegroundService()
|
/foundation/ability/ability_runtime/test/unittest/pending_want_record_test/ |
H A D | pending_want_record_test.cpp | 427 * nullptr,flags:CONSTANT_FLAG,type:OperationType::START_FOREGROUND_SERVICE 435 MakeWantSenderInfo(want, (int32_t)Flags::CONSTANT_FLAG, 0, (int32_t)OperationType::START_FOREGROUND_SERVICE); in HWTEST_F()
|
Completed in 10 milliseconds