Home
last modified time | relevance | path

Searched refs:FALSE (Results 1 - 25 of 52) sorted by relevance

123

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dctypendk.cpp22 #define FALSE 0 macro
45 size_t strResult = FALSE; in Isalnum()
50 if (retVal != FALSE) { in Isalnum()
53 napi_create_int32(env, FALSE, &result); in Isalnum()
64 size_t strResult = FALSE; in IsalnumL()
69 if (retVal != FALSE) { in IsalnumL()
72 napi_create_int32(env, FALSE, &result); in IsalnumL()
83 size_t strResult = FALSE; in Isalpha()
88 if (retVal != FALSE) { in Isalpha()
91 napi_create_int32(env, FALSE, in Isalpha()
[all...]
H A Dwctypendk.cpp27 #define FALSE 0 macro
67 napi_create_int32(env, FALSE, &result); in Iswalnum()
87 napi_create_int32(env, FALSE, &result); in IswalnumL()
107 napi_create_int32(env, FALSE, &result); in Iswalpha()
127 napi_create_int32(env, FALSE, &result); in IswalphaL()
147 napi_create_int32(env, FALSE, &result); in Iswblank()
167 napi_create_int32(env, FALSE, &result); in IswblankL()
185 napi_create_int32(env, FALSE, &result); in Iswcntrl()
203 napi_create_int32(env, FALSE, &result); in IswcntrlL()
223 napi_create_int32(env, FALSE, in Iswdigit()
[all...]
H A Dinotifyndk.cpp25 #define FALSE 0 macro
79 errno = FALSE; in InotifyAddWatch()
103 errno = FALSE; in InotifyRmWatch()
H A Dinndk.cpp25 #define FALSE (-1) macro
71 napi_create_int32(env, FALSE, &result); in Htonl()
84 napi_create_int32(env, FALSE, &result); in Htons()
/test/xts/acts/xts_lite/device_attest_lite/device_attestStart_hal/src/
H A Ddevice_attest.c33 * @return : setup result, TRUE is success, FALSE is fail
42 * @return : teardown result, TRUE is success, FALSE is fail
53 return FALSE; in AttestStatusNumberValid()
62 result = FALSE; in AttestStatusValid()
65 result = FALSE; in AttestStatusValid()
68 result = FALSE; in AttestStatusValid()
71 result = FALSE; in AttestStatusValid()
74 result = FALSE; in AttestStatusValid()
77 result = FALSE; in AttestStatusValid()
80 result = FALSE; in AttestStatusValid()
[all...]
/test/xts/acts/distributed_schedule_lite/system_ability_manager_posix/src/
H A DLiteIPCServiceTest.cpp63 return FALSE; in MessageHandle()
107 .serviceStatus = FALSE,
120 .serviceStatus = FALSE,
127 if (result1 == FALSE) { in ServiceInit()
128 (&g_service)->serviceStatus = FALSE; in ServiceInit()
130 if (result2 == FALSE) { in ServiceInit()
131 (&g_service2)->serviceStatus = FALSE; in ServiceInit()
139 if (result1 == FALSE) { in FeatureInit()
140 (&g_service)->serviceStatus = FALSE; in FeatureInit()
143 if (result2 == FALSE) { in FeatureInit()
[all...]
H A DLiteIPCFeatureTest.cpp52 return FALSE; in MessageHandle()
68 .serviceStatus = FALSE,
101 .featureStatus = FALSE,
145 if (result == FALSE) { in ServiceInit()
147 (&g_service)->serviceStatus = FALSE; in ServiceInit()
155 if (result == FALSE) { in FeatureInit()
157 (&g_feature)->featureStatus = FALSE; in FeatureInit()
160 if (result == FALSE) { in FeatureInit()
162 (&g_feature)->featureStatus = FALSE; in FeatureInit()
H A DSendShareRequestTest.cpp93 return FALSE; in MessageHandle()
189 demoFeature->featureStatus = ((returnCode == 0) ? TRUE : FALSE); in FEATURE_OnMessage02()
221 demoFeature->featureStatus = ((returnCode == 0) ? TRUE : FALSE); in FEATURE_OnMessage03()
281 if (result == FALSE) { in GServiceInit()
300 if (result1 == FALSE || result2 == FALSE || result3 == FALSE || result4 == FALSE || result5 == FALSE) { in GFeatureInit()
H A DSendRequestTest.cpp75 return FALSE; in SyncCall()
109 return FALSE; in MessageHandle()
216 demoFeature->featureStatus = ((returnCode == 0) ? TRUE : FALSE); in FEATURE_OnMessage()
262 if (result == FALSE || result2 == FALSE) { in GServiceInit()
278 if (result1 == FALSE || result2 == FALSE || result3 == FALSE || result4 == FALSE) { in GFeatureInit()
368 ASSERT_EQ(result, FALSE); in HWTEST_F()
[all...]
H A DFeatureTest.cpp53 return FALSE; in MessageHandle()
177 ASSERT_EQ(result, FALSE); in HWTEST_F()
187 ASSERT_EQ(result, FALSE); in HWTEST_F()
197 ASSERT_EQ(result, FALSE); in HWTEST_F()
209 ASSERT_EQ(result, FALSE); in HWTEST_F()
H A DDefaultFeatureApiTest.cpp51 return FALSE; in MessageHandle()
114 ASSERT_EQ(result, FALSE); in HWTEST_F()
124 ASSERT_EQ(result, FALSE); in HWTEST_F()
134 ASSERT_EQ(result, FALSE); in HWTEST_F()
145 ASSERT_EQ(result, FALSE); in HWTEST_F()
H A DFeatureApiTest.cpp53 return FALSE; in MessageHandle()
162 ASSERT_EQ(result, FALSE); in HWTEST_F()
165 ASSERT_EQ(result, FALSE); in HWTEST_F()
181 ASSERT_EQ(result, FALSE); in HWTEST_F()
197 ASSERT_EQ(result, FALSE); in HWTEST_F()
231 ASSERT_EQ(result, FALSE); in HWTEST_F()
247 ASSERT_EQ(result, FALSE); in HWTEST_F()
266 ASSERT_EQ(result, FALSE); in HWTEST_F()
H A DIUnknownTest.cpp57 return FALSE; in MessageHandle()
139 if (result1 == FALSE && result2 == FALSE) { in SetUp()
/test/xts/acts/distributeddatamgr_lite/kv_store_hal/src/
H A Dkvstore_func_test.c44 * @return : setup result, TRUE is success, FALSE is fail
54 * @return : teardown result, TRUE is success, FALSE is fail
71 return FALSE; in SetKVFiles()
76 return FALSE; in SetKVFiles()
80 return FALSE; in SetKVFiles()
118 return FALSE; in ReadKVFiles()
123 return FALSE; in ReadKVFiles()
127 return FALSE; in ReadKVFiles()
162 return FALSE; in DeleteKVFiles()
167 return FALSE; in DeleteKVFiles()
[all...]
/test/xts/acts/distributed_schedule_lite/distributed_schedule_posix/src/
H A DMsgParserFuncTest.cpp24 static BOOL handleFlag = FALSE;
77 handleFlag = FALSE; in HWTEST_F()
164 handleFlag = FALSE; in HWTEST_F()
182 handleFlag = FALSE; in HWTEST_F()
202 handleFlag = FALSE; in HWTEST_F()
223 handleFlag = FALSE; in HWTEST_F()
246 handleFlag = FALSE; in HWTEST_F()
268 handleFlag = FALSE; in HWTEST_F()
289 handleFlag = FALSE; in HWTEST_F()
312 handleFlag = FALSE; in HWTEST_F()
[all...]
/test/xts/acts/distributed_schedule_lite/system_ability_manager_hal/src/
H A Dsendresponse_func_test.c84 return FALSE; in MessageHandle()
178 demoFeature->featureStatus = ((returnCode == 0) ? TRUE : FALSE); in FEATURE_OnMessage02()
227 demoFeature->featureStatus = ((returnCode == 0) ? TRUE : FALSE); in FEATURE_OnMessage03()
277 if (result == FALSE) { in ServiceInit()
294 if (result1 == FALSE || result2 == FALSE || result3 == FALSE || result4 == FALSE || result5 == FALSE) { in FeatureInit()
407 TEST_ASSERT_EQUAL_INT(feature->featureStatus == FALSE, TRU
[all...]
H A Dsendrequest_func_test.c70 return FALSE; in SyncCall()
96 return FALSE; in MessageHandle()
191 demoFeature->featureStatus = ((returnCode == 0) ? TRUE : FALSE); in FEATURE_OnMessage()
238 demoFeature->featureStatus = ((returnCode == 0) ? TRUE : FALSE); in FEATURE_OnMessage02()
285 demoFeature->featureStatus = ((returnCode == 0) ? TRUE : FALSE); in FEATURE_OnMessage03()
341 if (result == FALSE) { in ServiceInit()
358 if (result1 == FALSE || result2 == FALSE || result3 == FALSE || result4 == FALSE || result in FeatureInit()
[all...]
H A Ddefaultfeatureapi_func_test.c52 return FALSE; in MessageHandle()
85 return FALSE; in DefaultFeatureApiTestSuiteTearDown()
97 TEST_ASSERT_EQUAL_INT(result, TRUE); // TRUE: success; FALSE: fail
110 TEST_ASSERT_EQUAL_INT(result, FALSE);
121 TEST_ASSERT_EQUAL_INT(result, FALSE);
132 TEST_ASSERT_EQUAL_INT(result, FALSE);
144 TEST_ASSERT_EQUAL_INT(result, FALSE);
H A Dtaskpool_notask_func_test.c78 return FALSE; in MessageHandle()
146 if (result == FALSE) { in ServiceInit()
159 if (result1 == FALSE || result2 == FALSE || result3 == FALSE) { in FeatureInit()
H A Dsendsharerequest_func_test.c94 return FALSE; in MessageHandle()
199 demoFeature->featureStatus = ((returnCode == 0) ? TRUE : FALSE); in FEATURE_OnMessage02()
246 demoFeature->featureStatus = ((returnCode == 0) ? TRUE : FALSE); in FEATURE_OnMessage03()
302 if (result == FALSE) { in ServiceInit()
319 if (result1 == FALSE || result2 == FALSE || result3 == FALSE || result4 == FALSE || result5 == FALSE) { in FeatureInit()
H A Dfeature_func_test.c145 return FALSE; in FeatureTestSuiteTearDown()
170 TEST_ASSERT_EQUAL_INT(result, FALSE);
181 TEST_ASSERT_EQUAL_INT(result, FALSE);
192 TEST_ASSERT_EQUAL_INT(result, FALSE);
205 TEST_ASSERT_EQUAL_INT(result, FALSE);
H A Dfeatureapi_func_test.c54 return FALSE; in MessageHandle()
156 TEST_ASSERT_EQUAL_INT(result, FALSE);
159 TEST_ASSERT_EQUAL_INT(result, FALSE);
176 TEST_ASSERT_EQUAL_INT(result, FALSE);
193 TEST_ASSERT_EQUAL_INT(result, FALSE);
231 TEST_ASSERT_EQUAL_INT(result, FALSE);
248 TEST_ASSERT_EQUAL_INT(result, FALSE);
267 TEST_ASSERT_EQUAL_INT(FALSE, result);
/test/xts/tools/lite/hctest/src/
H A Dhctest_service.c41 testService.flag = FALSE; in Init()
65 return FALSE; in Initialize()
72 return FALSE; in MessageHandle()
/test/xts/acts/distributeddatamgr_lite/dbm_kv_store_hal/src/
H A Ddbm_kv_store_func_test.c41 * @return : setup result, TRUE is success, FALSE is fail
66 * @return : teardown result, TRUE is success, FALSE is fail
99 return FALSE; in PutKVs()
104 return FALSE; in PutKVs()
152 return FALSE; in GetKVs()
157 return FALSE; in GetKVs()
194 return FALSE; in DeleteKVs()
199 return FALSE; in DeleteKVs()
784 BOOL ret = FALSE;
813 BOOL ret = FALSE;
[all...]
/test/xts/acts/distributed_schedule_lite/system_ability_manager_posix/src/utils/
H A DSamgrTestBase.cpp25 static BOOL isInited = FALSE;
28 if (isInited == FALSE) { in SystemInitProxy()

Completed in 20 milliseconds

123