Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/cxx/
H A Dsystem_ability_manager_wrapper.cpp36 static constexpr size_t MAX_RUST_STR_LEN = 1024; variable
183 if (localAbilityManagerName.length() > MAX_RUST_STR_LEN) { in AddOnDemandSystemAbilityInfo()