Home
last modified time | relevance | path

Searched refs:isDistributed (Results 1 - 19 of 19) sorted by relevance

/foundation/systemabilitymgr/samgr/test/fuzztest/samgr_fuzzer/src/
H A Daddsystemability_fuzzer.cpp31 auto isDistributed = FuzzTestUtils::BuildBoolFromData(data, size); in FuzzAddSystemAbility() local
40 parcelData.WriteBool(isDistributed); in FuzzAddSystemAbility()
/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/
H A Dif_system_ability_manager.h142 SAExtraProp(bool isDistributed, unsigned int dumpFlags, const std::u16string& capability, in SAExtraProp()
145 this->isDistributed = isDistributed; in SAExtraProp()
151 bool isDistributed = false; member
/foundation/communication/ipc/services/dbinder/test/moduletest/src/
H A Drpc_server_test.cpp46 saExtra.isDistributed = true; in HWTEST_F()
/foundation/barrierfree/accessibility/services/aams/test/mock/src/aafwk/
H A Dsystem_ability_manager.cpp216 saInfo.isDistributed = extraProp.isDistributed; in AddSystemAbility()
/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H A Dmock_system_ability.cpp119 void SystemAbility::SetDistributed(bool isDistributed) in SetDistributed() argument
122 isDistributed_ = isDistributed; in SetDistributed()
/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_system_ability.cpp146 void SystemAbility::SetDistributed(bool isDistributed) in SetDistributed() argument
149 isDistributed_ = isDistributed; in SetDistributed()
/foundation/bundlemanager/app_domain_verify/test/unittest/mock/src/
H A Dmock_system_ability.cpp150 void SystemAbility::SetDistributed(bool isDistributed) in SetDistributed() argument
153 isDistributed_ = isDistributed; in SetDistributed()
/foundation/resourceschedule/soc_perf/test/unittest/mock/
H A Dmock_system_ability.cpp115 void SystemAbility::SetDistributed(bool isDistributed) in SetDistributed() argument
118 isDistributed_ = isDistributed; in SetDistributed()
/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/
H A Dsystem_ability.h237 void SetDistributed(bool isDistributed);
/foundation/systemabilitymgr/safwk/services/safwk/include/
H A Dsystem_ability.h237 void SetDistributed(bool isDistributed);
/foundation/communication/ipc/services/dbinder/test/distributedtest/src/
H A Ddbinder_test_service.cpp63 saExtra.isDistributed = true; in Instantiate()
/foundation/systemabilitymgr/safwk/services/safwk/src/
H A Dsystem_ability.cpp314 void SystemAbility::SetDistributed(bool isDistributed) in SetDistributed() argument
316 isDistributed_ = isDistributed; in SetDistributed()
/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager_stub.cpp443 bool isDistributed = false; in UnmarshalingSaExtraProp() local
444 bool ret = data.ReadBool(isDistributed); in UnmarshalingSaExtraProp()
446 HILOGW("UnmarshalingSaExtraProp read isDistributed failed!"); in UnmarshalingSaExtraProp()
458 extraProp.isDistributed = isDistributed; in UnmarshalingSaExtraProp()
H A Dsystem_ability_manager.cpp96 void SystemAbilityManager::RegisterDistribute(int32_t systemAbilityId, bool isDistributed) in RegisterDistribute() argument
98 if (isDistributed) { in RegisterDistribute()
270 saInfo.isDistributed = false; in AddSamgrToAbilityMap()
497 if (!(iter->second.isDistributed)) { in GetSystemAbilityFromRemote()
1068 SAInfo saInfo = { ability, extraProp.isDistributed, extraProp.capability, Str16ToStr8(extraProp.permission) }; in AddSystemAbility()
/foundation/systemabilitymgr/samgr/services/samgr/native/include/
H A Dsystem_ability_manager.h41 bool isDistributed = false; member
339 void RegisterDistribute(int32_t said, bool isDistributed);
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_mgr_stub_load_test.cpp332 saInfo.isDistributed = false; in HWTEST_F()
344 saInfo.isDistributed = true; in HWTEST_F()
712 extraProp.isDistributed = false; in HWTEST_F()
H A Dsystem_ability_mgr_new_test.cpp257 * @tc.desc: get exist system ability, isDistributed is true.
265 saInfo.isDistributed = true; in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_relational_tracker_table_test.cpp185 void CheckDropTableAndReopenDb(bool isDistributed) in CheckDropTableAndReopenDb() argument
193 if (isDistributed) { in CheckDropTableAndReopenDb()
/foundation/systemabilitymgr/samgr/frameworks/native/source/
H A Dsystem_ability_manager_proxy.cpp852 if (!data.WriteBool(extraProp.isDistributed)) { in MarshalSAExtraProp()
853 HILOGW("MarshalSAExtraProp Write isDistributed failed!"); in MarshalSAExtraProp()

Completed in 21 milliseconds