Searched refs:SetUserProperty (Results 1 - 9 of 9) sorted by relevance
/base/hiviewdfx/hiappevent/test/unittest/common/native/ |
H A D | hiappevent_userinfo_test.cpp | 168 int ret = HiAppEvent::UserInfo::GetInstance().SetUserProperty(TEST_USER_PROP_NAME, TEST_USER_PROP_VALUE); in HWTEST_F() 192 int ret = HiAppEvent::UserInfo::GetInstance().SetUserProperty(TEST_USER_PROP_NAME, TEST_USER_PROP_VALUE); in HWTEST_F() 216 int ret = HiAppEvent::UserInfo::GetInstance().SetUserProperty(TEST_USER_PROP_NAME, TEST_USER_PROP_VALUE); in HWTEST_F() 219 ret = HiAppEvent::UserInfo::GetInstance().SetUserProperty(TEST_USER_PROP_NAME, "testUserProperty1"); in HWTEST_F() 243 int ret = HiAppEvent::UserInfo::GetInstance().SetUserProperty(TEST_USER_PROP_NAME, TEST_USER_PROP_VALUE); in HWTEST_F() 246 ret = HiAppEvent::UserInfo::GetInstance().SetUserProperty(TEST_USER_PROP_NAME, ""); in HWTEST_F()
|
/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);
|
/base/hiviewdfx/hiappevent/frameworks/cj/ffi/include/ |
H A D | hiappevent_impl.h | 38 static int SetUserProperty(const std::string& name, const std::string& value);
|
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/ |
H A D | hiappevent_userinfo.h | 34 int SetUserProperty(const std::string& name, const std::string& value);
|
/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() function 137 if (HiAppEvent::UserInfo::GetInstance().SetUserProperty(strName, strUserProperty) != 0) {
in SetUserProperty()
|
H A D | napi_hiappevent_js_v9.cpp | 151 static napi_value SetUserProperty(napi_env env, napi_callback_info info)
in SetUserProperty() function 158 if (!NapiHiAppEventUserInfo::SetUserProperty(env, params[0], params[1])) {
in SetUserProperty() 248 DECLARE_NAPI_FUNCTION("setUserProperty", SetUserProperty),
in Init()
|
/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/ |
H A D | hiappevent_impl.cpp | 179 int HiAppEventImpl::SetUserProperty(const std::string& name, const std::string& value) in SetUserProperty() function in OHOS::CJSystemapi::HiAppEvent::HiAppEventImpl 188 if (UserInfo::GetInstance().SetUserProperty(name, value) != 0) { in SetUserProperty()
|
H A D | hiappevent_ffi.cpp | 280 int res = HiAppEventImpl::SetUserProperty(std::string(name), std::string(value)); in FfiOHOSHiAppEventSetUserProperty()
|
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/ |
H A D | hiappevent_userinfo.cpp | 112 int UserInfo::SetUserProperty(const std::string& name, const std::string& value)
in SetUserProperty() function in OHOS::HiviewDFX::HiAppEvent::UserInfo
|
Completed in 5 milliseconds