Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/netlink/src/
H A Dnetlink_data.cpp31 int32_t paramIdx = 0; in Decode() local
47 } else if (paramIdx < NL_PARAMS_MAX) { in Decode()
49 ++paramIdx; in Decode()
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/parser/
H A Dintf_type_check.h47 bool CheckIntfHdiAstParam(AutoPtr<ASTParameter> param, size_t methodIdx, size_t paramIdx);
H A Dintf_type_check.cpp227 …tfTypeChecker::CheckIntfHdiAstParam(AutoPtr<ASTParameter> param, size_t methodIdx, size_t paramIdx) in CheckIntfHdiAstParam() argument
232 "[inout] or [in, out]", __func__, __LINE__, methodIdx, paramIdx).c_str()); in CheckIntfHdiAstParam()