Searched refs:GetUserProperty (Results 1 - 9 of 9) sorted by relevance
/base/hiviewdfx/hiappevent/test/unittest/common/native/ |
H A D | hiappevent_userinfo_test.cpp | 173 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 D | napi_hiappevent_userinfo.h | 27 bool GetUserProperty(const napi_env env, const napi_value name, napi_value& out);
|
/base/hiviewdfx/hiappevent/frameworks/cj/ffi/include/ |
H A D | hiappevent_impl.h | 39 static std::tuple<int, std::string> GetUserProperty(const std::string& name);
|
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/ |
H A D | hiappevent_userinfo.h | 35 int GetUserProperty(const std::string& name, std::string& out);
|
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/ |
H A D | napi_hiappevent_userinfo.cpp | 144 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 D | napi_hiappevent_js_v9.cpp | 164 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 D | hiappevent_impl.cpp | 195 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 D | hiappevent_ffi.cpp | 295 auto [status, propertyId] = HiAppEventImpl::GetUserProperty(std::string(name)); in FfiOHOSHiAppEventgetUserProperty()
|
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/ |
H A D | hiappevent_userinfo.cpp | 139 int UserInfo::GetUserProperty(const std::string& name, std::string& out)
in GetUserProperty() function in OHOS::HiviewDFX::HiAppEvent::UserInfo
|
Completed in 5 milliseconds