/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/include/ |
H A D | want_agent_constant.h | 125 SEND_COMMON_EVENT, enumerator
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/pending_want_record_test/ |
H A D | pending_want_record_test.cpp | 459 …eWantSenderInfo(want, (int32_t)Flags::CONSTANT_FLAG, 0, (int32_t)OperationType::SEND_COMMON_EVENT); 483 …eWantSenderInfo(want, (int32_t)Flags::CONSTANT_FLAG, 0, (int32_t)OperationType::SEND_COMMON_EVENT); 509 …eWantSenderInfo(want, (int32_t)Flags::CONSTANT_FLAG, 0, (int32_t)OperationType::SEND_COMMON_EVENT); 530 …eWantSenderInfo(want, (int32_t)Flags::CONSTANT_FLAG, 0, (int32_t)OperationType::SEND_COMMON_EVENT); 551 …eWantSenderInfo(want, (int32_t)Flags::CONSTANT_FLAG, 0, (int32_t)OperationType::SEND_COMMON_EVENT);
|
/ohos5.0/docs/zh-cn/application-dev/device/location/ |
H A D | geofence-guidelines.md | 69 operationType: wantAgent.OperationType.SEND_COMMON_EVENT,
|
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/panding_want_manager_test/ |
H A D | panding_want_manager_test.cpp | 229 wantSenderInfo.type = (int32_t)WantAgentConstant::OperationType::SEND_COMMON_EVENT; in GetCommonEvent() 261 WantAgentConstant::OperationType type = WantAgentConstant::OperationType::SEND_COMMON_EVENT; 277 … EXPECT_EQ(wantSenderInfo.type, (int32_t)WantAgentConstant::OperationType::SEND_COMMON_EVENT); in __anon0bdd8e2e0202()
|
/ohos5.0/docs/zh-cn/application-dev/notification/ |
H A D | notification-with-wantagent.md | 69 actionType: wantAgent.OperationType.SEND_COMMON_EVENT,
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | pending_want_manager.h | 63 SEND_COMMON_EVENT, enumerator
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | pending_want_record.cpp | 118 case static_cast<int32_t>(OperationType::SEND_COMMON_EVENT): in ExecuteOperation()
|
H A D | pending_want_manager.cpp | 46 if (wantSenderInfo.type != static_cast<int32_t>(OperationType::SEND_COMMON_EVENT)) { in GetWantSender()
|
/ohos5.0/docs/en/application-dev/device/location/ |
H A D | geofence-guidelines.md | 69 operationType: wantAgent.OperationType.SEND_COMMON_EVENT,
|
/ohos5.0/docs/en/application-dev/notification/ |
H A D | notification-with-wantagent.md | 69 actionType: wantAgent.OperationType.SEND_COMMON_EVENT,
|
/ohos5.0/base/powermgr/power_manager/power_dialog/entry/src/main/ets/InjectNotice/ |
H A D | InjectNoticeUtil.ts | 52 operationType: WantAgent.OperationType.SEND_COMMON_EVENT,
|
/ohos5.0/base/location/services/location_ui/entry/src/main/ets/serviceability/ |
H A D | WifiServiceAbility.ets | 80 actionType: wantAgent.OperationType.SEND_COMMON_EVENT,
|
/ohos5.0/foundation/ability/form_fwk/services/src/ |
H A D | form_timer_mgr.cpp | 978 …gentInfo wantAgentInfo(REQUEST_UPDATE_AT_CODE, WantAgentConstant::OperationType::SEND_COMMON_EVENT, in GetUpdateAtWantAgent() 1095 …tAgentInfo wantAgentInfo(REQUEST_LIMITER_CODE, WantAgentConstant::OperationType::SEND_COMMON_EVENT, in GetLimiterWantAgent() 1186 …tAgentInfo wantAgentInfo(REQUEST_DYNAMIC_CODE, WantAgentConstant::OperationType::SEND_COMMON_EVENT, in GetDynamicWantAgent()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | reminder_request.cpp | 1484 AbilityRuntime::WantAgent::WantAgentConstant::OperationType::SEND_COMMON_EVENT, in AddActionButtons() 1513 AbilityRuntime::WantAgent::WantAgentConstant::OperationType::SEND_COMMON_EVENT, in AddRemovalWantAgent() 1540 AbilityRuntime::WantAgent::WantAgentConstant::OperationType::SEND_COMMON_EVENT, in CreateWantAgent()
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/src/ |
H A D | want_agent_helper.cpp | 130 case WantAgentConstant::OperationType::SEND_COMMON_EVENT: in GetWantAgent()
|
H A D | pending_want.cpp | 161 wantSenderInfo.type = static_cast<int32_t>(WantAgentConstant::OperationType::SEND_COMMON_EVENT); in GetCommonEventAsUser()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-wantAgent.md | 806 | SEND_COMMON_EVENT | 4 | 发送一个公共事件。 |
|
H A D | js-apis-app-ability-wantAgent.md | 1254 | SEND_COMMON_EVENT | 4 | 发送一个公共事件。 |
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/pending_want_manager_test/ |
H A D | pending_want_manager_test.cpp | 483 …eWantSenderInfo(want, (int32_t)Flags::CONSTANT_FLAG, 0, (int32_t)OperationType::SEND_COMMON_EVENT);
|
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-wantAgent.md | 806 | SEND_COMMON_EVENT | 4 | Sends a common event. |
|
H A D | js-apis-app-ability-wantAgent.md | 1255 | SEND_COMMON_EVENT | 4 | Sends a common event. |
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/want_agent_helper_test/ |
H A D | want_agent_helper_test.cpp | 386 wantAgentInfo.operationType_ = WantAgentConstant::OperationType::SEND_COMMON_EVENT;
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/ |
H A D | ans_innerkits_module_publish_test.cpp | 1638 AbilityRuntime::WantAgent::WantAgentConstant::OperationType::SEND_COMMON_EVENT,
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | reminder_data_manager.cpp | 466 AbilityRuntime::WantAgent::WantAgentConstant::OperationType::SEND_COMMON_EVENT, in CreateTimerInfo()
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-ability.md | 304 |新增|NA|类名:OperationType;<br>方法or属性:SEND_COMMON_EVENT|@ohos.app.ability.wantAgent.d.ts| 894 |废弃版本有变化|类名:OperationType;<br>方法or属性:SEND_COMMON_EVENT<br>旧版本信息:|类名:OperationType;<br>方法or属性:SEND_C…
|