Home
last modified time | relevance | path

Searched refs:IsUidExists (Results 1 - 3 of 3) sorted by relevance

/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/include/
H A Ddata_share_dao.h37 bool IsUidExists(int32_t uid);
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
H A Ddata_share_dao.cpp43 bool DataShareDao::IsUidExists(int32_t uid) in IsUidExists() function in OHOS::HiviewDFX::DataShareDao
47 HIVIEW_LOGE("DataShareDao::IsUidExists, dbStore is null."); in IsUidExists()
70 if (this->IsUidExists(uid)) { in SaveSubscriberInfo()
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/test/unittest/common/
H A Ddata_share_test.cpp110 auto res = dataShareDao->IsUidExists(uid); in HWTEST_F()

Completed in 2 milliseconds