Home
last modified time | relevance | path

Searched refs:STRING_TYPE (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/base/account/os_account/tools/test/moduletest/acm/
H A Daccount_command_util.cpp32 const std::string STRING_TYPE = "normal"; variable
38 …std::string command = TOOL_NAME + " create -n " + STRING_LOCAL_ACCOUNT_NAME + " -t " + STRING_TYPE; in CreateOsAccount()
48 std::string command = TOOL_NAME + " create -n " + name + " -t " + STRING_TYPE; in CreateOsAccount()
/ohos5.0/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()
/ohos5.0/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"; variable
619 std::vector<std::string> signatures = { STRING_TYPE };
623 defaultPermission.appSignature = { STRING_TYPE };
638 ret = BundlePermissionMgr::MatchSignature(defaultPermission, STRING_TYPE);
641 defaultPermission.appSignature = { STRING_TYPE };
645 ret = BundlePermissionMgr::MatchSignature(defaultPermission, STRING_TYPE);
1187 ElementName elementName(STRING_TYPE, STRING_TYPE, STRING_TYPE, STRING_TYPE);
1324 auto ret2 = bmsExtensionClient->GetBundleInfo(STRING_TYPE, FLAG, info, FLAG, false);
/ohos5.0/base/hiviewdfx/hilog_lite/test/unittest/
H A Dhilog_lite_test.cpp93 ACELite::HilogVector::Push(&params, PARSE_LOG_CONTENT, ACELite::STRING_TYPE); in HWTEST_F()
203 ACELite::HilogVector::Push(&params, PARSE_LOG_CONTENT, ACELite::STRING_TYPE); in HWTEST_F()
225 ACELite::HilogVector::Push(&params, PARSE_LOG_CONTENT, ACELite::STRING_TYPE); in HWTEST_F()
585 ACELite::HilogVector::Push(&params, PARSE_LOG_CONTENT, ACELite::STRING_TYPE); in HWTEST_F()
601 ACELite::HilogVector::Push(&params, ERROR_ARG, ACELite::STRING_TYPE); in HWTEST_F()
617 ACELite::HilogVector::Push(&params, nullptr, ACELite::STRING_TYPE); in HWTEST_F()
/ohos5.0/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()
/ohos5.0/foundation/distributeddatamgr/data_object/interfaces/jskits/
H A Ddistributed_data_object.js20 const STRING_TYPE = '[STRING]'; constant
137 if (result.startsWith(STRING_TYPE)) {
138 result = result.substr(STRING_TYPE.length);
157 let value = STRING_TYPE + newValue;
/ohos5.0/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 },
/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/js/builtin/include/
H A Dhilog_vector.h24 STRING_TYPE, enumerator
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/include/
H A Dpreferences_value_parcel.h43 STRING_TYPE = 6, enumerator
/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/js/builtin/src/
H A Dhilog_module.cpp116 if (HilogVector::GetType(params, *(outParams->count)) == STRING_TYPE) { in AddLogContent()
227 HilogVector::Push(params, value, STRING_TYPE); in ParseNapiValue()
/ohos5.0/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;
269 type = STRING_TYPE + 1;
498 value->type_ = STRING_TYPE;
/ohos5.0/foundation/ability/ability_runtime/tools/test/unittest/aa/
H A Daa_command_start_test.cpp52 const std::string STRING_TYPE = "type"; variable
890 (char*)STRING_TYPE.c_str(),
/ohos5.0/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, … in VtpStreamSocket()
150 InsertElementToFuncMap(IP_TYPE, STRING_TYPE, nullptr, &VtpStreamSocket::GetIpType); in VtpStreamSocket()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_event.h142 STRING_TYPE, enumerator
240 dataType_ = WebResponseDataType::STRING_TYPE; in SetData()
334 WebResponseDataType dataType_ = WebResponseDataType::STRING_TYPE;
/ohos5.0/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/src/
H A Dfile_access_helper.cpp821 case STRING_TYPE: in GetQueryResult()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dbundle_manager.cpp53 constexpr const char* STRING_TYPE = "napi_string"; variable
2773 … BusinessError::ThrowParameterTypeError(env, ERROR_PARAM_CHECK_ERROR, BUNDLE_NAME, STRING_TYPE); in GetLaunchWantForBundle()
2778 … BusinessError::ThrowParameterTypeError(env, ERROR_PARAM_CHECK_ERROR, BUNDLE_NAME, STRING_TYPE); in GetLaunchWantForBundle()
2989 … BusinessError::ThrowParameterTypeError(env, ERROR_PARAM_CHECK_ERROR, MODULE_NAME, STRING_TYPE); in GetProfile()
2996 … BusinessError::ThrowParameterTypeError(env, ERROR_PARAM_CHECK_ERROR, ABILITY_NAME, STRING_TYPE); in GetProfile()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_file_extension/src/
H A Dmedia_file_extention_utils.cpp932 case STRING_TYPE: in Query()