Searched refs:START_FOREGROUND_SERVICE (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/include/ |
H A D | want_agent_constant.h | 130 START_FOREGROUND_SERVICE, enumerator
|
/ohos5.0/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; 430 …WantAgentConstant::OperationType type = WantAgentConstant::OperationType::START_FOREGROUND_SERVICE; 449 …WantAgentConstant::OperationType type = WantAgentConstant::OperationType::START_FOREGROUND_SERVICE; 1267 …WantAgentConstant::OperationType type = WantAgentConstant::OperationType::START_FOREGROUND_SERVICE; 1293 …WantAgentConstant::OperationType type = WantAgentConstant::OperationType::START_FOREGROUND_SERVICE; 1319 …WantAgentConstant::OperationType type = WantAgentConstant::OperationType::START_FOREGROUND_SERVICE; 1363 …WantAgentConstant::OperationType type = WantAgentConstant::OperationType::START_FOREGROUND_SERVICE;
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/want_agent_helper_test/ |
H A D | want_agent_helper_test.cpp | 360 wantAgentInfo.operationType_ = WantAgentConstant::OperationType::START_FOREGROUND_SERVICE; 605 …WantAgentConstant::OperationType type = WantAgentConstant::OperationType::START_FOREGROUND_SERVICE; 640 …WantAgentConstant::OperationType type = WantAgentConstant::OperationType::START_FOREGROUND_SERVICE; 667 …WantAgentConstant::OperationType type = WantAgentConstant::OperationType::START_FOREGROUND_SERVICE; 938 …WantAgentConstant::OperationType type = WantAgentConstant::OperationType::START_FOREGROUND_SERVICE; 986 …WantAgentConstant::OperationType type = WantAgentConstant::OperationType::START_FOREGROUND_SERVICE;
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | pending_want_manager.h | 68 START_FOREGROUND_SERVICE, enumerator
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | pending_want_record.cpp | 114 case static_cast<int32_t>(OperationType::START_FOREGROUND_SERVICE): in ExecuteOperation()
|
/ohos5.0/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()
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/src/ |
H A D | want_agent_helper.cpp | 127 case WantAgentConstant::OperationType::START_FOREGROUND_SERVICE: in GetWantAgent()
|
H A D | pending_want.cpp | 200 … context, requestCode, want, flags, WantAgentConstant::OperationType::START_FOREGROUND_SERVICE, in GetForegroundService()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/pending_want_record_test/ |
H A D | pending_want_record_test.cpp | 435 …nderInfo(want, (int32_t)Flags::CONSTANT_FLAG, 0, (int32_t)OperationType::START_FOREGROUND_SERVICE);
|