Home
last modified time | relevance | path

Searched defs:String (Results 1 – 18 of 18) sorted by relevance

/trusty/user/app/storage/test/storage-unittest-aidl/unittests/
Dhelpers.rs16 ) -> Result<(), String> { in ensure_deleted() argument
52 fn check_pattern32(offset: usize, buf: &[u8]) -> Result<(), String> { in check_pattern32() argument
90 fn check_valid_size(chunk_len: usize) -> Result<(), String> { in check_valid_size() argument
102 ) -> Result<(), String> { in write_pattern() argument
128 ) -> Result<(), String> { in read_pattern() argument
/trusty/user/app/authmgr/authmgr-be/app/
Dmain.rs22 fn log_formatter(record: &log::Record) -> String { in log_formatter()
/trusty/user/app/sample/rust-hello-world-trusted-hal/app/
Dmain.rs22 fn log_formatter(record: &log::Record) -> String { in log_formatter()
/trusty/user/app/sample/rust-hello-world-trusted-hal/lib/src/
Dhello_world_trusted_service.rs37 fn sayHello(&self, name: &str) -> binder::Result<String> { in sayHello()
/trusty/user/base/lib/service_manager/tests/test_service/src/
Dmain.rs15 fn hello(&self) -> Result<String, Status> { in hello()
/trusty/user/app/keymint/
Dmain.rs35 fn log_formatter(record: &log::Record) -> String { in log_formatter()
Dsecure_storage_manager.rs59 fn get_key_slot_file_name(algorithm: SigningAlgorithm) -> String { in get_key_slot_file_name()
/trusty/user/base/lib/service_manager/client/src/
Dlib.rs194 fn try_long_service_name_to_port(service_name: &str) -> Result<String, StatusCode> { in try_long_service_name_to_port()
252 pub fn service_name_to_trusty_port(service_name: &str) -> Result<String, StatusCode> { in service_name_to_trusty_port()
/trusty/user/base/lib/service_manager/tests/fake_accessor/src/
Dmain.rs42 fn getInstanceName(&self) -> Result<String, Status> { in getInstanceName()
/trusty/user/app/authmgr/authmgr-fe/
Daccessor.rs58 fn getInstanceName(&self) -> Result<String, Status> { in getInstanceName()
/trusty/user/app/keymint/secure_storage_manager/
Dsoftware.rs412 pub fn hex_decode(hex: &str) -> Result<Vec<u8>, String> { in hex_decode() argument
/trusty/user/base/lib/trusty-log/src/
Dlib.rs117 fn default_log_function(record: &Record) -> String { in default_log_function()
/trusty/user/desktop/app/finger_guard/
Dservice.rs17 fn authenticator_id_file_name(&self) -> String { in authenticator_id_file_name()
/trusty/user/app/secretkeeper/
Dstore.rs33 fn filename(key: &[u8]) -> String { in filename()
Dlib.rs58 fn log_formatter(record: &log::Record) -> String { in log_formatter()
/trusty/user/base/lib/unittest-rust/src/
Dtypes.rs172 pub fn padded_name(&self, column_count: usize, align: NamePadding) -> String { in padded_name()
/trusty/user/base/lib/storage/rust/src/
Dlib.rs934 fn try_next(&mut self) -> Result<Option<(String, FileState)>, Error> { in try_next()
/trusty/user/base/lib/tipc/rust/src/
Dservice.rs404 fn to_string(&self) -> String { in to_string()