Searched refs:RdbStatic (Results 1 - 2 of 2) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
H A D | rdb_service_impl.h | 126 class RdbStatic : public StaticActs { class in OHOS::DistributedRdb::RdbServiceImpl 128 ~RdbStatic() override {}; 144 std::shared_ptr<RdbStatic> staticActs_;
|
H A D | rdb_service_impl.cpp | 85 staticActs_ = std::make_shared<RdbStatic>(); in Factory() 982 int32_t RdbServiceImpl::RdbStatic::CloseStore(const std::string &bundleName, int32_t user, int32_t index, 985 if (tokenId != RdbServiceImpl::RdbStatic::INVALID_TOKENID) { 1010 int32_t RdbServiceImpl::RdbStatic::OnAppUninstall(const std::string &bundleName, int32_t user, int32_t index) 1015 int32_t RdbServiceImpl::RdbStatic::OnAppUpdate(const std::string &bundleName, int32_t user, int32_t index) 1020 int32_t RdbServiceImpl::RdbStatic::OnClearAppStorage(const std::string &bundleName, int32_t user, int32_t index,
|
Completed in 2 milliseconds