/base/web/webview/test/unittest/nweb_value_test/ |
D | nweb_value_test.cpp | 56 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/ |
D | webview_controller.h | 257 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 …]
|
D | webview_javascript_result_callback.cpp | 216 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/ |
D | timer_info.h | 28 void SetType(const int &type) override; 38 void TimerInfo::SetType(const int &type) in SetType() function
|
D | timetesttimer_fuzzer.cpp | 33 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/ |
D | timer_info_test.h | 40 virtual void SetType(const int &type) override; 73 void TimerInfoTest::SetType(const int &_type) in SetType() function
|
/base/location/interfaces/inner_api/include/ |
D | locating_required_data_config.h | 36 SetType(LocatingRequiredDataConfig.GetType()); in LocatingRequiredDataConfig() 49 inline void SetType(int type) in SetType() function
|
/base/location/test/location_locator/source/ |
D | locator_required_data_manager_test.cpp | 52 dataConfig->SetType(1); 73 dataConfig->SetType(2);
|
/base/time/time_service/test/unittest/service_test/src/ |
D | time_client_test.cpp | 377 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 …]
|
D | time_service_test.cpp | 162 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);
|
D | time_dfx_test.cpp | 122 timerInfo->SetType(1); 148 timerInfo->SetType(1); 202 timerInfo->SetType(timerInfo->TIMER_TYPE_IDLE);
|
/base/time/time_service/services/time/src/ |
D | simple_timer_info.cpp | 26 void SimpleTimerInfo::SetType(const int &_type) in SetType() function in OHOS::MiscServices::SimpleTimerInfo
|
/base/hiviewdfx/hilog/frameworks/libhilog/socket/include/ |
D | dgram_socket_client.h | 35 SetType(SOCK_DGRAM | socketType); in DgramSocketClient()
|
D | seq_packet_socket_client.h | 39 SetType(socketType); in SeqPacketSocketClient()
|
D | socket.h | 31 void SetType(uint32_t socketOption);
|
/base/time/time_service/services/time/include/ |
D | simple_timer_info.h | 28 virtual void SetType(const int &type) override;
|
/base/web/webview/ohos_nweb/include/ |
D | nweb_hit_testresult.h | 72 void SetType(int type) { in SetType() function
|
D | nweb_value.h | 74 void SetType(Type type) { type_ = type; } in SetType() function
|
/base/notification/common_event_service/services/test/unittest/ |
D | common_event_sticky_test.cpp | 104 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/ |
D | itimer_info.h | 63 virtual void SetType(const int &type) = 0;
|
/base/notification/distributed_notification_service/services/ans/src/ |
D | reminder_timer_info.cpp | 29 void ReminderTimerInfo::SetType(const int &_type) in SetType() function in OHOS::Notification::ReminderTimerInfo
|
/base/powermgr/thermal_manager/interfaces/inner_api/native/include/ |
D | thermal_srv_sensor_info.h | 42 inline void SetType(const std::string &type) in SetType() function
|
/base/notification/distributed_notification_service/services/ans/include/ |
D | reminder_timer_info.h | 62 void SetType(const int32_t &type) override;
|
/base/time/time_service/framework/js/napi/system_timer/include/ |
D | napi_system_timer.h | 36 virtual void SetType(const int &type) override;
|
/base/powermgr/power_manager/frameworks/napi/utils/ |
D | async_callback_info.h | 56 void SetType(napi_env& env, napi_value& type);
|