Searched refs:GetUint32ArrayFromJson (Results 1 - 2 of 2) sorted by relevance
/base/startup/appspawn/test/moduletest/ |
H A D | appspawn_test_cmder.h | 91 uint32_t GetUint32ArrayFromJson(const cJSON *json, const char *name, uint32_t dataArray[], uint32_t maxCount);
|
H A D | appspawn_test_cmder.cpp | 146 uint32_t AppSpawnTestCommander::GetUint32ArrayFromJson(const cJSON *json, in GetUint32ArrayFromJson() function in OHOS::AppSpawnModuleTest::AppSpawnTestCommander 189 info.gidCount = GetUint32ArrayFromJson(config, "gid-table", info.gidTable, APP_MAX_GIDS); in AddDacInfoFromJson() 377 uint32_t count = GetUint32ArrayFromJson(appInfoConfig_, "msg-flags", msgFlags, ARRAY_LENGTH(msgFlags)); in CreateMsg()
|
Completed in 3 milliseconds