Home
last modified time | relevance | path

Searched refs:storageHandler_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/include/dbstorage/
H A Ddevice_profile_storage_manager.h87 std::shared_ptr<AppExecFwk::EventHandler> storageHandler_; variable
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H A Dprofile_sync_test.cpp115 DeviceProfileStorageManager::GetInstance().storageHandler_ =
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/dbstorage/
H A Ddevice_profile_storage_manager.cpp80 storageHandler_ = std::make_shared<AppExecFwk::EventHandler>(runner); in Init()
81 if (storageHandler_ == nullptr) { in Init()