Home
last modified time | relevance | path

Searched refs:SEND_COMMON_EVENT (Results 1 - 12 of 12) sorted by relevance

/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/include/
H A Dwant_agent_constant.h120 SEND_COMMON_EVENT, member in OHOS::AbilityRuntime::WantAgent::final::OperationType
/foundation/ability/ability_runtime/test/unittest/pending_want_record_test/
H A Dpending_want_record_test.cpp451 * nullptr,flags:CONSTANT_FLAG,type:OperationType::SEND_COMMON_EVENT
459 MakeWantSenderInfo(want, (int32_t)Flags::CONSTANT_FLAG, 0, (int32_t)OperationType::SEND_COMMON_EVENT); in HWTEST_F()
475 * nullptr,flags:CONSTANT_FLAG,type:OperationType::SEND_COMMON_EVENT, 2.PerformReceive Called
483 MakeWantSenderInfo(want, (int32_t)Flags::CONSTANT_FLAG, 0, (int32_t)OperationType::SEND_COMMON_EVENT); in HWTEST_F()
509 MakeWantSenderInfo(want, (int32_t)Flags::CONSTANT_FLAG, 0, (int32_t)OperationType::SEND_COMMON_EVENT); in HWTEST_F()
530 MakeWantSenderInfo(want, (int32_t)Flags::CONSTANT_FLAG, 0, (int32_t)OperationType::SEND_COMMON_EVENT); in HWTEST_F()
551 MakeWantSenderInfo(want, (int32_t)Flags::CONSTANT_FLAG, 0, (int32_t)OperationType::SEND_COMMON_EVENT); in HWTEST_F()
/foundation/ability/ability_runtime/test/moduletest/panding_want_manager_test/
H A Dpanding_want_manager_test.cpp229 wantSenderInfo.type = (int32_t)WantAgentConstant::OperationType::SEND_COMMON_EVENT; in GetCommonEvent()
261 WantAgentConstant::OperationType type = WantAgentConstant::OperationType::SEND_COMMON_EVENT; in HWTEST_F()
277 EXPECT_EQ(wantSenderInfo.type, (int32_t)WantAgentConstant::OperationType::SEND_COMMON_EVENT); in HWTEST_F()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dpending_want_record.cpp120 case static_cast<int32_t>(OperationType::SEND_COMMON_EVENT): in ExecuteOperation()
H A Dpending_want_manager.cpp45 if (wantSenderInfo.type != static_cast<int32_t>(OperationType::SEND_COMMON_EVENT)) { in GetWantSender()
62 if (wantSenderInfo.type != static_cast<int32_t>(OperationType::SEND_COMMON_EVENT) && in GetWantSender()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dpending_want_manager.h62 SEND_COMMON_EVENT, member in OHOS::AAFwk::OperationType
/foundation/multimedia/audio_framework/services/audio_policy/safe_volume_notification/src/
H A Daudio_safe_volume_notification_impl.cpp149 0, AbilityRuntime::WantAgent::WantAgentConstant::OperationType::SEND_COMMON_EVENT, in SetActionButton()
/foundation/ability/form_fwk/services/src/
H A Dform_timer_mgr.cpp978 WantAgentInfo wantAgentInfo(REQUEST_UPDATE_AT_CODE, WantAgentConstant::OperationType::SEND_COMMON_EVENT, in GetUpdateAtWantAgent()
1096 WantAgentInfo wantAgentInfo(REQUEST_LIMITER_CODE, WantAgentConstant::OperationType::SEND_COMMON_EVENT, in GetLimiterWantAgent()
1187 WantAgentInfo wantAgentInfo(REQUEST_DYNAMIC_CODE, WantAgentConstant::OperationType::SEND_COMMON_EVENT, in GetDynamicWantAgent()
/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/src/
H A Dwant_agent_helper.cpp126 case WantAgentConstant::OperationType::SEND_COMMON_EVENT: in GetWantAgent()
H A Dpending_want.cpp160 wantSenderInfo.type = static_cast<int32_t>(WantAgentConstant::OperationType::SEND_COMMON_EVENT); in GetCommonEventAsUser()
/foundation/ability/ability_runtime/test/unittest/want_agent_helper_test/
H A Dwant_agent_helper_test.cpp386 wantAgentInfo.operationType_ = WantAgentConstant::OperationType::SEND_COMMON_EVENT; in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/pending_want_manager_test/
H A Dpending_want_manager_test.cpp483 MakeWantSenderInfo(want, (int32_t)Flags::CONSTANT_FLAG, 0, (int32_t)OperationType::SEND_COMMON_EVENT); in HWTEST_F()

Completed in 13 milliseconds