Searched refs:commonEvents (Results 1 – 14 of 14) sorted by relevance
24 |commonEvents | 定义了公共事件静态订阅者的信息,该字段中需要声明静态订阅者的名称、权限要求及订阅事件列表信息,当订阅的公共事件发送时,该公共事件静态订阅者将被拉起。这里的静态订阅者区…695 ## commonEvents对象的内部结构697 **表27** **commonEvents对象的内部结构说明**708 commonEvents示例:711 "commonEvents": [
50 "commonEvents": [
83 "commonEvents": [
26 | commonEvents | 公共事件。 | common_event_config.json文件 | Stage模型在开发视图的resources/base/profile下面定义配置文件co…
24 |commonEvents | Information about the common event static subscriber, which must contain the subscr…695 ## Internal Structure of the commonEvents Attribute697 **Table 27** Internal structure of the commonEvents attribute708 Example of the **commonEvents** attribute structure:711 "commonEvents": [
336 void AddModuleCommonEvent(const std::map<std::string, CommonEventInfo> &commonEvents) in AddModuleCommonEvent() argument338 for (const auto &commonEvent : commonEvents) { in AddModuleCommonEvent()1094 void InsertCommonEvents(const std::string &keyName, const CommonEventInfo &commonEvents) in InsertCommonEvents() argument1096 commonEvents_.emplace(keyName, commonEvents); in InsertCommonEvents()1198 …void GetCommonEvents(const std::string &eventKey, std::vector<CommonEventInfo> &commonEvents) cons…
26 | commonEvents | Common events.| common_event_config.json| In the stage model, the **common_event_c…
337 std::vector<CommonEvent> commonEvents; member1782 module.commonEvents, in from_json()2501 for (const auto &info : configJson.module.commonEvents) { in ToInnerBundleInfo()
2783 …nfo::GetCommonEvents(const std::string &eventKey, std::vector<CommonEventInfo> &commonEvents) const in GetCommonEvents()2791 commonEvents.emplace_back(item); in GetCommonEvents()
210 | commonEvents | CommonEvent结构体(见下述CommonEvent) | 标识静态事件 | NA…
630 "commonEvents":{},1234 "commonEvents": {
210 | commonEvents | CommonEvent struct (see **CommonEvent Struct** below) | Static event.…