Home
last modified time | relevance | path

Searched refs:build_array_params (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hisysevent/test/unittest/rust/src/
H A Dmain.rs36 hisysevent::build_array_params!("INT32_ARRAY", &[8i32, 9i32]), in test_hisysevent_write_001()
37 hisysevent::build_array_params!("BOOL_ARRAY", &[true, false, true]), in test_hisysevent_write_001()
38 hisysevent::build_array_params!("FLOAT_ARRAY", &[1.55f32, 2.33f32, 4.88f32])] in test_hisysevent_write_001()
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/rust/innerkits/src/
H A Dmacros.rs144 macro_rules! build_array_params { macro