/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/ |
H A D | app_event_processor_proxy.cpp | 108 [&userProperties, this](const auto& userProperty) { in GetValidUserProperties() argument 109 …if (reportConfig_.userPropertyNames.find(userProperty.name) != reportConfig_.userPropertyNames.end… in GetValidUserProperties() 110 && processor_->ValidateUserProperty(userProperty) == 0) { in GetValidUserProperties() 111 userProperties.emplace_back(userProperty); in GetValidUserProperties()
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/ |
H A D | napi_hiappevent_userinfo.cpp | 108 bool SetUserProperty(const napi_env env, const napi_value name, const napi_value userProperty) in SetUserProperty() argument 120 if (IsStringEmptyOrNull(env, userProperty)) { in SetUserProperty() 127 if (!NapiUtil::IsString(env, userProperty)) { in SetUserProperty() 131 std::string strUserProperty = NapiUtil::GetString(env, userProperty); in SetUserProperty()
|
H A D | napi_hiappevent_js_v9.cpp | 172 napi_value userProperty = nullptr; in GetUserProperty() local 173 if (!NapiHiAppEventUserInfo::GetUserProperty(env, params[0], userProperty)) { in GetUserProperty() 176 return userProperty; in GetUserProperty()
|
H A D | napi_hiappevent_processor.cpp | 175 for (auto userProperty : userPropertyNames) { in GenConfigUserPropertiesProp() local 176 if (!IsValidUserPropName(userProperty)) { in GenConfigUserPropertiesProp()
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/ |
H A D | hiappevent_userinfo.cpp | 206 HiAppEvent::UserProperty userProperty; in GetUserProperties() local 207 userProperty.name = it->first; in GetUserProperties() 208 userProperty.value = it->second; in GetUserProperties() 209 userProperties.emplace_back(userProperty); in GetUserProperties()
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-dfx-hiappevent-extend-so.md | 61 | int ValidateUserProperty(const UserProperty& userProperty) … 93 int ValidateUserProperty(const UserProperty& userProperty) override; 118 int ProcessorExample::ValidateUserProperty(const UserProperty& userProperty)
|
/ohos5.0/docs/zh-cn/application-dev/dfx/ |
H A D | hiappevent-event-reporting.md | 104 let userProperty = hiAppEvent.getUserProperty('testUserPropertyName'); 105 hilog.info(0x0000, 'testTag', `userProperty: ${userProperty}`)
|
/ohos5.0/docs/en/application-dev/dfx/ |
H A D | hiappevent-event-reporting.md | 104 let userProperty = hiAppEvent.getUserProperty('testUserPropertyName'); 105 hilog.info(0x0000, 'testTag', `userProperty: ${userProperty}`)
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-dfx-hiappevent-extend-so.md | 61 | int ValidateUserProperty(const UserProperty& userProperty) … 93 int ValidateUserProperty(const UserProperty& userProperty) override; 118 int ProcessorExample::ValidateUserProperty(const UserProperty& userProperty)
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/include/ |
H A D | napi_hiappevent_userinfo.h | 26 bool SetUserProperty(const napi_env env, const napi_value name, const napi_value userProperty);
|
/ohos5.0/base/hiviewdfx/hiappevent/test/processor/ |
H A D | test_processor.h | 30 int ValidateUserProperty(const UserProperty& userProperty) override;
|
H A D | test_processor.cpp | 82 int TestProcessor::ValidateUserProperty(const UserProperty& userProperty) in ValidateUserProperty() argument
|
/ohos5.0/base/hiviewdfx/hiappevent/interfaces/native/inner_api/include/ |
H A D | app_event_processor.h | 44 virtual int ValidateUserProperty(const UserProperty& userProperty) = 0;
|
/ohos5.0/base/hiviewdfx/hiappevent/test/unittest/common/native/ |
H A D | hiappevent_inner_api_test.cpp | 243 int ValidateUserProperty(const UserProperty& userProperty) override; 278 int AppEventProcessorTest::ValidateUserProperty(const UserProperty& userProperty) in ValidateUserProperty() argument 280 return (userProperty.name.find("test") == std::string::npos) ? -1 : 0; in ValidateUserProperty()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-performance-analysis-kit/ |
H A D | js-apis-hiviewdfx-hiappevent.md | 536 hilog.info(0x0000, 'hiAppEvent', `getUserProperty event was successful, userProperty=${value}`);
|
/ohos5.0/docs/en/application-dev/reference/apis-performance-analysis-kit/ |
H A D | js-apis-hiviewdfx-hiappevent.md | 536 hilog.info(0x0000, 'hiAppEvent', `getUserProperty event was successful, userProperty=${value}`);
|