Home
last modified time | relevance | path

Searched defs:db_name (Results 1 – 3 of 3) sorted by relevance

/base/security/asset/services/plugin/src/
Dasset_plugin.rs132 let db_name = get_db_name(attributes, false)?; in add() localVariable
139 let db_name = get_db_name(attributes, true)?; in ce_add() localVariable
146 let db_name = get_db_name(attributes, false)?; in replace() localVariable
153 let db_name = get_db_name(attributes, true)?; in ce_replace() localVariable
/base/security/asset/services/core_service/src/common_event/
Dlistener.rs56 …let db_name = construct_splited_db_name(calling_info.owner_type_enum(), calling_info.owner_info(),… in remove_db() localVariable
317 let db_name = db_path.file_name().to_string_lossy().to_string(); in backup_de_db_if_accessible() localVariable
335 let db_name = db_path.file_name().to_string_lossy().to_string(); in backup_ce_db_if_accessible() localVariable
/base/security/asset/services/db_operator/src/
Ddatabase.rs100 pub(crate) db_name: String, field