Home
last modified time | relevance | path

Searched refs:RemoveUserProperty (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
H A Dhiappevent_userinfo.h36 int RemoveUserProperty(const std::string& name);
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_hiappevent_userinfo.cpp121 if (HiAppEvent::UserInfo::GetInstance().RemoveUserProperty(strName) != 0) { in SetUserProperty()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_userinfo.cpp153 int UserInfo::RemoveUserProperty(const std::string& name) in RemoveUserProperty() function in OHOS::HiviewDFX::HiAppEvent::UserInfo
/ohos5.0/base/hiviewdfx/hiappevent/test/unittest/common/native/
H A Dhiappevent_userinfo_test.cpp46 HiAppEvent::UserInfo::GetInstance().RemoveUserProperty(TEST_USER_PROP_NAME); in SetUp()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
H A Dhiappevent_impl.cpp184 if (UserInfo::GetInstance().RemoveUserProperty(name) != 0) { in SetUserProperty()