Home
last modified time | relevance | path

Searched refs:commonEvents (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/quick-start/
H A Dmodule-structure.md24 |commonEvents | 定义了公共事件静态订阅者的信息,该字段中需要声明静态订阅者的名称、权限要求及订阅事件列表信息,当订阅的公共事件发送时,该公共事件静态订阅者将被拉起。这里的静态订阅者区…
695 ## commonEvents对象的内部结构
697 **表27** **commonEvents对象的内部结构说明**
708 commonEvents示例:
711 "commonEvents": [
H A Dapplication-configuration-file-overview-fa.md50 "commonEvents": [
/ohos5.0/docs/zh-cn/application-dev/basic-services/common-event/
H A Dcommon-event-static-subscription.md83 "commonEvents": [
/ohos5.0/docs/zh-cn/application-dev/application-models/
H A Dmodule-switch.md26 | commonEvents | 公共事件。 | common_event_config.json文件 | Stage模型在开发视图的resources/base/profile下面定义配置文件co…
/ohos5.0/docs/en/application-dev/quick-start/
H A Dapplication-configuration-file-overview-fa.md50 "commonEvents": [
H A Dmodule-structure.md24 |commonEvents | Information about the common event static subscriber, which must contain the subscr…
695 ## Internal Structure of the commonEvents Attribute
697 **Table 27** Internal structure of the commonEvents attribute
708 Example of the **commonEvents** attribute structure:
711 "commonEvents": [
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_info.h336 void AddModuleCommonEvent(const std::map<std::string, CommonEventInfo> &commonEvents) in AddModuleCommonEvent() argument
338 for (const auto &commonEvent : commonEvents) { in AddModuleCommonEvent()
1094 void InsertCommonEvents(const std::string &keyName, const CommonEventInfo &commonEvents) in InsertCommonEvents() argument
1096 commonEvents_.emplace(keyName, commonEvents); in InsertCommonEvents()
1198 …void GetCommonEvents(const std::string &eventKey, std::vector<CommonEventInfo> &commonEvents) cons…
/ohos5.0/docs/en/application-dev/basic-services/common-event/
H A Dcommon-event-static-subscription.md83 "commonEvents": [
/ohos5.0/docs/en/application-dev/application-models/
H A Dmodule-switch.md26 | commonEvents | Common events.| common_event_config.json| In the stage model, the **common_event_c…
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_profile.cpp337 std::vector<CommonEvent> commonEvents; member
1782 module.commonEvents, in from_json()
2501 for (const auto &info : configJson.module.commonEvents) { in ToInnerBundleInfo()
H A Dinner_bundle_info.cpp2783 …nfo::GetCommonEvents(const std::string &eventKey, std::vector<CommonEventInfo> &commonEvents) const in GetCommonEvents()
2791 commonEvents.emplace_back(item); in GetCommonEvents()
/ohos5.0/docs/zh-cn/application-dev/tools/
H A Dunpacking-tool.md210 | commonEvents | CommonEvent结构体(见下述CommonEvent) | 标识静态事件 | NA…
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/
H A Dbms_bundle_data_storage_database_test.cpp630 "commonEvents":{},
1234 "commonEvents": {
/ohos5.0/docs/en/application-dev/tools/
H A Dunpacking-tool.md210 | commonEvents | CommonEvent struct (see **CommonEvent Struct** below) | Static event.…