/ohos5.0/foundation/ability/idl_tool/test/sa_test/cmd_dump_metadata/target/ |
H A D | output.txt | 90 "type_" : "byte" 95 "type_" : "byte" 100 "type_" : "byte" 114 "type_" : "short" 119 "type_" : "short" 138 "type_" : "int" 143 "type_" : "int" 148 "type_" : "int" 162 "type_" : "long" 167 "type_" : "long" [all …]
|
/ohos5.0/foundation/multimedia/image_framework/plugins/manager/src/common/ |
H A D | attr_data.cpp | 130 type_ = data.type_; in AttrData() 149 type_ = temp.type_; in operator =() 168 type_ = data.type_; in operator =() 247 switch (type_) { in ClearData() 380 switch (type_) { in InRange() 399 switch (type_) { in InRange() 446 return type_; in GetType() 451 switch (type_) { in GetMinValue() 478 switch (type_) { in GetMaxValue() 506 switch (type_) { in GetMinValue() [all …]
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ |
H A D | data_ability_operation_builder.cpp | 25 type_ = type; in DataAbilityOperationBuilder() 55 if (type_ != DataAbilityOperation::TYPE_INSERT && type_ != DataAbilityOperation::TYPE_UPDATE && in WithValuesBucket() 58 " type:%{public}d", type_); in WithValuesBucket() 71 if (type_ != DataAbilityOperation::TYPE_DELETE && type_ != DataAbilityOperation::TYPE_UPDATE && in WithPredicates() 74 " type=%{public}d", type_); in WithPredicates() 85 if (type_ != DataAbilityOperation::TYPE_UPDATE && type_ != DataAbilityOperation::TYPE_DELETE && in WithExpectedCount() 89 "type=%{public}d", type_); in WithExpectedCount() 102 if (type_ != DataAbilityOperation::TYPE_UPDATE && type_ != DataAbilityOperation::TYPE_DELETE && in WithPredicatesBackReference() 116 if (type_ != DataAbilityOperation::TYPE_INSERT && type_ != DataAbilityOperation::TYPE_UPDATE && in WithValueBackReferences() 130 if (type_ != DataAbilityOperation::TYPE_INSERT && type_ != DataAbilityOperation::TYPE_UPDATE && in WithInterruptionAllowed() [all …]
|
H A D | data_ability_operation.cpp | 29 type_ = dataAbilityOperation->type_; in DataAbilityOperation() 37 type_ = 0; in DataAbilityOperation() 53 type_ = builder->type_; in DataAbilityOperation() 66 type_ = 0; in DataAbilityOperation() 83 if (type_ != other.type_) { in operator ==() 129 type_ = other.type_; in operator =() 196 return type_; in GetType() 236 …return (type_ == TYPE_INSERT || type_ == TYPE_UPDATE || type_ == TYPE_DELETE || type_ == TYPE_ASSE… in IsValidOperation() 241 return type_ == TYPE_INSERT; in IsInsertOperation() 246 return type_ == TYPE_UPDATE; in IsUpdateOperation() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/codec/ |
H A D | codec_data.h | 79 return type_; in GetType() 83 return type_ == BufferDataType::TYPE_NULL; in IsNull() 87 return type_ == BufferDataType::TYPE_TRUE || type_ == BufferDataType::TYPE_FALSE; in IsBool() 91 return type_ == BufferDataType::TYPE_INT; in IsInt() 95 return type_ == BufferDataType::TYPE_LONG; in IsLong() 99 return type_ == BufferDataType::TYPE_DOUBLE; in IsDouble() 103 return type_ == BufferDataType::TYPE_STRING; in IsString() 107 return type_ == BufferDataType::TYPE_MAP; in IsMap() 111 return type_ == BufferDataType::TYPE_SET; in IsSet() 133 return type_ == BufferDataType::TYPE_OBJECT; in IsObject() [all …]
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/ |
H A D | fscrypt_key_v1_ext.cpp | 97 uint32_t user = GetMappedUserId(userId_, type_); in ActiveKeyExt() 106 elType = type_; in ActiveKeyExt() 118 elType = type_; in ActiveDoubleKeyExt() 128 uint32_t user = GetMappedUserId(userId_, type_); in UnlockUserScreenExt() 130 if (FBEX::UnlockScreenToKernel(user, type_, iv, size)) { in UnlockUserScreenExt() 159 uint32_t userIdDouble = GetMappedUserId(userId_, type_); in AddClassE() 239 if ((type_ != TYPE_EL2) && !destroy) { in InactiveKeyExt() 249 uint32_t user = type_ == TYPE_EL5 ? userId_ : GetMappedUserId(userId_, type_); in InactiveKeyExt() 253 userId_, type_, destroy); in InactiveKeyExt() 265 uint32_t user = GetMappedUserId(userId_, type_); in LockUserScreenExt() [all …]
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/PropertyTools/ |
H A D | property_value.h | 41 : type_(other.type_), // exchange(other.type_, PropertyType::INVALID)), in CORE_BEGIN_NAMESPACE() 55 return type_->type; in CORE_BEGIN_NAMESPACE() 59 return type_->type; in CORE_BEGIN_NAMESPACE() 68 if (type_) { in CORE_BEGIN_NAMESPACE() 69 return type_->metaData.memberProperties; in CORE_BEGIN_NAMESPACE() 75 if (type_) { in CORE_BEGIN_NAMESPACE() 98 BASE_ASSERT(index < type_->count); in CORE_BEGIN_NAMESPACE() 99 return PropertyValue(type_, data_, 1, index); in CORE_BEGIN_NAMESPACE() 104 BASE_ASSERT(index < type_->count); in CORE_BEGIN_NAMESPACE() 146 type_ = BASE_NS::exchange(other.type_, {}); in CORE_BEGIN_NAMESPACE() [all …]
|
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/ast/ |
H A D | ast_parameter.cpp | 29 sb.Append(type_->ToString()).Append(' '); in Dump() 38 switch (type_->GetTypeKind()) { in EmitCParameter() 99 switch (type_->GetTypeKind()) { in EmitJavaParameter() 135 switch (type_->GetTypeKind()) { in EmitCLocalVar() 174 switch (type_->GetTypeKind()) { in EmitCppLocalVar() 211 if (type_ == nullptr) { in EmitCWriteVar() 221 if (type_ == nullptr) { in EmitCProxyWriteOutVar() 225 if (type_->IsStringType() || type_->IsArrayType() || type_->IsListType()) { in EmitCProxyWriteOutVar() 237 if (type_ == nullptr) { in EmitCStubReadOutVar() 241 if (type_->IsStringType() || type_->IsArrayType() || type_->IsListType()) { in EmitCStubReadOutVar() [all …]
|
/ohos5.0/foundation/window/window_manager/utils/include/ |
H A D | xml_config_base.h | 64 switch (type_) { in ClearValue() 95 switch (value.type_) { 117 type_ = value.type_; 130 switch (value.type_) { 156 type_ = value.type_; 173 type_ = ValueType::MAP; in SetValue() 180 type_ = ValueType::BOOL; in SetValue() 187 type_ = ValueType::STRING; in SetValue() 194 type_ = ValueType::INTS; in SetValue() 201 type_ = ValueType::FLOATS; in SetValue() [all …]
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | data_value.cpp | 118 switch (dataValue.type_) { in operator =() 132 type_ = dataValue.type_; in operator =() 142 this->type_ = dataValue.type_; in operator =() 144 switch (type_) { in operator =() 198 if (dataValue.type_ != type_) { in operator ==() 201 switch (type_) { in operator ==() 247 if (type_ != StorageType::STORAGE_TYPE_BLOB && type_ != StorageType::STORAGE_TYPE_TEXT) { in GetBlob() 279 if (type_ != StorageType::STORAGE_TYPE_BLOB && type_ != StorageType::STORAGE_TYPE_TEXT) { in GetBlob() 319 return type_; in GetType() 324 switch (type_) { in ResetValue() [all …]
|
/ohos5.0/foundation/multimedia/media_utils_lite/src/ |
H A D | format.cpp | 76 if (type_ == FORMAT_TYPE_STRING) { in ~FormatData() 85 if (type_ != FORMAT_TYPE_INT32) { in SetValue() 95 if (type_ != FORMAT_TYPE_INT64) { in SetValue() 105 if (type_ != FORMAT_TYPE_FLOAT) { in SetValue() 115 if (type_ != FORMAT_TYPE_DOUBLE) { in SetValue() 125 if (type_ != FORMAT_TYPE_STRING) { in SetValue() 131 type_ = FORMAT_TYPE_NONE; in SetValue() 141 if (type_ != FORMAT_TYPE_INT32) { in GetInt32Value() 151 if (type_ != FORMAT_TYPE_INT64) { in GetInt64Value() 161 if (type_ != FORMAT_TYPE_FLOAT) { in GetFloatValue() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/page_transition/ |
H A D | page_transition_info.h | 36 if (pageTransition->type_ == PageTransitionType::ENTER) { in ProcessPageTransitionType() 48 } else if (pageTransition->type_ == PageTransitionType::EXIT) { in ProcessPageTransitionType() 93 return type_; in GetType() 139 init.type_ = TransformOperationType::TRANSLATE; in AddTranslateAnimation() 142 target.type_ = TransformOperationType::TRANSLATE; in AddTranslateAnimation() 145 if (type_ == PageTransitionType::ENTER) { in AddTranslateAnimation() 155 init.type_ = TransformOperationType::SCALE; in AddScaleAnimation() 159 target.type_ = TransformOperationType::SCALE; in AddScaleAnimation() 162 if (type_ == PageTransitionType::ENTER) { in AddScaleAnimation() 174 if (type_ == PageTransitionType::ENTER) { in AddOpacityAnimation() [all …]
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb_value.h | 83 explicit NWebValue(const NWebValue& value) : type_(value.type_) in NWebValue() 85 switch (type_) { in NWebValue() 133 SetType(value.type_); 134 switch (type_) { 167 std::swap(type_, value.type_); 168 switch (type_) { 201 if (type_ != oVal.type_) 203 switch (type_) { 438 return type_; in GetType() 443 type_ = type; in SetType() [all …]
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/payload_data/ |
H A D | get_object_prop_value_data.cpp | 67 if ((type_ == MTP_TYPE_INT8_CODE) || (type_ == MTP_TYPE_UINT8_CODE)) { in Maker() 69 } else if ((type_ == MTP_TYPE_INT16_CODE) || (type_ == MTP_TYPE_UINT16_CODE)) { in Maker() 71 } else if ((type_ == MTP_TYPE_INT32_CODE) || (type_ == MTP_TYPE_UINT32_CODE)) { in Maker() 73 } else if ((type_ == MTP_TYPE_INT64_CODE) || (type_ == MTP_TYPE_UINT64_CODE)) { in Maker() 75 } else if ((type_ == MTP_TYPE_INT128_CODE) || (type_ == MTP_TYPE_UINT128_CODE)) { in Maker() 77 } else if (type_ == MTP_TYPE_STRING_CODE) { in Maker() 104 type_ = type; in SetPropValue()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_javascript_value.h | 68 explicit WebJavaScriptValue(const WebJavaScriptValue& value) : type_(value.type_) in WebJavaScriptValue() 70 switch (type_) { in WebJavaScriptValue() 116 SetType(value.type_); 117 switch (type_) { 149 std::swap(type_, value.type_); 150 switch (type_) { 182 if (type_ != oVal.type_) 184 switch (type_) { 393 return type_; in GetType() 398 type_ = type; in SetType() [all …]
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/ |
H A D | hfp_hf_profile_event_sender.cpp | 42 event.type_ = HFP_HF_TYPE_NETWORK_STATE; in NetworkStateChanged() 50 event.type_ = HFP_HF_TYPE_NETWORK_ROAM; in NetworkRoamingChanged() 58 event.type_ = HFP_HF_TYPE_NETWORK_SIGNAL; in NetworkSignalChanged() 66 event.type_ = HFP_HF_TYPE_BATTERY_LEVEL; in BatteryLevelChanged() 83 event.type_ = HFP_HF_TYPE_CALL_STATE; in CallStateNotify() 107 event.type_ = HFP_HF_TYPE_HOLD_RESULT; in HoldResultReply() 125 event.type_ = HFP_HF_TYPE_CALL_WAITING; in CallWaitingNotify() 143 event.type_ = HFP_HF_TYPE_SET_VOLUME; in SetVolume() 169 event.type_ = HFP_HF_TYPE_INBAND_RING; in SetInBandRing() 178 event.type_ = HFP_HF_TYPE_RING_ALERT; in RingIndicationNotify() [all …]
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/include/ |
H A D | cov_util.h | 63 …OHOS::DistributedKv::DataQuery *dataQuery, QueryType type) : dataQuery_(dataQuery), type_(type) {}; in Querys() 67 if (type_ == QueryType::EQUAL) { in operator() 69 } else if (type_ == QueryType::NOT_EQUAL) { in operator() 71 } else if (type_ == QueryType::GREATER) { in operator() 73 } else if (type_ == QueryType::LESS) { in operator() 75 } else if (type_ == QueryType::GREATER_OR_EQUAL) { in operator() 77 } else if (type_ == QueryType::LESS_OR_EQUAL) { in operator() 90 QueryType type_; variable 99 if (type_ == QueryType::IN) { in operator() 101 } else if (type_ == QueryType::NOT_IN) { in operator() [all …]
|
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/ |
H A D | AttrEditor.js | 48 switch (this.node_.type_) { 236 v.type_ === DataType.INT8 || 237 v.type_ === DataType.INT16 || 238 v.type_ === DataType.INT32 || 263 v.type_ = DataType.INT8; 268 v.type_ = DataType.STRING; 272 v.type_ = DataType.ARRAY; 276 v.type_ = DataType.BOOL; 284 v.type_ = DataType.DELETE; 322 v.type_ === DataType.INT64 [all …]
|
/ohos5.0/base/accesscontrol/sandbox_manager/services/common/database/src/ |
H A D | variant_value.cpp | 21 VariantValue::VariantValue() : type_(ValueType::TYPE_NULL) in VariantValue() 27 VariantValue::VariantValue(int32_t value) : type_(ValueType::TYPE_INT) in VariantValue() 32 VariantValue::VariantValue(int64_t value) : type_(ValueType::TYPE_INT64) in VariantValue() 37 VariantValue::VariantValue(const std::string &value) : type_(ValueType::TYPE_STRING) in VariantValue() 44 return type_; in GetType() 49 if (type_ != ValueType::TYPE_INT) { in GetInt() 58 if (type_ != ValueType::TYPE_INT64) { in GetInt64() 67 if (type_ != ValueType::TYPE_STRING) { in GetString()
|
/ohos5.0/base/security/access_token/services/common/database/src/ |
H A D | variant_value.cpp | 21 VariantValue::VariantValue() : type_(ValueType::TYPE_NULL) in VariantValue() 27 VariantValue::VariantValue(int32_t value) : type_(ValueType::TYPE_INT) in VariantValue() 32 VariantValue::VariantValue(int64_t value) : type_(ValueType::TYPE_INT64) in VariantValue() 37 VariantValue::VariantValue(const std::string& value) : type_(ValueType::TYPE_STRING) in VariantValue() 44 return type_; in GetType() 49 if (type_ != ValueType::TYPE_INT) { in GetInt() 58 if (type_ != ValueType::TYPE_INT64) { in GetInt64() 67 if (type_ != ValueType::TYPE_STRING) { in GetString()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/ |
H A D | rs_frame_rate_range.h | 37 FrameRateRange() : min_(0), max_(0), preferred_(0), type_(0), isEnergyAssurance_(false), in FrameRateRange() 43 preferred_(preferred), type_(type) {} in FrameRateRange() 46 preferred_(preferred), type_(type), componentScene_(componentScene) {} in FrameRateRange() 69 this->type_ = 0; in Reset() 86 this->type_ = type; in Set() 92 this->Set(other.min_, other.max_, other.preferred_, other.type_); in Merge() 107 switch (type_) { in GetExtInfo() 142 this->preferred_ == other.preferred_ && this->type_ == other.type_; 148 this->preferred_ != other.preferred_ || this->type_ != other.type_; 154 int type_ = 0; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_progress.cpp | 208 if (type_ == ProgressType::CIRCLE) { in PrepareSpecializedComponent() 212 if (type_ == ProgressType::BUBBLE) { in PrepareSpecializedComponent() 232 if (type_ == ProgressType::RING) { in PrepareSpecializedComponent() 235 } else if (type_ == ProgressType::SCALE) { in PrepareSpecializedComponent() 240 } else if (type_ == ProgressType::ARC) { in PrepareSpecializedComponent() 275 if (type_ == ProgressType::CIRCLE) { in GetSpecializedComponent() 277 } else if (type_ == ProgressType::BUBBLE) { in GetSpecializedComponent() 287 if (type_ == ProgressType::CIRCLE) { in InitProgressIfNeed() 305 if (type_ == ProgressType::BUBBLE) { in InitProgressIfNeed() 329 if (type_ == ProgressType::SCALE) { in InitProgressIfNeed() [all …]
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/ |
H A D | hfp_ag_profile_event_sender.cpp | 67 msg.type_ = HFP_AG_MSG_TYPE_DIAL_CALL; in DialOutCall() 76 msg.type_ = HFP_AG_MSG_TYPE_SEND_DTMF; in SendDtmf() 103 msg.type_ = HFP_AG_MSG_TYPE_AT_CHLD; in HoldCall() 119 msg.type_ = HFP_AG_MSG_TYPE_AT_CIND; in GetAgIndicator() 127 msg.type_ = HFP_AG_MSG_TYPE_AT_COPS; in GetNetworkOperater() 135 msg.type_ = HFP_AG_MSG_TYPE_AT_CLCC; in GetCurrentCalls() 144 msg.type_ = HFP_AG_MSG_TYPE_AT_BIND; in ProcessATBind() 153 msg.type_ = HFP_AG_MSG_TYPE_AT_BIEV; in SendHfIndicator() 161 msg.type_ = HFP_AG_MSG_TYPE_AT_BIA; in ProcessAtBia() 200 msg.type_ = what; in GetResponseHoldState() [all …]
|
/ohos5.0/foundation/communication/netmanager_base/utils/napi_utils/src/ |
H A D | event_listener.cpp | 26 type_(std::move(type)), in EventListener() 36 type_ = listener.type_; in EventListener() 60 type_ = listener.type_; in operator =() 75 if (type_ != eventType || callbackRef_ == nullptr) { in Emit() 87 if (type_ != type) { in Match() 99 return (type_ == type) ? once_ : false; in MatchOnce() 104 return type_ == type; in MatchType() 116 if (type_ != type || callbackRef_ == nullptr) { in EmitByUv()
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/ |
H A D | res_desc.cpp | 69 if (type_ == KeyType::DEVICETYPE) { in GetDeviceTypeStr() 102 if (type_ == KeyType::COLORMODE) { in GetColorModeStr() 120 if (type_ == KeyType::INPUTDEVICE) { in GetInputDeviceStr() 131 if (type_ == KeyType::MCC) { in GetMccStr() 140 if (type_ == KeyType::MNC) { in GetMncStr() 148 if ((type_ == KeyType::LANGUAGES) || (type_ == KeyType::REGION) || (type_ == KeyType::SCRIPT)) { in ConvertToStr() 165 if (type_ == KeyType::DIRECTION) { in ConvertToStr() 168 if (type_ == KeyType::DEVICETYPE) { in ConvertToStr() 171 if (type_ == KeyType::COLORMODE) { in ConvertToStr() 177 if (type_ == KeyType::MCC) { in ConvertToStr() [all …]
|