Searched refs:UserProperty (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-dfx-hiappevent-extend-so.md | 37 - 校验UserProperty:提供了校验UserProperty的相关接口能力,支持对UserProperty合法性进行校验。校验UserProperty功能如图4所示。 59 …rocessorSeq, const std::vector\<UserId\>& userIds, const std::vector\<UserProperty\>& userProperti… 61 …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) 120 ... // 在校验UserProperty函数中,可以对UserProperty进行校验
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-dfx-hiappevent-extend-so.md | 59 …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 D | test_processor.h | 27 const std::vector<UserProperty>& userProperties, 30 int ValidateUserProperty(const UserProperty& userProperty) override;
|
H A D | test_processor.cpp | 65 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 D | app_event_processor.h | 41 const std::vector<UserProperty>& userProperties, 44 virtual int ValidateUserProperty(const UserProperty& userProperty) = 0;
|
H A D | base_type.h | 31 struct UserProperty { struct
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/ |
H A D | app_event_processor_proxy.cpp | 56 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 D | app_event_processor_proxy.h | 37 void GetValidUserProperties(std::vector<UserProperty>& userProperties); 44 std::vector<UserProperty> userProperties_;
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/ |
H A D | hiappevent_userinfo.cpp | 201 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 D | hiappevent_userinfo.h | 38 std::vector<HiAppEvent::UserProperty> GetUserProperties();
|
/ohos5.0/base/hiviewdfx/hiappevent/test/unittest/common/native/ |
H A D | hiappevent_inner_api_test.cpp | 207 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()
|