Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/soc_perf/test/unittest/mock/
H A Dmock_system_ability.cpp133 void SystemAbility::SetDumpLevel(uint32_t dumpLevel) in SetDumpLevel() argument
136 dumpLevel_ = dumpLevel; in SetDumpLevel()
/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H A Dmock_system_ability.cpp137 void SystemAbility::SetDumpLevel(uint32_t dumpLevel) in SetDumpLevel() argument
140 dumpLevel_ = dumpLevel; in SetDumpLevel()
/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_system_ability.cpp164 void SystemAbility::SetDumpLevel(uint32_t dumpLevel) in SetDumpLevel() argument
167 dumpLevel_ = dumpLevel; in SetDumpLevel()
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/mock/src/
H A Dmock_system_ability.cpp168 void SystemAbility::SetDumpLevel(uint32_t dumpLevel) in SetDumpLevel() argument
171 dumpLevel_ = dumpLevel; in SetDumpLevel()
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/common/include/
H A Dsa_profiles.h125 int32_t dumpLevel = 0; member
/ohos5.0/foundation/systemabilitymgr/safwk/services/safwk/src/
H A Dsystem_ability.cpp341 void SystemAbility::SetDumpLevel(uint32_t dumpLevel) in SetDumpLevel() argument
343 dumpLevel_ = dumpLevel; in SetDumpLevel()
H A Dlocal_ability_manager.cpp255 ability->SetDumpLevel(saProfile.dumpLevel); in AddAbility()
/ohos5.0/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/
H A Dsystem_ability.h239 void SetDumpLevel(unsigned int dumpLevel);
/ohos5.0/foundation/systemabilitymgr/safwk/services/safwk/include/
H A Dsystem_ability.h239 void SetDumpLevel(unsigned int dumpLevel);
/ohos5.0/foundation/systemabilitymgr/samgr/services/common/src/
H A Dparse_util.cpp402 GetInt32FromJson(systemAbilityJson, SA_TAG_DUMP_LEVEL, saProfile.dumpLevel); in ParseSystemAbilityGetSaExtInfo()