Home
last modified time | relevance | path

Searched defs:arrName (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dmacro_gen.cpp119const std::string &arrName, uint32_t &arrSize, uint32_t type, const std::shared_ptr<AstObject> &no… in GenArray()
/ohos5.0/base/startup/init/test/unittest/lite/
H A Dcmd_func_test.cpp568 static cJSON *GetArrItem(const cJSON *fileRoot, int &arrSize, const std::string &arrName) in GetArrItem()
/ohos5.0/base/startup/init/services/modules/trace/
H A Dinit_trace.c233 static cJSON *GetArrayItem(const cJSON *fileRoot, int *arrSize, const char *arrName) in GetArrayItem()
/ohos5.0/base/startup/init/services/init/
H A Dinit_service_manager.c207 cJSON *GetArrayItem(const cJSON *fileRoot, int *arrSize, const char *arrName) in GetArrayItem()