Searched refs:SetUserProperty (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/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_… 192 …int ret = HiAppEvent::UserInfo::GetInstance().SetUserProperty(TEST_USER_PROP_NAME, TEST_USER_PROP_… 216 …int ret = HiAppEvent::UserInfo::GetInstance().SetUserProperty(TEST_USER_PROP_NAME, TEST_USER_PROP_… 219 …ret = HiAppEvent::UserInfo::GetInstance().SetUserProperty(TEST_USER_PROP_NAME, "testUserProperty1"… 243 …int ret = HiAppEvent::UserInfo::GetInstance().SetUserProperty(TEST_USER_PROP_NAME, TEST_USER_PROP_… 246 ret = HiAppEvent::UserInfo::GetInstance().SetUserProperty(TEST_USER_PROP_NAME, "");
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/ |
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()
|
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()
|
/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/frameworks/cj/ffi/src/ |
H A D | hiappevent_impl.cpp | 181 int HiAppEventImpl::SetUserProperty(const std::string& name, const std::string& value) in SetUserProperty() function in OHOS::CJSystemapi::HiAppEvent::HiAppEventImpl 190 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()
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/ |
H A D | hiappevent_userinfo.h | 34 int SetUserProperty(const std::string& name, const std::string& value);
|
/ohos5.0/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);
|
/ohos5.0/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
|