/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/ |
H A D | uniform_type_descriptor_napi.cpp | 72 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 D | unified_data_channel_napi.cpp | 81 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 D | system_defined_appitem_napi.cpp | 105 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 D | system_defined_form_napi.cpp | 104 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 D | type_descriptor_napi.cpp | 91 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 D | plain_text_napi.cpp | 100 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 D | html_napi.cpp | 100 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 D | link_napi.cpp | 101 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 D | application_defined_record_napi.cpp | 99 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 D | file_napi.cpp | 97 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 D | unified_data_napi.cpp | 61 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 D | video_napi.cpp | 100 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 D | text_napi.cpp | 96 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 D | system_defined_pixelmap_napi.cpp | 100 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 D | system_defined_record_napi.cpp | 98 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 D | image_napi.cpp | 100 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 D | audio_napi.cpp | 100 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 D | folder_napi.cpp | 100 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 D | udmf_service_client.cpp | 109 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 D | ndk_data_conversion.cpp | 22 return Status::E_INVALID_PARAMETERS;
in GetNativeUnifiedData() 31 return Status::E_INVALID_PARAMETERS;
in GetNdkUnifiedData()
|
/foundation/distributeddatamgr/udmf/interfaces/innerkits/common/ |
H A D | error_code.h | 41 E_INVALID_PARAMETERS, 57 { Status::E_INVALID_PARAMETERS, "E_INVALID_PARAMETERS" }, member in OHOS::UDMF::Status
|
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/client/ |
H A D | utd_client.cpp | 139 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 D | udmf_service_impl.cpp | 114 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 D | type_descriptor.cpp | 73 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 D | udmf_client_test.cpp | 237 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...] |