Lines Matching defs:isRegist
1242 uint8_t isDevProp, int32_t isRegist, struct UsbFnCfgPropMgr *fnCfgPropMgr)
1244 if (isRegist != 0) {
1275 int32_t isRegist = IsPropRegisted(intf, registInfo->name);
1276 int32_t ret = UsbFnCfgMgrCheckRegist(intf, registInfo, isDevProp, isRegist, fnCfgPropMgr);
1286 if (isRegist == 0) {
1294 if (isRegist == 0) {
1301 if (isRegist == 0) {
1384 int32_t isRegist = IsPropRegisted(intf, name);
1385 if (isRegist == 0 && deviceProp == 0) {
1394 if (isRegist != 0) {
1405 if (isRegist == 0 && UsbFnCfgMgrRegisterProp(intf, ®istInfo) != HDF_SUCCESS) {
1412 if (isRegist && fnCfgPropMgr->setPropCallback) {