Home
last modified time | relevance | path

Searched defs:errorCode (Results 1 – 5 of 5) sorted by relevance

/applications/standard/contacts_data/contacts/src/
Dcontacts_api.cpp628 napi_value errorCode = nullptr; in ExecuteDone() local
1152 napi_value errorCode = ContactsNapiUtils::CreateError(env, PARAMETER_ERROR); in AddContact() local
1197 napi_value errorCode = ContactsNapiUtils::CreateError(env, PARAMETER_ERROR); in DeleteContact() local
1242 napi_value errorCode = ContactsNapiUtils::CreateError(env, PARAMETER_ERROR); in UpdateContact() local
1294 napi_value errorCode = ContactsNapiUtils::CreateError(env, PARAMETER_ERROR); in QueryContact() local
1355 napi_value errorCode = ContactsNapiUtils::CreateError(env, PARAMETER_ERROR); in QueryContacts() local
1413 napi_value errorCode = ContactsNapiUtils::CreateError(env, PARAMETER_ERROR); in QueryContactsByEmail() local
1476 napi_value errorCode = ContactsNapiUtils::CreateError(env, PARAMETER_ERROR); in QueryContactsByPhoneNumber() local
1537 napi_value errorCode = ContactsNapiUtils::CreateError(env, PARAMETER_ERROR); in QueryGroups() local
1588 napi_value errorCode = ContactsNapiUtils::CreateError(env, PARAMETER_ERROR); in QueryHolders() local
[all …]
Dcontacts_napi_utils.cpp66 napi_value errorCode = nullptr; in CreateError() local
/applications/sample/camera/cameraApp/cameraApp/src/main/cpp/
Dcamera_manager.h82 void OnCreateFailed(const std::string cameraId, int32_t errorCode) override {} in OnCreateFailed()
/applications/sample/camera/media/
Dcamera_sample.cpp184 void OnCreateFailed(const std::string cameraId, int32_t errorCode) override {} in OnCreateFailed()
Dplayer_sample.cpp200 void PlayerCallbackImpl::OnError(int32_t errorType, int32_t errorCode) in OnError()