Home
last modified time | relevance | path

Searched refs:GetUserProperty (Results 1 - 9 of 9) sorted by relevance

/base/hiviewdfx/hiappevent/test/unittest/common/native/
H A Dhiappevent_userinfo_test.cpp173 int ret = HiAppEvent::UserInfo::GetInstance().GetUserProperty(TEST_USER_PROP_NAME, strUserProperty); in HWTEST_F()
197 int ret = HiAppEvent::UserInfo::GetInstance().GetUserProperty("", strUserProperty); in HWTEST_F()
224 int ret = HiAppEvent::UserInfo::GetInstance().GetUserProperty(TEST_USER_PROP_NAME, strUserProperty); in HWTEST_F()
251 int ret = HiAppEvent::UserInfo::GetInstance().GetUserProperty(TEST_USER_PROP_NAME, strUserProperty); in HWTEST_F()
/base/hiviewdfx/hiappevent/frameworks/js/napi/include/
H A Dnapi_hiappevent_userinfo.h27 bool GetUserProperty(const napi_env env, const napi_value name, napi_value& out);
/base/hiviewdfx/hiappevent/frameworks/cj/ffi/include/
H A Dhiappevent_impl.h39 static std::tuple<int, std::string> GetUserProperty(const std::string& name);
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
H A Dhiappevent_userinfo.h35 int GetUserProperty(const std::string& name, std::string& out);
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_hiappevent_userinfo.cpp144 bool GetUserProperty(const napi_env env, const napi_value name, napi_value& out) in GetUserProperty() function
157 if (HiAppEvent::UserInfo::GetInstance().GetUserProperty(strName, strUserProperty) != 0) { in GetUserProperty()
H A Dnapi_hiappevent_js_v9.cpp164 static napi_value GetUserProperty(napi_env env, napi_callback_info info) in GetUserProperty() function
173 if (!NapiHiAppEventUserInfo::GetUserProperty(env, params[0], userProperty)) { in GetUserProperty()
249 DECLARE_NAPI_FUNCTION("getUserProperty", GetUserProperty), in Init()
/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
H A Dhiappevent_impl.cpp195 std::tuple<int, std::string> HiAppEventImpl::GetUserProperty(const std::string& name) in GetUserProperty() function in OHOS::CJSystemapi::HiAppEvent::HiAppEventImpl
198 if (UserInfo::GetInstance().GetUserProperty(name, strUserProperty) != 0) { in GetUserProperty()
H A Dhiappevent_ffi.cpp295 auto [status, propertyId] = HiAppEventImpl::GetUserProperty(std::string(name)); in FfiOHOSHiAppEventgetUserProperty()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_userinfo.cpp139 int UserInfo::GetUserProperty(const std::string& name, std::string& out) in GetUserProperty() function in OHOS::HiviewDFX::HiAppEvent::UserInfo

Completed in 5 milliseconds