Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager_stub.cpp377 std::u16string localManagerName = data.ReadString16(); in AddOndemandSystemAbilityInner() local
378 if (localManagerName.empty()) { in AddOndemandSystemAbilityInner()
383 int32_t result = AddOnDemandSystemAbilityInfo(systemAbilityId, localManagerName); in AddOndemandSystemAbilityInner()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_mgr_stub_test.cpp654 u16string localManagerName = u"test"; variable
655 data.WriteString16(localManagerName);