| /base/hiviewdfx/hisysevent/frameworks/native/ |
| D | hisysevent_json_decorator.cpp | 223 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/ |
| D | iaccount_info.h | 43 template<typename T, typename dataType> 45 dataType &data, const JsonType jsonType) in GetDataByType()
|
| /base/telephony/core_service/services/satellite_service_interaction/src/ |
| D | satellite_core_callback_stub.cpp | 72 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/ |
| D | screen_capture_adapter_impl_test.cpp | 130 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/ |
| D | socket.h | 82 TransDataType dataType; /**< Data type */ member 95 TransDataType dataType; /**< Data type of peer socket*/ member
|
| /base/msdp/device_status/frameworks/js/napi/interaction/drag/src/ |
| D | js_drag_manager.cpp | 63 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/ |
| D | hisysevent_json_decorator.h | 52 bool JudgeDataType(const std::string& dataType, const Json::Value& eventJson);
|
| /base/web/webview/ohos_adapter/screen_capture_adapter/src/ |
| D | screen_capture_adapter_impl.cpp | 146 avConfig.dataType = GetOHDataType(config.dataType); in ConvertScreenCaptureConfig() 171 if (config.dataType == DataTypeAdapter::CAPTURE_FILE_DATA_TYPE) { in ConvertScreenCaptureConfig()
|
| /base/web/webview/ohos_adapter/interfaces/ |
| D | screen_capture_adapter.h | 168 DataTypeAdapter dataType = DataTypeAdapter::INVAILD_DATA_TYPE; member
|
| /base/msdp/device_status/intention/adapters/dsoftbus_adpater/src/ |
| D | dsoftbus_adapter_impl.cpp | 272 .dataType = DATA_TYPE_BYTES in SetupServer() 325 .dataType = DATA_TYPE_BYTES in OpenSessionLocked()
|
| /base/notification/eventhandler/frameworks/napi/src/ |
| D | events_emitter.cpp | 441 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/ |
| D | soft_bus_manager.cpp | 164 .dataType = DATA_TYPE_BYTES in ServiceSocketInit() 306 .dataType = DATA_TYPE_BYTES in InitSocketAndListener()
|
| /base/update/updater/services/package/pkg_package/ |
| D | pkg_upgradefile.cpp | 277 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/ |
| D | messenger_device_socket_manager.c | 431 .dataType = DATA_TYPE_BYTES, in ProcessCreateServer() 670 .dataType = DATA_TYPE_BYTES, in PrepareBindSocket()
|
| /base/msdp/device_status/services/interaction/coordination/src/ |
| D | coordination_softbus_adapter.cpp | 187 .dataType = DATA_TYPE_BYTES in Init() 269 .dataType = DATA_TYPE_BYTES in OpenInputSoftbus()
|
| /base/security/device_security_level/baselib/msglib/src/lite/ |
| D | messenger_device_session_manager.c | 454 .dataType = TYPE_BYTES, in CreateNewDeviceSession()
|