Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/user_file_service/interfaces/kits/picker/src/
H A Dpicker_n_exporter.cpp92 const int32_t suffixindex = pickerCallBack->want.GetIntParam(key.c_str(), -1); in MakeResultWithInt() local
93 HILOG_INFO("Modal picker: %{public}s is %{public}d ", key.c_str(), suffixindex); in MakeResultWithInt()
95 napi_create_int32(env, suffixindex, &suffix); in MakeResultWithInt()