Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dmain.cpp23 return EFAIL; in main()
38 return decompile.DoDecompile() ? 0 : EFAIL; in main()
43 return EFAIL; in main()
48 return EFAIL; in main()
55 return EFAIL; in main()
60 return EFAIL; in main()
66 return EFAIL; in main()
H A Dast.cpp1000 return EFAIL; in NodeExpandRef()
1004 return EFAIL; in NodeExpandRef()
1011 return EFAIL; in NodeExpandRef()
1014 return EFAIL; in NodeExpandRef()
1056 return EFAIL; in NodeExpandTermRef()
1088 return EFAIL; in InheritExpand()
1104 return EFAIL; in RedefineCheck()
H A Dtypes.h35 EFAIL, /* Process fail */ enumerator
H A Dparser.cpp131 errno_ = EFAIL; in ProcessInclude()
138 errno_ = EFAIL; in ProcessInclude()
150 errno_ = EFAIL; in ProcessInclude()
H A Ddecompile_gen.cpp121 return EFAIL; in PrintBaseType()
H A Dtext_gen.cpp731 return EFAIL; in DuplicateNodeNameCheck()
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
H A Dast.js44 EFAIL: 1, property in HcsErrorNo
908 return HcsErrorNo.EFAIL;
919 return HcsErrorNo.EFAIL;
975 return HcsErrorNo.EFAIL;
990 return HcsErrorNo.EFAIL;
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/include/
H A Dhdf_wifi_cmd.h24 #define EFAIL 1 macro