Home
last modified time | relevance | path

Searched refs:STRING_TYPE (Results 1 - 13 of 13) sorted by relevance

/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/include/
H A Dstream_common.h119 STRING_TYPE, enumerator
136 explicit StreamAttr(std::string str) : type_(STRING_TYPE), strVal_(str) {} in StreamAttr()
/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_value_parcel.cpp38 return STRING_TYPE; in GetTypeIndex()
71 case STRING_TYPE: { in CalSize()
73 strLen += (type == STRING_TYPE) ? std::get<std::string>(value.value_).size() : in CalSize()
430 case STRING_TYPE: in MarshallingPreferenceValue()
500 } else if (type == STRING_TYPE) { in UnmarshallingStringValue()
642 case STRING_TYPE: in UnmarshallingPreferenceValue()
/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/include/
H A Dfile_access_extension_info.h221 STRING_TYPE = 1, enumerator
227 { DISPLAY_NAME, STRING_TYPE },
228 { RELATIVE_PATH, STRING_TYPE },
/foundation/distributeddatamgr/data_object/interfaces/jskits/
H A Ddistributed_data_object.js20 const STRING_TYPE = '[STRING]';
137 if (result.startsWith(STRING_TYPE)) {
138 result = result.substr(STRING_TYPE.length);
157 let value = STRING_TYPE + newValue;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_service_startup_test/
H A Dbms_service_startup_test.cpp45 const std::string STRING_TYPE = "string"; member
619 std::vector<std::string> signatures = { STRING_TYPE }; in HWTEST_F()
623 defaultPermission.appSignature = { STRING_TYPE }; in HWTEST_F()
638 ret = BundlePermissionMgr::MatchSignature(defaultPermission, STRING_TYPE); in HWTEST_F()
641 defaultPermission.appSignature = { STRING_TYPE }; in HWTEST_F()
645 ret = BundlePermissionMgr::MatchSignature(defaultPermission, STRING_TYPE); in HWTEST_F()
1293 ElementName elementName(STRING_TYPE, STRING_TYPE, STRING_TYPE, STRING_TYPE); in HWTEST_F()
[all...]
/foundation/distributeddatamgr/preferences/frameworks/native/include/
H A Dpreferences_value_parcel.h43 STRING_TYPE = 6, enumerator
/foundation/ability/ability_runtime/tools/test/unittest/aa/
H A Daa_command_start_test.cpp52 const std::string STRING_TYPE = "type"; member
890 (char*)STRING_TYPE.c_str(), in HWTEST_F()
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/vtp_stream_socket_test/
H A Dvtp_stream_socket_test.cpp265 type = STRING_TYPE; in HWTEST_F()
269 type = STRING_TYPE + 1; in HWTEST_F()
498 value->type_ = STRING_TYPE; in HWTEST_F()
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
H A Dvtp_stream_socket.cpp59 case STRING_TYPE: in PrintOptionInfo()
147 InsertElementToFuncMap(REMOTE_IP, STRING_TYPE, nullptr, &VtpStreamSocket::GetIp); in VtpStreamSocket()
149 InsertElementToFuncMap(BOUND_INTERFACE_IP, STRING_TYPE, &VtpStreamSocket::SetSocketBindToDevices, nullptr); in VtpStreamSocket()
150 InsertElementToFuncMap(IP_TYPE, STRING_TYPE, nullptr, &VtpStreamSocket::GetIpType); in VtpStreamSocket()
/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_event.h142 STRING_TYPE, member in OHOS::Ace::NativeEmbedStatus::WebResponseDataType
240 dataType_ = WebResponseDataType::STRING_TYPE; in SetData()
334 WebResponseDataType dataType_ = WebResponseDataType::STRING_TYPE;
/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/src/
H A Dfile_access_helper.cpp823 case STRING_TYPE: in GetQueryResult()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dbundle_manager.cpp53 constexpr const char* STRING_TYPE = "napi_string"; member
2767 BusinessError::ThrowParameterTypeError(env, ERROR_PARAM_CHECK_ERROR, BUNDLE_NAME, STRING_TYPE); in GetLaunchWantForBundle()
2772 BusinessError::ThrowParameterTypeError(env, ERROR_PARAM_CHECK_ERROR, BUNDLE_NAME, STRING_TYPE); in GetLaunchWantForBundle()
2983 BusinessError::ThrowParameterTypeError(env, ERROR_PARAM_CHECK_ERROR, MODULE_NAME, STRING_TYPE); in GetProfile()
2990 BusinessError::ThrowParameterTypeError(env, ERROR_PARAM_CHECK_ERROR, ABILITY_NAME, STRING_TYPE); in GetProfile()
/foundation/multimedia/media_library/frameworks/services/media_file_extension/src/
H A Dmedia_file_extention_utils.cpp932 case STRING_TYPE: in Query()

Completed in 27 milliseconds