/test/xts/acts/global_lite/i18n_lite/resource_parse_load/src/ |
H A D | resource_manager_test.cpp | 218 RState state; in HWTEST_F() local 226 state = rm->UpdateResConfig(*rc); in HWTEST_F() 228 EXPECT_EQ(SUCCESS, state); in HWTEST_F() 239 RState state; in HWTEST_F() local 245 state = rm->UpdateResConfig(*rc); in HWTEST_F() 247 EXPECT_EQ(LOCALEINFO_IS_NULL, state); in HWTEST_F() 258 RState state; in HWTEST_F() local 265 state = rm->UpdateResConfig(*rc); in HWTEST_F() 267 EXPECT_EQ(LOCALEINFO_IS_NULL, state); in HWTEST_F() 280 RState state; in HWTEST_F() local 320 RState state; HWTEST_F() local 356 RState state; HWTEST_F() local 422 RState state = rm->GetStringById(NON_EXIST_ID, outValue); HWTEST_F() local 472 RState state = rm->GetStringByName(g_nonExistName, outValue); HWTEST_F() local 489 RState state = rm->GetStringFormatById(outValue, id, 101); HWTEST_F() local 504 RState state = rm->GetStringFormatById(outValue, NON_EXIST_ID, 101); HWTEST_F() local 519 RState state = rm->GetStringFormatByName(outValue, name, 101); HWTEST_F() local 534 RState state = rm->GetStringFormatByName(outValue, g_nonExistName, 101); HWTEST_F() local 549 RState state; HWTEST_F() local 573 RState state; HWTEST_F() local 591 RState state; HWTEST_F() local 609 RState state; HWTEST_F() local 628 RState state; HWTEST_F() local 648 RState state; HWTEST_F() local 668 RState state; HWTEST_F() local 687 RState state; HWTEST_F() local 704 RState state; HWTEST_F() local 722 RState state; HWTEST_F() local 740 RState state; HWTEST_F() local 758 RState state; HWTEST_F() local 851 RState state; HWTEST_F() local 882 RState state; HWTEST_F() local 913 RState state; HWTEST_F() local 944 RState state; HWTEST_F() local 960 RState state; HWTEST_F() local 978 RState state; HWTEST_F() local 993 RState state; HWTEST_F() local 1013 RState state; HWTEST_F() local 1028 RState state; HWTEST_F() local 1052 RState state; HWTEST_F() local 1067 RState state; HWTEST_F() local 1087 RState state; HWTEST_F() local 1102 RState state; HWTEST_F() local 1126 RState state; HWTEST_F() local 1141 RState state; HWTEST_F() local 1161 RState state; HWTEST_F() local 1176 RState state; HWTEST_F() local 1200 RState state; HWTEST_F() local 1215 RState state; HWTEST_F() local 1235 RState state; HWTEST_F() local 1250 RState state; HWTEST_F() local 1271 RState state; HWTEST_F() local 1286 RState state; HWTEST_F() local 1305 RState state; HWTEST_F() local 1320 RState state; HWTEST_F() local 1344 RState state; HWTEST_F() local 1359 RState state; HWTEST_F() local 1379 RState state; HWTEST_F() local 1399 RState state; HWTEST_F() local 1418 RState state; HWTEST_F() local 1438 RState state; HWTEST_F() local 1455 RState state; HWTEST_F() local 1475 RState state; HWTEST_F() local 1494 RState state; HWTEST_F() local 1514 RState state; HWTEST_F() local 1531 RState state; HWTEST_F() local 1688 RState state; HWTEST_F() local [all...] |
H A D | locale_info_test.cpp | 174 RState state = SUCCESS; in HWTEST_F() local 175 LocaleInfo* localeInfo = BuildFromString("zh-CN", '-', state); in HWTEST_F() 200 RState state = SUCCESS; in HWTEST_F() local 201 LocaleInfo* localeInfo = BuildFromString("zh-CN", '-', state); in HWTEST_F() 216 localeInfo = BuildFromString("en-US", '-', state); in HWTEST_F() 227 localeInfo = BuildFromString("en-Qaag-US", '-', state); in HWTEST_F() 253 RState state = SUCCESS; in HWTEST_F() local 254 LocaleInfo* localeInfo = BuildFromString("zh-CN", '-', state); in HWTEST_F() 271 RState state = SUCCESS; in HWTEST_F() local 272 LocaleInfo* localeInfo = BuildFromString("zh-CN", '-', state); in HWTEST_F() 289 RState state = SUCCESS; HWTEST_F() local 307 RState state = SUCCESS; HWTEST_F() local 328 RState state = SUCCESS; HWTEST_F() local 343 RState state = SUCCESS; HWTEST_F() local 358 RState state = SUCCESS; HWTEST_F() local 373 RState state = SUCCESS; HWTEST_F() local 388 RState state = SUCCESS; HWTEST_F() local 409 RState state = SUCCESS; HWTEST_F() local 430 RState state = SUCCESS; HWTEST_F() local 445 RState state = SUCCESS; HWTEST_F() local 460 RState state = SUCCESS; HWTEST_F() local 481 RState state = SUCCESS; HWTEST_F() local 502 RState state = SUCCESS; HWTEST_F() local 517 RState state = SUCCESS; HWTEST_F() local 538 RState state = SUCCESS; HWTEST_F() local 553 RState state = SUCCESS; HWTEST_F() local 568 RState state = SUCCESS; HWTEST_F() local [all...] |
/test/xts/hats/hdf/audio/idl/benchmarktest/render/ |
H A D | audio_render_benchmarktest.cpp | 57 virtual void SetUp(const ::benchmark::State &state);
58 virtual void TearDown(const ::benchmark::State &state);
152 void AudioRenderBenchmarkTest::SetUp(const ::benchmark::State &state)
in SetUp() argument 175 void AudioRenderBenchmarkTest::TearDown(const ::benchmark::State &state)
in TearDown() argument 194 BENCHMARK_F(AudioRenderBenchmarkTest, StartAndStop)(benchmark::State &state)
in BENCHMARK_F() 198 for (auto _ : state) {
in BENCHMARK_F() 209 BENCHMARK_F(AudioRenderBenchmarkTest, Pause)(benchmark::State &state)
in BENCHMARK_F() 215 for (auto _ : state) {
in BENCHMARK_F() 230 BENCHMARK_F(AudioRenderBenchmarkTest, Resume)(benchmark::State &state)
in BENCHMARK_F() 243 for (auto _ : state) {
in BENCHMARK_F() [all...] |
H A D | audio_render_offload_benchmarktest.cpp | 51 virtual void SetUp(const ::benchmark::State &state);
52 virtual void TearDown(const ::benchmark::State &state);
123 void AudioRenderOffloadBenchmarkTest::SetUp(const ::benchmark::State &state)
in SetUp() argument 140 void AudioRenderOffloadBenchmarkTest::TearDown(const ::benchmark::State &state)
in TearDown() argument 159 BENCHMARK_F(AudioRenderOffloadBenchmarkTest, SetBufferSize)(benchmark::State &state)
in BENCHMARK_F() 163 for (auto _ : state) {
in BENCHMARK_F()
|
/test/xts/acts/multimedia/media/media_js_standard/ |
H A D | AVPlayerTestBase.js | 245 avPlayer.on('stateChange', async (state, reason) => { 246 console.info(`case stateChange called, state is ${state}, reason is ${reason}`); 252 console.info(`case state is ${state}`); 253 switch (state) { 255 expect(avPlayer.state).assertEqual(AV_PLAYER_STATE.INITIALIZED); 270 expect(avPlayer.state).assertEqual(AV_PLAYER_STATE.PREPARED); 285 expect(avPlayer.state).assertEqual(AV_PLAYER_STATE.PLAYING); 290 expect(avPlayer.state) [all...] |
H A D | AVRecorderTestBase.js | 73 console.error(`case prepare success, state is ${avRecorder.state}`); 74 expect(avRecorder.state).assertEqual(AV_RECORDER_STATE.PREPARED); 87 expect(avRecorder.state).assertEqual(AV_RECORDER_STATE.PREPARED); 158 expect(avRecorder.state).assertEqual(AV_RECORDER_STATE.STARTED); 176 expect(avRecorder.state).assertEqual(AV_RECORDER_STATE.STARTED); 195 expect(avRecorder.state).assertEqual(AV_RECORDER_STATE.PAUSED); 208 expect(avRecorder.state).assertEqual(AV_RECORDER_STATE.PAUSED); 245 expect(avRecorder.state).assertEqual(AV_RECORDER_STATE.STOPPED); 258 expect(avRecorder.state) [all...] |
/test/xts/hats/hdf/display/composer/benchmark/ |
H A D | display_benchmark_test.cpp | 49 void TearDown(const ::benchmark::State &state);
55 void DisplayBenchmarkTest::TearDown(const ::benchmark::State &state)
in TearDown() argument 197 BENCHMARK_F(DisplayBenchmarkTest, SUB_Driver_Display_Performace_0100)(benchmark::State &state)
in BENCHMARK_F() 201 for (auto _ : state) {
in BENCHMARK_F() 214 BENCHMARK_F(DisplayBenchmarkTest, SUB_Driver_Display_Performace_0200)(benchmark::State &state)
in BENCHMARK_F() 218 for (auto _ : state) {
in BENCHMARK_F() 231 BENCHMARK_F(DisplayBenchmarkTest, SUB_Driver_Display_Performace_0300)(benchmark::State &state)
in BENCHMARK_F() 235 for (auto _ : state) {
in BENCHMARK_F() 248 BENCHMARK_F(DisplayBenchmarkTest, SUB_Driver_Display_Performace_0400)(benchmark::State &state)
in BENCHMARK_F() 252 for (auto _ : state) {
in BENCHMARK_F() [all...] |
H A D | display_benchmark_ut_test.cpp | 70 void SetUp(const ::benchmark::State &state);
71 void TearDown(const ::benchmark::State &state);
110 void DisplayBenchmarkTest::SetUp(const ::benchmark::State &state)
in SetUp() argument 114 void DisplayBenchmarkTest::TearDown(const ::benchmark::State &state)
in TearDown() argument 125 BENCHMARK_F(DisplayBenchmarkTest, SUB_Driver_Display_Performace_3700)(benchmark::State &state)
in BENCHMARK_F() 130 for (auto _ : state) {
in BENCHMARK_F() 140 BENCHMARK_F(DisplayBenchmarkTest, SUB_Driver_Display_Performace_3800)(benchmark::State &state)
in BENCHMARK_F() 147 for (auto _ : state) {
in BENCHMARK_F()
|
/test/xts/hats/hdf/codec/benchmarktest/ |
H A D | codec_benchmark_omx_test.cpp | 127 void SetUp(benchmark::State &state)
in SetUp() argument 138 void TearDown(benchmark::State &state)
in TearDown() argument 162 BENCHMARK_F(CodecBenchmarkOmxTest, GetComponentVersion)(benchmark::State &state)
in BENCHMARK_F() 167 for (auto _ : state) {
in BENCHMARK_F() 176 BENCHMARK_F(CodecBenchmarkOmxTest, GetParameter)(benchmark::State &state)
in BENCHMARK_F() 182 for (auto _ : state) {
in BENCHMARK_F() 191 BENCHMARK_F(CodecBenchmarkOmxTest, SetParameter)(benchmark::State &state)
in BENCHMARK_F() 200 for (auto _ : state) {
in BENCHMARK_F() 209 BENCHMARK_F(CodecBenchmarkOmxTest, GetConfig)(benchmark::State &state)
in BENCHMARK_F() 219 for (auto _ : state) {
in BENCHMARK_F() 456 CodecStateType state = CODEC_STATE_INVALID; BENCHMARK_F() local [all...] |
H A D | codec_benchmark_manager_test.cpp | 28 void SetUp(const ::benchmark::State &state) in SetUp() argument 33 void TearDown(const ::benchmark::State &state) in TearDown() argument 44 BENCHMARK_F(CodecBenchmarkManagerTest, GetComponentNum)(benchmark::State &state) in BENCHMARK_F() 49 for (auto _ : state) { in BENCHMARK_F() 59 BENCHMARK_F(CodecBenchmarkManagerTest, GetComponentCapabilityList)(benchmark::State &state) in BENCHMARK_F() 68 for (auto _ : state) { in BENCHMARK_F() 77 BENCHMARK_F(CodecBenchmarkManagerTest, CreateComponent)(benchmark::State &state) in BENCHMARK_F() 84 for (auto _ : state) { in BENCHMARK_F() 94 BENCHMARK_F(CodecBenchmarkManagerTest, DestoryComponent)(benchmark::State &state) in BENCHMARK_F() 113 for (auto _ : state) { in BENCHMARK_F() [all...] |
/test/xts/hats/hdf/audio/idl/benchmarktest/capture/ |
H A D | audio_capture_benchmarktest.cpp | 50 virtual void SetUp(const ::benchmark::State &state);
51 virtual void TearDown(const ::benchmark::State &state);
150 void AudioCaptureBenchmarkTest::SetUp(const ::benchmark::State &state)
in SetUp() argument 185 void AudioCaptureBenchmarkTest::TearDown(const ::benchmark::State &state)
in TearDown() argument 201 BENCHMARK_F(AudioCaptureBenchmarkTest, CaptureFrame)(benchmark::State &state)
in BENCHMARK_F() 213 for (auto _ : state) {
in BENCHMARK_F() 229 BENCHMARK_F(AudioCaptureBenchmarkTest, GetCapturePosition)(benchmark::State &state)
in BENCHMARK_F() 246 for (auto _ : state) {
in BENCHMARK_F() 262 BENCHMARK_F(AudioCaptureBenchmarkTest, StartAndStop)(benchmark::State &state)
in BENCHMARK_F() 266 for (auto _ : state) {
in BENCHMARK_F() [all...] |
/test/xts/hats/hdf/audio/idl/benchmarktest/adapter/ |
H A D | audio_adapter_benchmarktest.cpp | 46 void SetUp(const ::benchmark::State &state);
47 void TearDown(const ::benchmark::State &state);
112 void AudioAdapterBenchmarkTest::SetUp(const ::benchmark::State &state)
in SetUp() argument 139 void AudioAdapterBenchmarkTest::TearDown(const ::benchmark::State &state)
in TearDown() argument 151 BENCHMARK_F(AudioAdapterBenchmarkTest, InitAllPorts)(benchmark::State &state)
in BENCHMARK_F() 155 for (auto _ : state) {
in BENCHMARK_F() 164 BENCHMARK_F(AudioAdapterBenchmarkTest, CreateRenderAndDestroyRender)(benchmark::State &state)
in BENCHMARK_F() 178 for (auto _ : state) {
in BENCHMARK_F() 192 BENCHMARK_F(AudioAdapterBenchmarkTest, CreateCaptureAndDestroyCapture)(benchmark::State &state)
in BENCHMARK_F() 205 for (auto _ : state) {
in BENCHMARK_F() [all...] |
/test/xts/hats/hdf/vibrator/vibratorBenchmarkTest/ |
H A D | hdf_vibrator_benchmark_test.cpp | 50 void SetUp(const ::benchmark::State &state);
51 void TearDown(const ::benchmark::State &state);
54 void vibratorBenchmarkTest::SetUp(const ::benchmark::State &state)
in SetUp() argument 59 void vibratorBenchmarkTest::TearDown(const ::benchmark::State &state)
in TearDown() argument 147 BENCHMARK_F(vibratorBenchmarkTest, SUB_Driver_Sensor_VibaratorPerf_0400)(benchmark::State &state)
in BENCHMARK_F() 163 for (auto _ : state) {
in BENCHMARK_F() 178 BENCHMARK_F(vibratorBenchmarkTest, SUB_Driver_Sensor_VibaratorPerf_0500)(benchmark::State &state)
in BENCHMARK_F() 196 for (auto _ : state) {
in BENCHMARK_F() 222 BENCHMARK_F(vibratorBenchmarkTest, SUB_Driver_Sensor_VibaratorPerf_0600)(benchmark::State &state)
in BENCHMARK_F() 244 for (auto _ : state) {
in BENCHMARK_F() [all...] |
/test/xts/hats/hdf/audio/idl/benchmarktest/effect/ |
H A D | effect_model_test.cpp | 40 virtual void SetUp(const ::benchmark::State &state);
41 virtual void TearDown(const ::benchmark::State &state);
44 void EffectModelBenchmarkTest::SetUp(const ::benchmark::State &state)
in SetUp() argument 53 void EffectModelBenchmarkTest::TearDown(const ::benchmark::State &state)
in TearDown() argument 75 BENCHMARK_F(EffectModelBenchmarkTest, HdfAudioIsSupplyEffectLibs)(benchmark::State &state)
in BENCHMARK_F() 79 for (auto _ : state) {
in BENCHMARK_F() 91 BENCHMARK_F(EffectModelBenchmarkTest, HdfAudioGetAllEffectDescriptors)(benchmark::State &state)
in BENCHMARK_F() 96 for (auto _ : state) {
in BENCHMARK_F() 108 BENCHMARK_F(EffectModelBenchmarkTest, HdfAudioCreateDestroyController)(benchmark::State &state)
in BENCHMARK_F() 116 for (auto _ : state) {
in BENCHMARK_F() [all...] |
H A D | effect_control_test.cpp | 43 virtual void SetUp(const ::benchmark::State &state);
44 virtual void TearDown(const ::benchmark::State &state);
49 void EffectControlBenchmarkTest::SetUp(const ::benchmark::State &state)
in SetUp() argument 68 void EffectControlBenchmarkTest::TearDown(const ::benchmark::State &state)
in TearDown() argument 95 BENCHMARK_F(EffectControlBenchmarkTest, HdfAudioEffectProcess)(benchmark::State &state)
in BENCHMARK_F() 100 for (auto _ : state) {
in BENCHMARK_F() 112 BENCHMARK_F(EffectControlBenchmarkTest, HdfAudioSendCommandInit)(benchmark::State &state)
in BENCHMARK_F() 118 for (auto _ : state) {
in BENCHMARK_F() 130 BENCHMARK_F(EffectControlBenchmarkTest, HdfAudioGetDescriptor)(benchmark::State &state)
in BENCHMARK_F() 134 for (auto _ : state) {
in BENCHMARK_F() [all...] |
/test/xts/acts/communication/wifi_standard/entry/src/ohosTest/ets/test/ |
H A D | WifiStationFunctions.test.js | 252 let state = wifi.getLinkedInfo().ConnState; 253 if (state == wifi.ConnState.SCANNING) { 254 expect(true).assertEqual(state == 0); 256 if (state == wifi.ConnState.CONNECTING) { 257 expect(true).assertEqual(state == 1); 259 if (state == wifi.ConnState.AUTHENTICATING) { 260 expect(true).assertEqual(state == 2); 262 if (state == wifi.ConnState.OBTAINING_IPADDR) { 263 expect(true).assertEqual(state == 3); 265 if (state [all...] |
H A D | WifiManagerStationFunctions.test.js | 264 let state = wifiMg.getLinkedInfo().ConnState; 265 if (state == wifiMg.ConnState.SCANNING) { 266 expect(true).assertEqual(state == 0); 268 if (state == wifiMg.ConnState.CONNECTING) { 269 expect(true).assertEqual(state == 1); 271 if (state == wifiMg.ConnState.AUTHENTICATING) { 272 expect(true).assertEqual(state == 2); 274 if (state == wifiMg.ConnState.OBTAINING_IPADDR) { 275 expect(true).assertEqual(state == 3); 277 if (state [all...] |
/test/xts/hats/hdf/display/buffer/benchmark/ |
H A D | display_buffer_benchmark_test.cpp | 48 void SetUp(const ::benchmark::State &state); 49 void TearDown(const ::benchmark::State &state); 52 void DisplayBenchmarkTest::SetUp(const ::benchmark::State &state) in SetUp() argument 70 void DisplayBenchmarkTest::TearDown(const ::benchmark::State &state) in TearDown() argument 81 BENCHMARK_F(DisplayBenchmarkTest, SetMetadataTest)(benchmark::State &state) in BENCHMARK_F() 85 for (auto _ : state) { in BENCHMARK_F() 99 BENCHMARK_F(DisplayBenchmarkTest, GetMetadataTest)(benchmark::State &state) in BENCHMARK_F() 103 for (auto _ : state) { in BENCHMARK_F() 120 BENCHMARK_F(DisplayBenchmarkTest, ListMetadataKeysTest)(benchmark::State &state) in BENCHMARK_F() 124 for (auto _ : state) { in BENCHMARK_F() [all...] |
/test/xts/acts/telephony/telephone/telephonyNDKTest/entry/src/main/cpp/ |
H A D | telephony_ndk_test.cpp | 117 static napi_value Conv2JsObject(napi_env env, Telephony_NetworkState *state)
in Conv2JsObject() argument 123 napi_create_string_utf8(env, state->longOperatorName_, strlen(state->longOperatorName_), &propertyValue);
in Conv2JsObject() 126 napi_create_string_utf8(env, state->shortOperatorName_, strlen(state->shortOperatorName_), &propertyValue);
in Conv2JsObject() 129 napi_create_string_utf8(env, state->plmnNumeric_, strlen(state->plmnNumeric_), &propertyValue);
in Conv2JsObject() 132 napi_get_boolean(env, state->isRoaming_, &propertyValue);
in Conv2JsObject() 135 napi_create_int32(env, state->regState_, &propertyValue);
in Conv2JsObject() 138 napi_create_int32(env, state in Conv2JsObject() [all...] |
/test/testfwk/developer_test/examples/calculator/test/benchmarktest/common/ |
H A D | benchmark_demo_test.cpp | 35 static void BenchmarkTestExample(benchmark::State &state) in BenchmarkTestExample() argument 37 for (auto _ : state) { in BenchmarkTestExample() 64 static void BenchmarkTestVectorOperator(benchmark::State &state) in BenchmarkTestVectorOperator() argument 66 for (auto _ : state) { in BenchmarkTestVectorOperator() 96 static void BenchmarkTestVectorAt(benchmark::State &state) in BenchmarkTestVectorAt() argument 98 for (auto _ : state) { in BenchmarkTestVectorAt() 116 void SetUp(const ::benchmark::State &state) in SetUp() argument 123 void TearDown(const ::benchmark::State &state) in TearDown() argument
|
/test/xts/device_attest/services/devattest_ability/src/ |
H A D | devattest_notification_publish.cpp | 228 Global::Resource::RState state = pResConfig->SetLocaleInfo(language, script, region); in GetDevattestResConfig() local 229 if (state != Global::Resource::RState::SUCCESS) { in GetDevattestResConfig() 230 HILOGE("[GetDevattestResConfig] failed to SetLocaleInfo state:%{public}d", state); in GetDevattestResConfig() 251 Global::Resource::RState state = pResMgr->UpdateResConfig(*pResConfig); in GetDevattestContent() local 252 if (state != Global::Resource::RState::SUCCESS) { in GetDevattestContent() 253 HILOGE("[GetDevattestContent] failed to UpdateResConfig state:%{public}d", state); in GetDevattestContent() 257 state = pResMgr->GetStringByName(DEVATTEST_CONTENT_TITLE, title); in GetDevattestContent() 258 if (state ! in GetDevattestContent() [all...] |
/test/xts/hats/hdf/audio/idl/benchmarktest/manager/ |
H A D | audio_manager_benchmarktest.cpp | 35 void SetUp(const ::benchmark::State &state);
36 void TearDown(const ::benchmark::State &state);
72 void AudioManagerBenchmarkTest::SetUp(const ::benchmark::State &state)
in SetUp() argument 78 void AudioManagerBenchmarkTest::TearDown(const ::benchmark::State &state)
in TearDown() argument 83 BENCHMARK_F(AudioManagerBenchmarkTest, GetAllAdapters)(benchmark::State &state)
in BENCHMARK_F() 91 for (auto _ : state) {
in BENCHMARK_F() 101 BENCHMARK_F(AudioManagerBenchmarkTest, LoadAndUnloadAdapter)(benchmark::State &state)
in BENCHMARK_F() 112 for (auto _ : state) {
in BENCHMARK_F() 117 for (auto _ : state) {
in BENCHMARK_F()
|
/test/xts/hats/hdf/vibrator/hdi_adapter/hdi_impl/ |
H A D | hdi_vibrator_impl_test.cpp | 203 bool state{false};
in HWTEST_F() 204 g_vibratorInterface -> IsVibratorRunning(state);
in HWTEST_F() 205 EXPECT_EQ(state, true);
in HWTEST_F() 207 g_vibratorInterface -> IsVibratorRunning(state);
in HWTEST_F() 208 EXPECT_EQ(state, false);
in HWTEST_F() 220 bool state {false};
in HWTEST_F() 221 g_vibratorInterface -> IsVibratorRunning(state);
in HWTEST_F() 222 EXPECT_EQ(state, false);
in HWTEST_F()
|
/test/xts/hats/telephony/ril/hdi_v1.1_additional/ |
H A D | hdf_ril_hdiService_test_4th.cpp | 107 msg.state = 1;
in HWTEST_F() 3487 msgIoInfo.state = static_cast<int32_t>(SimMessageStatus::SIM_MESSAGE_STATUS_SENT);
in HWTEST_F() 3512 msgIoInfo.state = static_cast<int32_t>(SimMessageStatus::SIM_MESSAGE_STATUS_SENT);
in HWTEST_F() 3536 msgIoInfo.state = static_cast<int32_t>(SimMessageStatus::SIM_MESSAGE_STATUS_SENT);
in HWTEST_F() 3560 msgIoInfo.state = static_cast<int32_t>(SimMessageStatus::SIM_MESSAGE_STATUS_SENT);
in HWTEST_F() 3584 msgIoInfo.state = static_cast<int32_t>(SimMessageStatus::SIM_MESSAGE_STATUS_SENT);
in HWTEST_F() 3608 msgIoInfo.state = static_cast<int32_t>(SimMessageStatus::SIM_MESSAGE_STATUS_SENT);
in HWTEST_F() 3632 msgIoInfo.state = static_cast<int32_t>(SimMessageStatus::SIM_MESSAGE_STATUS_SENT);
in HWTEST_F() 3656 msgIoInfo.state = static_cast<int32_t>(SimMessageStatus::SIM_MESSAGE_STATUS_SENT);
in HWTEST_F() 3680 msgIoInfo.state in HWTEST_F() [all...] |
/test/xts/acts/communication/wifi_capi/entry/src/main/cpp/ |
H A D | napi_init.cpp | 27 bool state = false;
in GetWifiSwitchState() local 28 Wifi_ResultCode code = OH_Wifi_IsWifiEnabled(&state);
in GetWifiSwitchState() 29 OH_LOG_INFO(LOG_APP, "testTag ret success: %{public}d, wifi state: %{public}d",
in GetWifiSwitchState() 31 static_cast<int>(state)
in GetWifiSwitchState() 34 int32_t stateValue = static_cast<int32_t>(state);
in GetWifiSwitchState()
|