Home
last modified time | relevance | path

Searched refs:ParseEvents (Results 1 - 5 of 5) sorted by relevance

/base/hiviewdfx/hiview/base/include/
H A Ddispatch_rule_parser.h34 void ParseEvents(const Json::Value& root);
/base/hiviewdfx/hiview/base/
H A Ddispatch_rule_parser.cpp49 ParseEvents(root); in DispatchRuleParser()
100 void DispatchRuleParser::ParseEvents(const Json::Value& root) in ParseEvents() function in OHOS::HiviewDFX::DispatchRuleParser
/base/notification/common_event_service/services/test/unittest/static_subscriber_manager_unit_test/
H A Dstatic_subscriber_manager_unit_test.cpp103 * @tc.desc: test if StaticSubscriberManager's ParseEvents function executed as expected with
135 manager->ParseEvents(testExtensionName, testExtensionBundleName, testExtensionUserId, testProfile); in HWTEST_F()
151 * @tc.desc: test if StaticSubscriberManager's ParseEvents function executed as expected with
168 manager->ParseEvents(testExtensionName, testExtensionBundleName, testExtensionUserId, testProfile); in HWTEST_F()
175 * @tc.desc: test if StaticSubscriberManager's ParseEvents function executed as expected with
192 manager->ParseEvents(testExtensionName, testExtensionBundleName, testExtensionUserId, testProfile); in HWTEST_F()
199 * @tc.desc: test if StaticSubscriberManager's ParseEvents function executed as expected with
220 manager->ParseEvents(testExtensionName, testExtensionBundleName, testExtensionUserId, testProfile); in HWTEST_F()
227 * @tc.desc: test if StaticSubscriberManager's ParseEvents function executed as expected with
247 manager->ParseEvents(testExtensionNam in HWTEST_F()
[all...]
/base/notification/common_event_service/services/include/
H A Dstatic_subscriber_manager.h90 void ParseEvents(const std::string &extensionName, const std::string &extensionBundleName,
/base/notification/common_event_service/services/src/
H A Dstatic_subscriber_manager.cpp267 void StaticSubscriberManager::ParseEvents(const std::string &extensionName, const std::string &extensionBundleName, in ParseEvents() function in OHOS::EventFwk::StaticSubscriberManager
347 ParseEvents(extension.name, extension.bundleName, userId, profile); in AddSubscriber()

Completed in 5 milliseconds