Home
last modified time | relevance | path

Searched refs:UserProperty (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-dfx-hiappevent-extend-so.md37 - 校验UserProperty:提供了校验UserProperty的相关接口能力,支持对UserProperty合法性进行校验。校验UserProperty功能如图4所示。
59 …rocessorSeq, const std::vector\<UserId\>& userIds, const std::vector\<UserProperty\>& userProperti…
61UserProperty& userProperty) …
91 …t processorSeq, const std::vector<UserId>& userIds, const std::vector<UserProperty>& userPropertie…
93 int ValidateUserProperty(const UserProperty& userProperty) override;
104 …t processorSeq, const std::vector<UserId>& userIds, const std::vector<UserProperty>& userPropertie…
118 int ProcessorExample::ValidateUserProperty(const UserProperty& userProperty)
120 ... // 在校验UserProperty函数中,可以对UserProperty进行校验
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-dfx-hiappevent-extend-so.md59 …rocessorSeq, const std::vector\<UserId\>& userIds, const std::vector\<UserProperty\>& userProperti…
61 | int ValidateUserProperty(const UserProperty& userProperty) …
91 …t processorSeq, const std::vector<UserId>& userIds, const std::vector<UserProperty>& userPropertie…
93 int ValidateUserProperty(const UserProperty& userProperty) override;
104 …t processorSeq, const std::vector<UserId>& userIds, const std::vector<UserProperty>& userPropertie…
118 int ProcessorExample::ValidateUserProperty(const UserProperty& userProperty)
/ohos5.0/base/hiviewdfx/hiappevent/test/processor/
H A Dtest_processor.h27 const std::vector<UserProperty>& userProperties,
30 int ValidateUserProperty(const UserProperty& userProperty) override;
H A Dtest_processor.cpp65 const std::vector<UserProperty>& userProperties, in OnReport()
82 int TestProcessor::ValidateUserProperty(const UserProperty& userProperty) in ValidateUserProperty()
/ohos5.0/base/hiviewdfx/hiappevent/interfaces/native/inner_api/include/
H A Dapp_event_processor.h41 const std::vector<UserProperty>& userProperties,
44 virtual int ValidateUserProperty(const UserProperty& userProperty) = 0;
H A Dbase_type.h31 struct UserProperty { struct
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/
H A Dapp_event_processor_proxy.cpp56 std::vector<UserProperty> userProperties; in OnEvents()
99 void AppEventProcessorProxy::GetValidUserProperties(std::vector<UserProperty>& userProperties) in GetValidUserProperties()
106 …std::vector<UserProperty> allUserProperties = HiAppEvent::UserInfo::GetInstance().GetUserPropertie… in GetValidUserProperties()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/include/
H A Dapp_event_processor_proxy.h37 void GetValidUserProperties(std::vector<UserProperty>& userProperties);
44 std::vector<UserProperty> userProperties_;
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_userinfo.cpp201 std::vector<HiAppEvent::UserProperty> UserInfo::GetUserProperties() in GetUserProperties()
204 std::vector<HiAppEvent::UserProperty> userProperties; in GetUserProperties()
206 HiAppEvent::UserProperty userProperty; in GetUserProperties()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
H A Dhiappevent_userinfo.h38 std::vector<HiAppEvent::UserProperty> GetUserProperties();
/ohos5.0/base/hiviewdfx/hiappevent/test/unittest/common/native/
H A Dhiappevent_inner_api_test.cpp207 const std::vector<UserProperty>& userProperties, in CheckOnReport()
240 const std::vector<UserProperty>& userProperties,
243 int ValidateUserProperty(const UserProperty& userProperty) override;
254 const std::vector<UserProperty>& userProperties, in OnReport()
278 int AppEventProcessorTest::ValidateUserProperty(const UserProperty& userProperty) in ValidateUserProperty()