Home
last modified time | relevance | path

Searched refs:E_INVALID_PARAMETERS (Results 1 - 25 of 32) sorted by relevance

12

/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/
H A Duniform_type_descriptor_napi.cpp72 Status::E_INVALID_PARAMETERS, "Parameter error: Mandatory parameters are left unspecified"); in GetTypeDescriptor()
74 ASSERT_BUSINESS_ERR(ctxt, ctxt->status == napi_ok, E_INVALID_PARAMETERS, in GetTypeDescriptor()
99 Status::E_INVALID_PARAMETERS, "Parameter error: Mandatory parameters are left unspecified"); in GetUniformDataTypeByFilenameExtension()
101 ASSERT_BUSINESS_ERR(ctxt, ctxt->status == napi_ok, E_INVALID_PARAMETERS, in GetUniformDataTypeByFilenameExtension()
105 ASSERT_BUSINESS_ERR(ctxt, ctxt->status == napi_ok && !belongsTo.empty(), E_INVALID_PARAMETERS, in GetUniformDataTypeByFilenameExtension()
137 Status::E_INVALID_PARAMETERS, "Parameter error: Mandatory parameters are left unspecified"); in GetUniformDataTypeByMIMEType()
139 ASSERT_BUSINESS_ERR(ctxt, ctxt->status == napi_ok, E_INVALID_PARAMETERS, in GetUniformDataTypeByMIMEType()
143 ASSERT_BUSINESS_ERR(ctxt, ctxt->status == napi_ok && !belongsTo.empty(), E_INVALID_PARAMETERS, in GetUniformDataTypeByMIMEType()
176 Status::E_INVALID_PARAMETERS, "Parameter error: Mandatory parameters are left unspecified"); in GetMultiUniformDataTypesByFilenameExtension()
178 ASSERT_BUSINESS_ERR(ctxt, ctxt->status == napi_ok, E_INVALID_PARAMETERS, in GetMultiUniformDataTypesByFilenameExtension()
[all...]
H A Dunified_data_channel_napi.cpp81 E_INVALID_PARAMETERS, "Parameter error: Mandatory parameters are left unspecified"); in InsertData()
84 E_INVALID_PARAMETERS, "Parameter error: parameter options intention type must correspond to Intention"); in InsertData()
86 ASSERT_BUSINESS_ERR(ctxt, ctxt->status == napi_ok, E_INVALID_PARAMETERS, in InsertData()
119 E_INVALID_PARAMETERS, "Parameter error: Mandatory parameters are left unspecified"); in UpdateData()
124 E_INVALID_PARAMETERS, "Parameter error: parameter options intention type must correspond to Intention"); in UpdateData()
126 ASSERT_BUSINESS_ERR(ctxt, ctxt->status == napi_ok, E_INVALID_PARAMETERS, in UpdateData()
153 E_INVALID_PARAMETERS, "Parameter error: Mandatory parameters are left unspecified"); in QueryData()
161 E_INVALID_PARAMETERS, "Parameter error: parameter options intention type must correspond to Intention"); in QueryData()
206 E_INVALID_PARAMETERS, "Parameter error: Mandatory parameters are left unspecified"); in DeleteData()
215 E_INVALID_PARAMETERS, "Paramete in DeleteData()
[all...]
H A Dsystem_defined_appitem_napi.cpp105 Status::E_INVALID_PARAMETERS, "Parameter error: Mandatory parameters are left unspecified"); in SetAppId()
108 Status::E_INVALID_PARAMETERS, "Parameter error: parameter appId type must be string"); in SetAppId()
138 Status::E_INVALID_PARAMETERS, "Parameter error: Mandatory parameters are left unspecified"); in SetAppName()
141 Status::E_INVALID_PARAMETERS, "Parameter error: parameter appName type must be string"); in SetAppName()
171 Status::E_INVALID_PARAMETERS, "Parameter error: Mandatory parameters are left unspecified"); in SetAppIconId()
174 Status::E_INVALID_PARAMETERS, "Parameter error: parameter appIconId type must be string"); in SetAppIconId()
204 Status::E_INVALID_PARAMETERS, "Parameter error: Mandatory parameters are left unspecified"); in SetAppLabelId()
207 Status::E_INVALID_PARAMETERS, "Parameter error: parameter appLabelId type must be string"); in SetAppLabelId()
237 Status::E_INVALID_PARAMETERS, "Parameter error: Mandatory parameters are left unspecified"); in SetBundleName()
240 Status::E_INVALID_PARAMETERS, "Paramete in SetBundleName()
[all...]
H A Dsystem_defined_form_napi.cpp104 Status::E_INVALID_PARAMETERS, "Parameter error: Mandatory parameters are left unspecified"); in SetFormId()
107 Status::E_INVALID_PARAMETERS, "Parameter error: parameter formId type must be number"); in SetFormId()
137 Status::E_INVALID_PARAMETERS, "Parameter error: Mandatory parameters are left unspecified"); in SetFormName()
140 Status::E_INVALID_PARAMETERS, "Parameter error: parameter formName type must be string"); in SetFormName()
170 Status::E_INVALID_PARAMETERS, "Parameter error: Mandatory parameters are left unspecified"); in SetBundleName()
173 Status::E_INVALID_PARAMETERS, "Parameter error: parameter bundleName type must be string"); in SetBundleName()
203 Status::E_INVALID_PARAMETERS, "Parameter error: Mandatory parameters are left unspecified"); in SetAbilityName()
206 Status::E_INVALID_PARAMETERS, "Parameter error: parameter abilityName type must be string"); in SetAbilityName()
236 Status::E_INVALID_PARAMETERS, "Parameter error: Mandatory parameters are left unspecified"); in SetModule()
239 Status::E_INVALID_PARAMETERS, "Paramete in SetModule()
[all...]
H A Dtype_descriptor_napi.cpp91 Status::E_INVALID_PARAMETERS, "Parameter error: Mandatory parameters are left unspecified"); in BelongsTo()
94 Status::E_INVALID_PARAMETERS, "Parameter error: parameter type type must be string"); in BelongsTo()
114 Status::E_INVALID_PARAMETERS, "Parameter error: Mandatory parameters are left unspecified"); in IsLowerLevelType()
117 Status::E_INVALID_PARAMETERS, "Parameter error: parameter type type must be string"); in IsLowerLevelType()
137 Status::E_INVALID_PARAMETERS, "Parameter error: Mandatory parameters are left unspecified"); in IsHigherLevelType()
140 Status::E_INVALID_PARAMETERS, "Parameter error: parameter field type must be string"); in IsHigherLevelType()
160 Status::E_INVALID_PARAMETERS, "Parameter error: Mandatory parameters are left unspecified"); in Equals()
162 ASSERT_BUSINESS_ERR(ctxt, ctxt->status == napi_ok, Status::E_INVALID_PARAMETERS, in Equals()
H A Dplain_text_napi.cpp100 Status::E_INVALID_PARAMETERS, "Parameter error: Mandatory parameters are left unspecified"); in SetContent()
103 Status::E_INVALID_PARAMETERS, "Parameter error: parameter content type must be string"); in SetContent()
133 Status::E_INVALID_PARAMETERS, "Parameter error: Mandatory parameters are left unspecified"); in SetAbstract()
136 Status::E_INVALID_PARAMETERS, "Parameter error: parameter abstract type must be string"); in SetAbstract()
H A Dhtml_napi.cpp100 Status::E_INVALID_PARAMETERS, "Parameter error: Mandatory parameters are left unspecified"); in SetPlainContent()
103 Status::E_INVALID_PARAMETERS, "Parameter error: parameter plainContent type must be string"); in SetPlainContent()
133 Status::E_INVALID_PARAMETERS, "Parameter error: Mandatory parameters are left unspecified"); in SetHtmlContent()
136 Status::E_INVALID_PARAMETERS, "Parameter error: parameter htmlContent type must be string"); in SetHtmlContent()
H A Dlink_napi.cpp101 Status::E_INVALID_PARAMETERS, "Parameter error: Mandatory parameters are left unspecified"); in SetUrl()
104 Status::E_INVALID_PARAMETERS, "Parameter error: parameter url type must be string"); in SetUrl()
134 Status::E_INVALID_PARAMETERS, "Parameter error: Mandatory parameters are left unspecified"); in SetDescription()
137 Status::E_INVALID_PARAMETERS, "Parameter error: parameter description type must be string"); in SetDescription()
H A Dapplication_defined_record_napi.cpp99 Status::E_INVALID_PARAMETERS, "Parameter error: Mandatory parameters are left unspecified"); in SetApplicationDefinedType()
102 Status::E_INVALID_PARAMETERS, "Parameter error: parameter applicationDefinedType type must be string"); in SetApplicationDefinedType()
132 Status::E_INVALID_PARAMETERS, "Parameter error: Mandatory parameters are left unspecified"); in SetRawData()
135 Status::E_INVALID_PARAMETERS, "Parameter error: parameter rawData type must be Uint8Array"); in SetRawData()
H A Dfile_napi.cpp97 Status::E_INVALID_PARAMETERS, "Parameter error: Mandatory parameters are left unspecified"); in SetDetails()
100 Status::E_INVALID_PARAMETERS, "Parameter error: parameter details type must be Record<string, string>"); in SetDetails()
130 Status::E_INVALID_PARAMETERS, "Parameter error: Mandatory parameters are left unspecified"); in SetUri()
133 Status::E_INVALID_PARAMETERS, "Parameter error: parameter uri type must be string"); in SetUri()
H A Dunified_data_napi.cpp61 Status::E_INVALID_PARAMETERS, "Parameter error: parameter record type must be UnifiedRecord"); in New()
125 Status::E_INVALID_PARAMETERS, "Parameter error: Mandatory parameters are left unspecified"); in AddRecord()
128 Status::E_INVALID_PARAMETERS, "Parameter error: parameter record type must be UnifiedRecord"); in AddRecord()
239 Status::E_INVALID_PARAMETERS, "Parameter error: Mandatory parameters are left unspecified"); in HasType()
242 Status::E_INVALID_PARAMETERS, "Parameter error: parameter type type must be string"); in HasType()
302 Status::E_INVALID_PARAMETERS, "Parameter error: Mandatory parameters are left unspecified"); in SetProperties()
307 Status::E_INVALID_PARAMETERS, "Parameter error: parameter properties type must be UnifiedDataProperties"); in SetProperties()
H A Dvideo_napi.cpp100 Status::E_INVALID_PARAMETERS, "Parameter error: Mandatory parameters are left unspecified"); in SetVideoUri()
103 Status::E_INVALID_PARAMETERS, "Parameter error: parameter uri type must be string"); in SetVideoUri()
H A Dtext_napi.cpp96 Status::E_INVALID_PARAMETERS, "Parameter error: Mandatory parameters are left unspecified"); in SetDetails()
99 Status::E_INVALID_PARAMETERS, "Parameter error: parameter details type must be Record<string, string>"); in SetDetails()
H A Dsystem_defined_pixelmap_napi.cpp100 Status::E_INVALID_PARAMETERS, "Parameter error: Mandatory parameters are left unspecified"); in SetRawData()
103 Status::E_INVALID_PARAMETERS, "Parameter error: parameter rawData type must be Uint8Array"); in SetRawData()
H A Dsystem_defined_record_napi.cpp98 Status::E_INVALID_PARAMETERS, "Parameter error: Mandatory parameters are left unspecified"); in SetDetails()
100 ASSERT_BUSINESS_ERR(ctxt, ctxt->status == napi_ok, Status::E_INVALID_PARAMETERS, in SetDetails()
H A Dimage_napi.cpp100 Status::E_INVALID_PARAMETERS, "Parameter error: Mandatory parameters are left unspecified"); in SetImageUri()
103 Status::E_INVALID_PARAMETERS, "Parameter error: parameter imageUri type must be string"); in SetImageUri()
H A Daudio_napi.cpp100 Status::E_INVALID_PARAMETERS, "Parameter error: Mandatory parameters are left unspecified"); in SetAudioUri()
103 Status::E_INVALID_PARAMETERS, "Parameter error: parameter audioUri type must be string"); in SetAudioUri()
H A Dfolder_napi.cpp100 Status::E_INVALID_PARAMETERS, "Parameter error: Mandatory parameters are left unspecified"); in SetFolderUri()
103 Status::E_INVALID_PARAMETERS, "Parameter error: parameter folderUri type must be string"); in SetFolderUri()
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/service/
H A Dudmf_service_client.cpp109 return E_INVALID_PARAMETERS; in SetData()
114 return E_INVALID_PARAMETERS; in SetData()
131 return E_INVALID_PARAMETERS; in GetData()
154 return E_INVALID_PARAMETERS; in GetBatchData()
179 return E_INVALID_PARAMETERS; in UpdateData()
184 return E_INVALID_PARAMETERS; in UpdateData()
203 return E_INVALID_PARAMETERS; in DeleteData()
214 return E_INVALID_PARAMETERS; in GetSummary()
225 return E_INVALID_PARAMETERS; in AddPrivilege()
236 return E_INVALID_PARAMETERS; in Sync()
[all...]
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/convert/
H A Dndk_data_conversion.cpp22 return Status::E_INVALID_PARAMETERS; in GetNativeUnifiedData()
31 return Status::E_INVALID_PARAMETERS; in GetNdkUnifiedData()
/foundation/distributeddatamgr/udmf/interfaces/innerkits/common/
H A Derror_code.h41 E_INVALID_PARAMETERS,
57 { Status::E_INVALID_PARAMETERS, "E_INVALID_PARAMETERS" }, member in OHOS::UDMF::Status
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/client/
H A Dutd_client.cpp139 return Status::E_INVALID_PARAMETERS; in GetUniformDataTypeByFilenameExtension()
168 return Status::E_INVALID_PARAMETERS; in GetUniformDataTypeByFilenameExtension()
181 return Status::E_INVALID_PARAMETERS; in GetUniformDataTypesByFilenameExtension()
186 return Status::E_INVALID_PARAMETERS; in GetUniformDataTypesByFilenameExtension()
227 return Status::E_INVALID_PARAMETERS; in GetUniformDataTypeByMIMEType()
239 return Status::E_INVALID_PARAMETERS; in GetUniformDataTypeByMIMEType()
278 return Status::E_INVALID_PARAMETERS; in GetUniformDataTypesByMIMEType()
283 return Status::E_INVALID_PARAMETERS; in GetUniformDataTypesByMIMEType()
332 return Status::E_INVALID_PARAMETERS; in IsUtd()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/
H A Dudmf_service_impl.cpp114 return E_INVALID_PARAMETERS; in SaveData()
119 return E_INVALID_PARAMETERS; in SaveData()
198 return E_INVALID_PARAMETERS; in RetrieveData()
365 return E_INVALID_PARAMETERS; in UpdateData()
371 return E_INVALID_PARAMETERS; in UpdateData()
386 return E_INVALID_PARAMETERS; in UpdateData()
394 return E_INVALID_PARAMETERS; in UpdateData()
453 return E_INVALID_PARAMETERS; in GetSummary()
475 return E_INVALID_PARAMETERS; in AddPrivilege()
531 return E_INVALID_PARAMETERS; in Sync()
[all...]
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/
H A Dtype_descriptor.cpp73 return Status::E_INVALID_PARAMETERS; in BelongsTo()
99 return Status::E_INVALID_PARAMETERS; in IsLowerLevelType()
119 return Status::E_INVALID_PARAMETERS; in IsHigherLevelType()
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H A Dudmf_client_test.cpp237 EXPECT_EQ(status, E_INVALID_PARAMETERS); in HWTEST_F()
247 EXPECT_EQ(status, E_INVALID_PARAMETERS); in HWTEST_F()
251 EXPECT_EQ(status, E_INVALID_PARAMETERS); in HWTEST_F()
255 EXPECT_EQ(status, E_INVALID_PARAMETERS); in HWTEST_F()
1135 EXPECT_EQ(status, E_INVALID_PARAMETERS); in HWTEST_F()
1139 EXPECT_EQ(status, E_INVALID_PARAMETERS); in HWTEST_F()
1143 EXPECT_EQ(status, E_INVALID_PARAMETERS); in HWTEST_F()
1147 EXPECT_EQ(status, E_INVALID_PARAMETERS); in HWTEST_F()
1151 EXPECT_EQ(status, E_INVALID_PARAMETERS); in HWTEST_F()
1155 EXPECT_EQ(status, E_INVALID_PARAMETERS); in HWTEST_F()
[all...]

Completed in 14 milliseconds

12