/ohos5.0/base/notification/common_event_service/services/test/unittest/static_subscriber_manager_unit_test/ |
H A D | static_subscriber_manager_unit_test.cpp | 135 …manager->ParseEvents(testExtensionName, testExtensionBundleName, testExtensionUserId, testProfile); 168 …manager->ParseEvents(testExtensionName, testExtensionBundleName, testExtensionUserId, testProfile); 192 …manager->ParseEvents(testExtensionName, testExtensionBundleName, testExtensionUserId, testProfile); 220 …manager->ParseEvents(testExtensionName, testExtensionBundleName, testExtensionUserId, testProfile); 247 …manager->ParseEvents(testExtensionName, testExtensionBundleName, testExtensionUserId, testProfile); 280 …manager->ParseEvents(testExtensionName, testExtensionBundleName, testExtensionUserId, testProfile); 313 …manager->ParseEvents(testExtensionName, testExtensionBundleName, testExtensionUserId, testProfile); 346 …manager->ParseEvents(testExtensionName, testExtensionBundleName, testExtensionUserId, testProfile); 379 …manager->ParseEvents(testExtensionName, testExtensionBundleName, testExtensionUserId, testProfile); 412 …manager->ParseEvents(testExtensionName, testExtensionBundleName, testExtensionUserId, testProfile); [all …]
|
/ohos5.0/base/hiviewdfx/hiview/base/ |
H A D | dispatch_rule_parser.cpp | 50 ParseEvents(root); in DispatchRuleParser() 101 void DispatchRuleParser::ParseEvents(const Json::Value& root) in DispatchRuleParser() function in OHOS::HiviewDFX::DispatchRuleParser
|
/ohos5.0/base/hiviewdfx/hiview/base/include/ |
H A D | dispatch_rule_parser.h | 34 void ParseEvents(const Json::Value& root);
|
/ohos5.0/foundation/multimodalinput/input/tools/event_inject/src/ |
H A D | input_parse.cpp | 100 bool ParseEvents(cJSON* eventInfo, DeviceEvent& event) in ParseEvents() function 164 if (!ParseEvents(eventInfo, event)) { in ParseData()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/ |
H A D | js_card_parser.h | 49 void ParseEvents(const std::unique_ptr<JsonValue>& rootJson, std::vector<std::string>& events, in ParseEvents() function 52 ParseEvents(rootJson, eventJson_, events, page, nodeId); in ParseEvents() 166 …void ParseEvents(const std::unique_ptr<JsonValue>& rootJson, const std::unique_ptr<JsonValue>& eve…
|
H A D | js_card_parser.cpp | 1024 void JsCardParser::ParseEvents(const std::unique_ptr<JsonValue>& rootJson, const std::unique_ptr<Js… in ParseEvents() function in OHOS::Ace::Framework::JsCardParser 1331 ParseEvents(rootJson, events, page, selfId); in UpdateDomNode() 1710 ParseEvents(rootJson, actionJson, events, page, nodeId); in CreateDomNode()
|
/ohos5.0/base/notification/common_event_service/services/include/ |
H A D | static_subscriber_manager.h | 90 void ParseEvents(const std::string &extensionName, const std::string &extensionBundleName,
|
/ohos5.0/base/notification/common_event_service/services/src/ |
H A D | static_subscriber_manager.cpp | 267 void StaticSubscriberManager::ParseEvents(const std::string &extensionName, const std::string &exte… in ParseEvents() function in OHOS::EventFwk::StaticSubscriberManager 347 ParseEvents(extension.name, extension.bundleName, userId, profile); in AddSubscriber()
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | component.h | 525 void ParseEvents();
|
H A D | component.cpp | 732 ParseEvents(); in ParseOptions() 1361 void Component::ParseEvents() in ParseEvents() function in OHOS::ACELite::Component
|