Searched refs:ValidateUserProperty (Results 1 – 7 of 7) sorted by relevance
61 | int ValidateUserProperty(const UserProperty& userProperty) …93 int ValidateUserProperty(const UserProperty& userProperty) override;118 int ProcessorExample::ValidateUserProperty(const UserProperty& userProperty)121 printf("ProcessorExample ValidateUserProperty\n");
61 | int ValidateUserProperty(const UserProperty& userProperty) …93 int ValidateUserProperty(const UserProperty& userProperty) override;118 int ProcessorExample::ValidateUserProperty(const UserProperty& userProperty)120 ... // Enable user property verification in the ValidateUserProperty function.121 printf("ProcessorExample ValidateUserProperty\n");
30 int ValidateUserProperty(const UserProperty& userProperty) override;
82 int TestProcessor::ValidateUserProperty(const UserProperty& userProperty) in ValidateUserProperty() function in OHOS::HiviewDFX::HiAppEvent::TestProcessor
44 virtual int ValidateUserProperty(const UserProperty& userProperty) = 0;
110 && processor_->ValidateUserProperty(userProperty) == 0) { in GetValidUserProperties()
243 int ValidateUserProperty(const UserProperty& userProperty) override;278 int AppEventProcessorTest::ValidateUserProperty(const UserProperty& userProperty) in ValidateUserProperty() function in AppEventProcessorTest