Home
last modified time | relevance | path

Searched refs:ValidateUserProperty (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-dfx-hiappevent-extend-so.md61 | int ValidateUserProperty(const UserProperty& userProperty) …
93 int ValidateUserProperty(const UserProperty& userProperty) override;
118 int ProcessorExample::ValidateUserProperty(const UserProperty& userProperty)
121 printf("ProcessorExample ValidateUserProperty\n");
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-dfx-hiappevent-extend-so.md61 | 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");
/ohos5.0/base/hiviewdfx/hiappevent/test/processor/
H A Dtest_processor.h30 int ValidateUserProperty(const UserProperty& userProperty) override;
H A Dtest_processor.cpp82 int TestProcessor::ValidateUserProperty(const UserProperty& userProperty) in ValidateUserProperty() function in OHOS::HiviewDFX::HiAppEvent::TestProcessor
/ohos5.0/base/hiviewdfx/hiappevent/interfaces/native/inner_api/include/
H A Dapp_event_processor.h44 virtual int ValidateUserProperty(const UserProperty& userProperty) = 0;
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/
H A Dapp_event_processor_proxy.cpp110 && processor_->ValidateUserProperty(userProperty) == 0) { in GetValidUserProperties()
/ohos5.0/base/hiviewdfx/hiappevent/test/unittest/common/native/
H A Dhiappevent_inner_api_test.cpp243 int ValidateUserProperty(const UserProperty& userProperty) override;
278 int AppEventProcessorTest::ValidateUserProperty(const UserProperty& userProperty) in ValidateUserProperty() function in AppEventProcessorTest