Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/class_stat/
H A Dstat_n_exporter.h41 static napi_value GetDev(napi_env env, napi_callback_info cbinfo);
H A Dstat_n_exporter.cpp90 napi_value StatNExporter::GetDev(napi_env env, napi_callback_info info) in GetDev() function in OHOS::DistributedFS::ModuleFileIO::StatNExporter
325 NVal::DeclareNapiGetter("dev", GetDev), in Export()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor.h463 std::string GetDev();
H A Dsqlite_single_ver_relational_storage_executor_extend.cpp829 errCode = SQLiteUtils::BindTextToStatement(insertLogStmt, 2, GetDev()); // 2 is device in BindValueToInsertLogStatement()
835 errCode = SQLiteUtils::BindTextToStatement(insertLogStmt, 3, GetDev()); // 3 is ori_device in BindValueToInsertLogStatement()
H A Dsqlite_single_ver_relational_storage_extend_executor.cpp1772 std::string SQLiteSingleVerRelationalStorageExecutor::GetDev() in GetDev() function in DistributedDB::SQLiteSingleVerRelationalStorageExecutor