/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/ |
H A D | vtp_stream_socket.cpp | 51 case INT_TYPE: in PrintOptionInfo() 145 InsertElementToFuncMap(LOCAL_IP, INT_TYPE, nullptr, &VtpStreamSocket::GetIp); in VtpStreamSocket() 146 InsertElementToFuncMap(LOCAL_PORT, INT_TYPE, nullptr, &VtpStreamSocket::GetPort); in VtpStreamSocket() 148 InsertElementToFuncMap(REMOTE_PORT, INT_TYPE, nullptr, &VtpStreamSocket::GetPort); in VtpStreamSocket() 154 InsertElementToFuncMap(SEND_CACHE, INT_TYPE, &VtpStreamSocket::SetVtpStackConfig, in VtpStreamSocket() 156 InsertElementToFuncMap(RECV_CACHE, INT_TYPE, &VtpStreamSocket::SetVtpStackConfig, in VtpStreamSocket() 162 InsertElementToFuncMap(PACKET_SIZE, INT_TYPE, &VtpStreamSocket::SetVtpStackConfig, in VtpStreamSocket() 179 InsertElementToFuncMap(IS_SERVER, INT_TYPE, nullptr, &VtpStreamSocket::IsServer); in VtpStreamSocket() 1345 if (value.GetType() == INT_TYPE) { in SetVtpStackConfig() 1487 if (value.GetType() != INT_TYPE) { in SetStreamScene() [all …]
|
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/os_account/ |
H A D | os_account_data_storage_test.cpp | 41 const OsAccountType INT_TYPE = OsAccountType::ADMIN; variable 71 OsAccountInfo osAccountInfo(INT_ID, STRING_NAME, INT_TYPE, INT_SHERIAL); in SetUp()
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/include/ |
H A D | stream_common.h | 118 INT_TYPE, enumerator 135 explicit StreamAttr(int value) : type_(INT_TYPE), intVal_(value) {} in StreamAttr()
|
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/src/ |
H A D | preferences_value_parcel.cpp | 28 return INT_TYPE; in GetTypeIndex() 60 case INT_TYPE: in CalSize() 116 case INT_TYPE: { in MarshallingBasicValueInner() 423 case INT_TYPE: in MarshallingPreferenceValue() 456 case INT_TYPE: { in UnmarshallingBasicValue() 635 case INT_TYPE: in UnmarshallingPreferenceValue()
|
/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/js/builtin/include/ |
H A D | hilog_vector.h | 23 INT_TYPE, enumerator
|
/ohos5.0/base/account/os_account/frameworks/osaccount/native/test/unittest/ |
H A D | os_account_info_test.cpp | 32 const OsAccountType INT_TYPE = OsAccountType::ADMIN; variable 133 new (std::nothrow) OsAccountInfo(INT_ID, STRING_NAME, INT_TYPE, STRING_SERIAL_NUMBER); 200 OsAccountType type = INT_TYPE; 215 osAccountInfo.SetType(INT_TYPE); 216 EXPECT_EQ(INT_TYPE, osAccountInfo.type_);
|
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/include/ |
H A D | preferences_value_parcel.h | 38 INT_TYPE = 1, enumerator
|
/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/js/builtin/src/ |
H A D | hilog_module.cpp | 108 if (HilogVector::GetType(params, *(outParams->count)) == INT_TYPE) { in AddLogContent() 223 HilogVector::Push(params, value, INT_TYPE); in ParseNapiValue()
|
/ohos5.0/base/hiviewdfx/hilog_lite/test/unittest/ |
H A D | hilog_lite_test.cpp | 115 ACELite::HilogVector::Push(¶ms, PARSE_LOG_CONTENT, ACELite::INT_TYPE); in HWTEST_F() 181 ACELite::HilogVector::Push(¶ms, PARSE_LOG_CONTENT, ACELite::INT_TYPE); in HWTEST_F()
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/vtp_stream_socket_test/ |
H A D | vtp_stream_socket_test.cpp | 462 value->type_ = INT_TYPE; 491 value->type_ = INT_TYPE;
|