Home
last modified time | relevance | path

Searched refs:SetType (Results 1 – 25 of 60) sorted by relevance

123

/base/web/webview/test/unittest/nweb_value_test/
Dnweb_value_test.cpp56 nwebValue->SetType(NWebValue::Type::BOOLEAN);
79 nwebValue->SetType(NWebValue::Type::STRING);
96 nwebValue->SetType(NWebValue::Type::INTEGER);
112 nwebValue->SetType(NWebValue::Type::STRING);
130 nwebValue->SetType(NWebValue::Type::DOUBLE);
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dwebview_controller.h257 void SetType(int type) in SetType() function
293 data_->SetType(nwebType); in SetType()
348 data_->SetType(NWebValue::Type::STRING); in SetString()
356 data_->SetType(NWebValue::Type::DOUBLE); in SetNumber()
364 data_->SetType(NWebValue::Type::BOOLEAN); in SetBoolean()
372 data_->SetType(NWebValue::Type::BINARY); in SetArrayBuffer()
380 data_->SetType(NWebValue::Type::STRINGARRAY); in SetStringArray()
388 data_->SetType(NWebValue::Type::DOUBLEARRAY); in SetDoubleArray()
396 data_->SetType(NWebValue::Type::INT64ARRAY); in SetInt64Array()
404 data_->SetType(NWebValue::Type::BOOLEANARRAY); in SetBooleanArray()
[all …]
Dwebview_javascript_result_callback.cpp216 nwebValue->SetType(NWebValue::Type::DOUBLE); in ParseNapiValue2NwebValue()
223 nwebValue->SetType(NWebValue::Type::BOOLEAN); in ParseNapiValue2NwebValue()
232 nwebValue->SetType(NWebValue::Type::STRING); in ParseNapiValue2NwebValue()
/base/time/time_service/test/fuzztest/timetesttimer_fuzzer/
Dtimer_info.h28 void SetType(const int &type) override;
38 void TimerInfo::SetType(const int &type) in SetType() function
Dtimetesttimer_fuzzer.cpp33 timerInfo->SetType(static_cast<int>(data)); in FuzzTimeCreateTimer()
62 timerInfo->SetType(static_cast<int>(data)); in FuzzTimeCreateTimerV9()
/base/time/time_service/test/unittest/service_test/include/
Dtimer_info_test.h40 virtual void SetType(const int &type) override;
73 void TimerInfoTest::SetType(const int &_type) in SetType() function
/base/location/interfaces/inner_api/include/
Dlocating_required_data_config.h36 SetType(LocatingRequiredDataConfig.GetType()); in LocatingRequiredDataConfig()
49 inline void SetType(int type) in SetType() function
/base/location/test/location_locator/source/
Dlocator_required_data_manager_test.cpp52 dataConfig->SetType(1);
73 dataConfig->SetType(2);
/base/time/time_service/test/unittest/service_test/src/
Dtime_client_test.cpp377 timerInfo->SetType(1);
404 timerInfo->SetType(1);
426 timerInfo->SetType(1);
456 timerInfo->SetType(0);
505 timerInfo->SetType(0);
539 timerInfo->SetType(1<<2);
565 timerInfo->SetType(1<<2);
590 timerInfo->SetType(1<<2 | 1<<1);
615 timerInfo->SetType(4);
640 timerInfo->SetType(4);
[all …]
Dtime_service_test.cpp162 timerInfo->SetType(timerInfo->TIMER_TYPE_IDLE); in StartIdleTimer()
239 timerInfo->SetType(timerInfo->TIMER_TYPE_IDLE);
257 timerInfo->SetType(timerInfo->TIMER_TYPE_INEXACT_REMINDER);
286 timerInfo->SetType(timerInfo->TIMER_TYPE_INEXACT_REMINDER);
316 timerInfo->SetType(timerInfo->TIMER_TYPE_INEXACT_REMINDER);
570 timerInfo->SetType(1);
596 timerInfo->SetType(1);
617 timerInfo->SetType(1);
646 timerInfo->SetType(0);
Dtime_dfx_test.cpp122 timerInfo->SetType(1);
148 timerInfo->SetType(1);
202 timerInfo->SetType(timerInfo->TIMER_TYPE_IDLE);
/base/time/time_service/services/time/src/
Dsimple_timer_info.cpp26 void SimpleTimerInfo::SetType(const int &_type) in SetType() function in OHOS::MiscServices::SimpleTimerInfo
/base/hiviewdfx/hilog/frameworks/libhilog/socket/include/
Ddgram_socket_client.h35 SetType(SOCK_DGRAM | socketType); in DgramSocketClient()
Dseq_packet_socket_client.h39 SetType(socketType); in SeqPacketSocketClient()
Dsocket.h31 void SetType(uint32_t socketOption);
/base/time/time_service/services/time/include/
Dsimple_timer_info.h28 virtual void SetType(const int &type) override;
/base/web/webview/ohos_nweb/include/
Dnweb_hit_testresult.h72 void SetType(int type) { in SetType() function
Dnweb_value.h74 void SetType(Type type) { type_ = type; } in SetType() function
/base/notification/common_event_service/services/test/unittest/
Dcommon_event_sticky_test.cpp104 want.SetType(TYPE);
141 want.SetType(TYPE);
160 want2.SetType(TYPE2);
189 want.SetType(TYPE);
221 want.SetType(TYPE);
253 want.SetType(TYPE);
489 want.SetType(TYPE);
/base/time/time_service/interfaces/inner_api/include/
Ditimer_info.h63 virtual void SetType(const int &type) = 0;
/base/notification/distributed_notification_service/services/ans/src/
Dreminder_timer_info.cpp29 void ReminderTimerInfo::SetType(const int &_type) in SetType() function in OHOS::Notification::ReminderTimerInfo
/base/powermgr/thermal_manager/interfaces/inner_api/native/include/
Dthermal_srv_sensor_info.h42 inline void SetType(const std::string &type) in SetType() function
/base/notification/distributed_notification_service/services/ans/include/
Dreminder_timer_info.h62 void SetType(const int32_t &type) override;
/base/time/time_service/framework/js/napi/system_timer/include/
Dnapi_system_timer.h36 virtual void SetType(const int &type) override;
/base/powermgr/power_manager/frameworks/napi/utils/
Dasync_callback_info.h56 void SetType(napi_env& env, napi_value& type);

123