Home
last modified time | relevance | path

Searched refs:INT_TYPE (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
H A Dvtp_stream_socket.cpp51 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 Dos_account_data_storage_test.cpp41 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 Dstream_common.h118 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 Dpreferences_value_parcel.cpp28 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 Dhilog_vector.h23 INT_TYPE, enumerator
/ohos5.0/base/account/os_account/frameworks/osaccount/native/test/unittest/
H A Dos_account_info_test.cpp32 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 Dpreferences_value_parcel.h38 INT_TYPE = 1, enumerator
/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/js/builtin/src/
H A Dhilog_module.cpp108 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 Dhilog_lite_test.cpp115 ACELite::HilogVector::Push(&params, PARSE_LOG_CONTENT, ACELite::INT_TYPE); in HWTEST_F()
181 ACELite::HilogVector::Push(&params, 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 Dvtp_stream_socket_test.cpp462 value->type_ = INT_TYPE;
491 value->type_ = INT_TYPE;