Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/
H A Dmanage.rs124 let is_distributed = false; in add_systemability() localVariable
133 is_distributed, in add_systemability()
144 is_distributed: bool, in add_systemability_with_extra()
155 is_distributed, in add_systemability_with_extra()
H A Dwrapper.rs31 is_distributed: bool, field
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/cxx/
H A Dsystem_ability_manager_wrapper.cpp231 …ISystemAbilityManager::SAExtraProp extra(config.is_distributed, config.dump_flags, capability_u16,… in AddSystemAbility()