Home
last modified time | relevance | path

Searched defs:status (Results 1 – 25 of 65) sorted by relevance

123

/test/xts/hats/hdf/sensor/hdiService/
Dhdf_sensor_hdiService_test.cpp448 int32_t status = IsSuppprtedSensorId(SENSOR_TYPE_NONE); variable
467 int32_t status = IsSuppprtedSensorId(SENSOR_TYPE_ACCELEROMETER ); variable
486 int32_t status = IsSuppprtedSensorId(SENSOR_TYPE_GYROSCOPE); variable
505 int32_t status = IsSuppprtedSensorId(SENSOR_TYPE_PHOTOPLETHYSMOGRAPH); variable
524 int32_t status = IsSuppprtedSensorId(SENSOR_TYPE_ELECTROCARDIOGRAPH); variable
543 int32_t status = IsSuppprtedSensorId(SENSOR_TYPE_AMBIENT_LIGHT); variable
562 int32_t status = IsSuppprtedSensorId(SENSOR_TYPE_MAGNETIC_FIELD); variable
581 int32_t status = IsSuppprtedSensorId(SENSOR_TYPE_CAPACITIVE); variable
600 int32_t status = IsSuppprtedSensorId(SENSOR_TYPE_BAROMETER); variable
619 int32_t status = IsSuppprtedSensorId(SENSOR_TYPE_TEMPERATURE); variable
[all …]
/test/xts/acts/global_lite/i18n_lite/week_plural_number/src/
Dweek_plural_number_test.cpp52 I18nStatus status = I18nStatus::ISUCCESS; variable
73 I18nStatus status = I18nStatus::ISUCCESS; variable
94 I18nStatus status = I18nStatus::ISUCCESS; variable
144 I18nStatus status = I18nStatus::ISUCCESS; variable
162 I18nStatus status = I18nStatus::ISUCCESS; variable
189 I18nStatus status = I18nStatus::ISUCCESS; variable
200 I18nStatus status = I18nStatus::ISUCCESS; variable
211 I18nStatus status = I18nStatus::ISUCCESS; variable
231 I18nStatus status = I18nStatus::ISUCCESS; variable
251 I18nStatus status = I18nStatus::ISUCCESS; variable
[all …]
/test/xts/acts/global_lite/i18n_lite/number_posix/src/
DUnitNumberTest.cpp57 int status = I18nStatus::ISUCCESS; variable
73 int status = I18nStatus::ISUCCESS; variable
87 int status = I18nStatus::ISUCCESS; variable
102 int status = I18nStatus::ISUCCESS; variable
122 int status = I18nStatus::ISUCCESS; variable
146 int status = I18nStatus::ISUCCESS; variable
170 int status = I18nStatus::ISUCCESS; variable
195 int status = I18nStatus::ISUCCESS; variable
221 int status = I18nStatus::ISUCCESS; variable
246 int status = I18nStatus::ISUCCESS; variable
[all …]
/test/xts/acts/arkui/ace_standard/src/main/js/default/pages/stepper/router/
Dindex.js143 this.$element('mystepper').setNextButtonStatus({status: 'skip', label: 'SKIP'}); property
144 this.$element('style1').setNextButtonStatus({status: 'skip', label: 'SKIP'}); property
145 this.$element('style2').setNextButtonStatus({status: 'skip', label: 'SKIP'}); property
146 this.$element('style2').setNextButtonStatus({status: 'skip', label: 'SKIP'}); property
147 this.$element('style3').setNextButtonStatus({status: 'skip', label: 'SKIP'}); property
148 this.$element('style4').setNextButtonStatus({status: 'skip', label: 'SKIP'}); property
149 this.$element('style5').setNextButtonStatus({status: 'skip', label: 'SKIP'}); property
150 this.$element('style6').setNextButtonStatus({status: 'skip', label: 'SKIP'}); property
151 this.$element('style7').setNextButtonStatus({status: 'skip', label: 'SKIP'}); property
152 this.$element('ani1').setNextButtonStatus({status: 'skip', label: 'SKIP'}); property
[all …]
/test/xts/hats/hdf/usb/usbdBenchmarkTest/include/
DHdfUsbdBenchmarkTransferTest.h37 int32_t OnBulkWriteCallback(int32_t status, int32_t actLength) override in OnBulkWriteCallback()
41 int32_t OnBulkReadCallback(int32_t status, int32_t actLength) override in OnBulkReadCallback()
DHdfUsbdBenchmarkRequestTest.h37 int32_t OnBulkWriteCallback(int32_t status, int32_t actLength) override in OnBulkWriteCallback()
41 int32_t OnBulkReadCallback(int32_t status, int32_t actLength) override in OnBulkReadCallback()
/test/xts/hats/hdf/usb/transferTest/include/
Dusbd_transfer_test.h38 int32_t OnBulkWriteCallback(int32_t status, int32_t actLength) override in OnBulkWriteCallback()
42 int32_t OnBulkReadCallback(int32_t status, int32_t actLength) override in OnBulkReadCallback()
/test/xts/hats/hdf/usb/requestTest/include/
Dusbd_request_test.h38 int32_t OnBulkWriteCallback(int32_t status, int32_t actLength) override in OnBulkWriteCallback()
42 int32_t OnBulkReadCallback(int32_t status, int32_t actLength) override in OnBulkReadCallback()
/test/xts/acts/distributeddatamgr_lite/dbm_kv_store_hal/src/
Ddbm_kv_store_func_test.c46 int status = DBM_GetKVStore(STORE_FULL_PATH, &g_KVStoreHandle); in DBMKvStoreFuncTestSuiteSetUp() local
73 int status = DBM_CloseKVStore(g_KVStoreHandle); in DBMKvStoreFuncTestSuiteTearDown() local
91 int status; in PutKVs() local
144 int status; in GetKVs() local
190 int status; in DeleteKVs() local
219 int status; variable
251 int status; variable
275 int status; variable
299 int status; variable
323 int status; variable
[all …]
/test/xts/hats/hdf/manager/managerServiceTest/
Dservice_manager_hdi_test.cpp127 int status = sampleService->SendRequest(SAMPLE_SERVICE_PING, data, reply, option); variable
155 int status = sampleService->SendRequest(SAMPLE_SERVICE_CALLBACK, data, reply, option); variable
182 int status = sampleService->SendRequest(SAMPLE_SERVICE_SUM, data, reply, option); variable
217 int status = sampleService->SendRequest(SAMPLE_BUFFER_TRANS, data, reply, option); variable
261 int status = sampleService->SendRequest(SAMPLE_REGISTER_DEVICE, data, reply, option); variable
306 void OnReceive(const ServiceStatus &status) override in OnReceive()
326 = new ServStatListener(ServStatListener::StatusCallback([&](const ServiceStatus &status) { in TestServiceListenerStop()
336 int status = servmgr->RegisterServiceStatusListener(listener, DEVICE_CLASS_DEFAULT); in TestServiceListenerStop() local
403 ServStatListener::StatusCallback([&](const ServiceStatus &status) { in TestSampleService()
414 int status = servmgr->RegisterServiceStatusListener(listener, DEVICE_CLASS_DEFAULT); in TestSampleService() local
[all …]
/test/xts/acts/global_lite/i18n_lite/numberrecall_posix/src/
DUnitNumberRecallTest.cpp53 int status = I18nStatus::ISUCCESS; variable
75 int status = I18nStatus::ISUCCESS; variable
97 int status = I18nStatus::ISUCCESS; variable
119 int status = I18nStatus::ISUCCESS; variable
/test/xts/hats/distributedhardware/distributedcameratest/
Ddcameratest.h27 int32_t status, std::string& data) in OnRegisterNotify()
33 int32_t status, std::string& data) in OnUnregisterNotify()
/test/xts/acts/global/global_napi_test/entry/src/main/cpp/napi/
Dtest_string.cpp91 … napi_status status = napi_create_external_arraybuffer(env, context.mediaData.get(), context.len_, in TestRawFileExecute() local
112 auto completeFunc = [](napi_env env, napi_status status, void* data) { in __anonea4fb9040402()
141 … napi_status status = napi_get_reference_value(env, asyncContext->callbackRef_, &callback); in __anonea4fb9040402() local
170 … napi_status status = napi_get_value_string_utf8(env, argv[0], nullptr, 0, &len); in GetResourceManager() local
200 …napi_status status = napi_create_async_work(env, nullptr, resource, TestRawFileExecute(), complete… in GetResourceManager() local
/test/xts/acts/global_lite/i18n_lite/datetime_posix/src/
DUnitDateTimeTest.cpp83 I18nStatus status = I18nStatus::ISUCCESS; variable
113 I18nStatus status = I18nStatus::ISUCCESS; variable
143 I18nStatus status = I18nStatus::ISUCCESS; variable
415 I18nStatus status = I18nStatus::ISUCCESS; variable
434 I18nStatus status = I18nStatus::ISUCCESS; variable
453 I18nStatus status = I18nStatus::ISUCCESS; variable
472 I18nStatus status = I18nStatus::ISUCCESS; variable
491 I18nStatus status = I18nStatus::ISUCCESS; variable
510 I18nStatus status = I18nStatus::ISUCCESS; variable
529 I18nStatus status = I18nStatus::ISUCCESS; variable
[all …]
/test/xts/hats/hdf/manager/managerBenchmarkTest/
Dhdf_manager_benchmark_test.cpp118 int status; in BENCHMARK_F() local
153 int status; in BENCHMARK_F() local
197 int status = sampleService->SendRequest(SAMPLE_REGISTER_DEVICE, data, reply, option); in BENCHMARK_F() local
273 int status = sampleService->SendRequest(SAMPLE_REGISTER_DEVICE, data, reply, option); in BENCHMARK_F() local
324 void OnReceive(const ServiceStatus &status) override in OnReceive()
365 auto status = smq->Write(&t, 1, OHOS::MillisecToNanosec(SMQ_TEST_WAIT_TIME)); in BENCHMARK_F() local
401 int status = sampleService->SendRequest(SAMPLE_TRANS_SMQ, data, reply, option); in BENCHMARK_F() local
411 auto status = smq->Write(&t, 1, OHOS::MillisecToNanosec(SMQ_TEST_WAIT_TIME)); in BENCHMARK_F() local
/test/xts/hats/hdf/manager/managerHdiTest/
Dservice_manager_hdi_c_test.cpp100 … int status = sampleService->dispatcher->Dispatch(sampleService, SAMPLE_SERVICE_PING, data, reply); variable
150 …int status = sampleService->dispatcher->Dispatch(sampleService, SAMPLE_SERVICE_CALLBACK, data, rep… variable
184 … int status = sampleService->dispatcher->Dispatch(sampleService, SAMPLE_SERVICE_SUM, data, reply); variable
224 … int status = sampleService->dispatcher->Dispatch(sampleService, SAMPLE_STRUCT_TRANS, data, reply); variable
272 … int status = sampleService->dispatcher->Dispatch(sampleService, SAMPLE_BUFFER_TRANS, data, reply); variable
323 …int status = sampleService->dispatcher->Dispatch(sampleService, SAMPLE_REGISTER_DEVICE, data, repl… variable
422 int status = servmgr->RegisterServiceStatusListener(servmgr, listener, DEVICE_CLASS_DEFAULT); variable
495 int status = servmgr->RegisterServiceStatusListener(servmgr, listener, DEVICE_CLASS_DEFAULT); variable
559 int status = servmgr->RegisterServiceStatusListener(servmgr, listener, DEVICE_CLASS_DEFAULT); variable
/test/xts/acts/kernel_lite/process_posix/src/
DProcessTest.cpp423 int status = 0; variable
445 int status = 0; variable
468 int status = 0; variable
492 int status = 0; variable
/test/xts/hats/hdf/bluetooth/hdiService/
Dbluetooth_hci_callback_impl.cpp23 int32_t HciCallbackImpl::OnInited(BtStatus status) in OnInited()
/test/xts/acts/kernel_lite/ipc_posix/message_queue/
DIpcMqTest.cpp207 int status; variable
268 int status; variable
334 int status; variable
576 int status; variable
600 int status; variable
/test/xts/acts/kernel_lite/sys_posix/src/
DSysApiTest.cpp275 int status = regexec(&reg, buf, nmatch, pmatch, 0); in TestRegcomp() local
338 int status = regexec(&reg, buf, (size_t)0, nullptr, 0); variable
352 int status = regcomp(&reg, pattern2, REG_EXTENDED); variable
373 int status = regexec(&reg, buf, (size_t) 0, nullptr, 0); variable
/test/xts/hats/hdf/camera/hdi/include/
Dcommon.h113 bool status; variable
184 virtual void OnCameraStatus(const std::string &cameraId, CameraStatus status) override in OnCameraStatus()
188 virtual void OnFlashlightStatus(const std::string &cameraId, FlashlightStatus status) override in OnFlashlightStatus()
/test/xts/hats/hdf/nfc/hdcService/
Dnfc_services_test.cpp76 int32_t OnEvent(NfcEvent event, NfcStatus status) override in OnEvent()
109 static void EventCallback(uint8_t event, uint8_t status) in EventCallback()
/test/xts/acts/commonlibrary/toolchain/libc-test/src/
Dtoolchaintest.cpp66 int status, pid; in RunTests() local
/test/ostest/wukong/test_flow/src/
Dtest_flow.cpp141 void TestFlow::OnStatusUpdated(ComponentStatus status) in OnStatusUpdated()
/test/xts/hats/hdf/display/common/
Ddisplay_test_utils.h46 static int32_t SetDisplayPowerStatus(uint32_t devId, DispPowerStatus status) { in SetDisplayPowerStatus()
58 static int32_t GetDisplayPowerStatus(uint32_t devId, DispPowerStatus status) { in GetDisplayPowerStatus()

123