Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_mgr_adapter.cpp90 constexpr int32_t USER_ID_INDEX = 1; variable
1320 if (size > USER_ID_INDEX) { in DumpHasFormVisible()
1321 userId = std::stoi(bundleInfoList[USER_ID_INDEX]); in DumpHasFormVisible()