Searched defs:typesArray (Results 1 – 2 of 2) sorted by relevance
485 int32_t OH_ArkUI_SetNodeAllowedDropDataTypes(ArkUI_NodeHandle node, const char* typesArray[], int32… in OH_ArkUI_SetNodeAllowedDropDataTypes()
89 char** typesArray = new (std::nothrow) char* [vectorSize] {nullptr}; in StrVectorToTypesArray() local