Searched refs:descriptions (Results 1 - 5 of 5) sorted by relevance
/base/print/print_fwk/frameworks/ohscan/include/ |
H A D | ohscan.h | 130 char** descriptions; member
|
/base/print/print_fwk/frameworks/ohscan/src/ |
H A D | ohscan.cpp | 186 DELETE_AND_NULLIFY(scannerOptions->descriptions[i]) in FreeScannerOptionsMemory() 188 DELETE_ARRAY_AND_NULLIFY(scannerOptions->descriptions) in FreeScannerOptionsMemory() 211 scannerOptions->descriptions = new (std::nothrow) char* [optionCount]; in CreateScannerOptions() 214 if (scannerOptions->titles == nullptr || scannerOptions->descriptions == nullptr || in CreateScannerOptions() 221 memset_s(scannerOptions->descriptions, stringMemSize, 0, stringMemSize) != 0 || in CreateScannerOptions() 269 scannerOptions->descriptions[i] = desBuff; in MemSetScannerOptions()
|
/base/location/frameworks/cj/include/ |
H A D | geolocationmanager_utils.h | 122 char** descriptions; member
|
/base/location/frameworks/js/napi/source/ |
H A D | napi_util.cpp | 211 SetValueStringArray(env, "descriptions", descriptionArray, eachObj); in GeoAddressesToJsObj() 558 std::vector<std::string> descriptions; in GetGeoAddressInfo() local 559 GetStringArrayValueByKey(env, value, "descriptions", descriptions); in GetGeoAddressInfo() 560 size_t size = static_cast<size_t>(address->descriptionsSize_) > descriptions.size() ? in GetGeoAddressInfo() 561 descriptions.size() : static_cast<size_t>(address->descriptionsSize_); in GetGeoAddressInfo() 563 address->descriptions_.insert(std::make_pair(i, descriptions[i])); in GetGeoAddressInfo()
|
/base/location/frameworks/cj/source/ |
H A D | geolocationmanager_utils.cpp | 131 eachObj.descriptions = descriptionArray; in HandleDescriptions()
|
Completed in 6 milliseconds