Home
last modified time | relevance | path

Searched refs:dataType (Results 1 – 16 of 16) sorted by relevance

/base/hiviewdfx/hisysevent/frameworks/native/
Dhisysevent_json_decorator.cpp223 bool HiSysEventJsonDecorator::JudgeDataType(const std::string &dataType, const Json::Value &eventJs… in HiSysEventJsonDecorator() argument
225 if (dataType.compare("BOOL") == 0) { in HiSysEventJsonDecorator()
227 } else if ((dataType.compare("INT8") == 0) || (dataType.compare("INT16") == 0) || in HiSysEventJsonDecorator()
228 (dataType.compare("INT32") == 0)) { in HiSysEventJsonDecorator()
230 } else if (dataType.compare("INT64") == 0) { in HiSysEventJsonDecorator()
232 } else if ((dataType.compare("UINT8") == 0) || (dataType.compare("UINT16") == 0) || in HiSysEventJsonDecorator()
233 (dataType.compare("UINT32") == 0)) { in HiSysEventJsonDecorator()
235 } else if (dataType.compare("UINT64") == 0) { in HiSysEventJsonDecorator()
237 } else if ((dataType.compare("FLOAT") == 0) || (dataType.compare("DOUBLE") == 0)) { in HiSysEventJsonDecorator()
239 } else if (dataType.compare("STRING") == 0) { in HiSysEventJsonDecorator()
/base/account/os_account/interfaces/innerkits/common/include/
Diaccount_info.h43 template<typename T, typename dataType>
45 dataType &data, const JsonType jsonType) in GetDataByType()
/base/telephony/core_service/services/satellite_service_interaction/src/
Dsatellite_core_callback_stub.cpp72 int32_t dataType = data.ReadInt32(); in OnSetRadioStateResponse() local
73 if (dataType == SatelliteRadioResponseType::DEFAULT_RADIO_RESPONSE) { in OnSetRadioStateResponse()
92 if (dataType == SatelliteRadioResponseType::RADIO_STATE_INFO) { in OnSetRadioStateResponse()
/base/web/webview/test/unittest/ohos_adapter/screen_capture_adapter_impl_test/
Dscreen_capture_adapter_impl_test.cpp130 config.dataType = DataTypeAdapter::ORIGINAL_STREAM_DATA_TYPE; in SetUpTestCase()
162 config.dataType = DataTypeAdapter::INVAILD_DATA_TYPE;
176 config.dataType = DataTypeAdapter::ENCODED_STREAM_DATA_TYPE;
184 config.dataType = DataTypeAdapter::CAPTURE_FILE_DATA_TYPE;
192 config.dataType = DataTypeAdapter::ORIGINAL_STREAM_DATA_TYPE;
337 config.dataType = DataTypeAdapter::ENCODED_STREAM_DATA_TYPE;
340 config.dataType = DataTypeAdapter::CAPTURE_FILE_DATA_TYPE;
/base/security/access_token/services/tokensyncmanager/test/mock/include/
Dsocket.h82 TransDataType dataType; /**< Data type */ member
95 TransDataType dataType; /**< Data type of peer socket*/ member
/base/msdp/device_status/frameworks/js/napi/interaction/drag/src/
Djs_drag_manager.cpp63 napi_value dataType = nullptr; in GetDataSummary() local
64 …CHKRP(napi_create_string_utf8(env, summary.first.c_str(), NAPI_AUTO_LENGTH, &dataType), CREATE_STR… in GetDataSummary()
69 CHKRP(napi_set_named_property(env, object, "dataType", dataType), SET_NAMED_PROPERTY); in GetDataSummary()
/base/hiviewdfx/hisysevent/frameworks/native/include/
Dhisysevent_json_decorator.h52 bool JudgeDataType(const std::string& dataType, const Json::Value& eventJson);
/base/web/webview/ohos_adapter/screen_capture_adapter/src/
Dscreen_capture_adapter_impl.cpp146 avConfig.dataType = GetOHDataType(config.dataType); in ConvertScreenCaptureConfig()
171 if (config.dataType == DataTypeAdapter::CAPTURE_FILE_DATA_TYPE) { in ConvertScreenCaptureConfig()
/base/web/webview/ohos_adapter/interfaces/
Dscreen_capture_adapter.h168 DataTypeAdapter dataType = DataTypeAdapter::INVAILD_DATA_TYPE; member
/base/msdp/device_status/intention/adapters/dsoftbus_adpater/src/
Ddsoftbus_adapter_impl.cpp272 .dataType = DATA_TYPE_BYTES in SetupServer()
325 .dataType = DATA_TYPE_BYTES in OpenSessionLocked()
/base/notification/eventhandler/frameworks/napi/src/
Devents_emitter.cpp441 napi_valuetype dataType; in EmitWithEventData() local
442 napi_typeof(env, argv, &dataType); in EmitWithEventData()
443 if (dataType != napi_object) { in EmitWithEventData()
/base/security/access_token/services/tokensyncmanager/src/remote/
Dsoft_bus_manager.cpp164 .dataType = DATA_TYPE_BYTES in ServiceSocketInit()
306 .dataType = DATA_TYPE_BYTES in InitSocketAndListener()
/base/update/updater/services/package/pkg_package/
Dpkg_upgradefile.cpp277 uint16_t dataType = ReadLE16(buffer.buffer); in ReadSignData() local
279 if (dataType != TLV_TYPE_FOR_SIGN) { in ReadSignData()
280 PKG_LOGE("Invalid tlv type: %hu length %u ", dataType, dataLen); in ReadSignData()
281 UPDATER_LAST_WORD(ret, dataType); in ReadSignData()
/base/security/device_security_level/baselib/msglib/src/standard/
Dmessenger_device_socket_manager.c431 .dataType = DATA_TYPE_BYTES, in ProcessCreateServer()
670 .dataType = DATA_TYPE_BYTES, in PrepareBindSocket()
/base/msdp/device_status/services/interaction/coordination/src/
Dcoordination_softbus_adapter.cpp187 .dataType = DATA_TYPE_BYTES in Init()
269 .dataType = DATA_TYPE_BYTES in OpenInputSoftbus()
/base/security/device_security_level/baselib/msglib/src/lite/
Dmessenger_device_session_manager.c454 .dataType = TYPE_BYTES, in CreateNewDeviceSession()