Searched refs:ParseEvents (Results 1 - 5 of 5) sorted by relevance
/base/hiviewdfx/hiview/base/include/ |
H A D | dispatch_rule_parser.h | 34 void ParseEvents(const Json::Value& root);
|
/base/hiviewdfx/hiview/base/ |
H A D | dispatch_rule_parser.cpp | 49 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 D | static_subscriber_manager_unit_test.cpp | 103 * @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 D | static_subscriber_manager.h | 90 void ParseEvents(const std::string &extensionName, const std::string &extensionBundleName,
|
/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 &extensionBundleName, in ParseEvents() function in OHOS::EventFwk::StaticSubscriberManager 347 ParseEvents(extension.name, extension.bundleName, userId, profile); in AddSubscriber()
|
Completed in 6 milliseconds