Home
last modified time | relevance | path

Searched defs:errcode (Results 1 – 25 of 80) sorted by relevance

1234

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Duser_callback_proxy.cpp22 void UserCallbackProxy::OnStopUserDone(int userId, int errcode) in OnStopUserDone()
27 void UserCallbackProxy::OnStartUserDone(int userId, int errcode) in OnStartUserDone()
32 void UserCallbackProxy::SendRequestCommon(int userId, int errcode, IUserCallback::UserCallbackCmd c… in SendRequestCommon()
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_installer.h71 #define CHECK_PRO_RESULT(errcode, bundleInfo, permissions, abilityRes) \ argument
90 #define CHECK_PRO_PART_ROLLBACK(errcode, path, permissions, bundleInfo, abilityRes) \ argument
101 #define CHECK_PRO_ROLLBACK(errcode, permissions, bundleInfo, abilityRes, randStr) \ argument
H A Dgt_bundle_installer.h87 #define CHECK_PRO_RESULT(errcode, fp, permissions, bundleInfo, signatureInfo) \ argument
105 #define CHECK_PRO_PART_ROLLBACK(errcode, path, permissions, bundleInfo, signatureInfo) \ argument
117 #define CHECK_PRO_ROLLBACK(errcode, permissions, bundleInfo, signatureInfo, randStr) \ argument
/ohos5.0/foundation/ability/ability_runtime/test/unittest/stop_user_callback_proxy_test/
H A Dstop_user_callback_proxy_test.cpp65 int errcode = 0; variable
84 int errcode = 0; variable
H A Dstop_user_callback_stub_mock.h48 virtual void OnStopUserDone(int userId, int errcode) {}; in OnStopUserDone()
49 virtual void OnStartUserDone(int userId, int errcode) {} in OnStartUserDone()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/auth/src/
H A Dtrans_auth_message.c73 int32_t errcode; in TransAuthChannelMsgUnpack() local
110 int32_t TransAuthChannelErrorPack(int32_t errcode, const char *errMsg, char *cJsonStr, int32_t maxL… in TransAuthChannelErrorPack()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/exif_metadata_accessor_test/
H A Dheif_exif_metadata_accessor_test.cpp177 uint32_t errcode = imageAccessor.Write(); variable
198 uint32_t errcode = imageWriteAccessor.Write(); variable
231 uint32_t errcode = imageAccessor.Write(); variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/app_provision_info/
H A Dapp_provision_info_rdb.h46 #define CHECK_RDB_RESULT_RETURN_IF_FAIL(errcode, errmsg) \ argument
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/bundle_resource/
H A Dbundle_resource_rdb.h88 #define CHECK_RDB_RESULT_RETURN_IF_FAIL(errcode, errmsg) \ argument
/ohos5.0/base/powermgr/battery_manager/services/native/src/
H A Dcharging_sound.cpp91 int32_t errcode = sound_->PrepareSound(); in Prepare() local
104 int32_t errcode = sound_->StartSound(); in Start() local
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_user_callback.cpp72 void OsAccountUserCallback::OnStopUserDone(int userId, int errcode) in OnStopUserDone()
85 void OsAccountUserCallback::OnStartUserDone(int userId, int errcode) in OnStartUserDone()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/shared/
H A Dshared_bundle_installer.h82 #define CHECK_RESULT(errcode, errmsg) \ argument
H A Dinner_shared_bundle_installer.h148 #define CHECK_RESULT(errcode, errmsg) \ argument
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/quick_fix/
H A Dquick_fix_deployer.h135 #define CHECK_QUICK_FIX_RESULT_RETURN_IF_FAIL(errcode) \ argument
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/usercallbackstub_fuzzer/
H A Dusercallbackstub_fuzzer.cpp49 void OnStopUserDone(int userId, int errcode) override in OnStopUserDone()
51 void OnStartUserDone(int userId, int errcode) override {} in OnStartUserDone()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/stop_user_callback_stub_test/
H A Dstop_user_callback_stub_test.cpp30 void OnStopUserDone(int userId, int errcode) override in OnStopUserDone()
32 void OnStartUserDone(int userId, int errcode) override {} in OnStartUserDone()
/ohos5.0/foundation/distributedhardware/device_manager/common/include/ipc/model/
H A Dipc_credential_auth_status_req.h82 void SetErrCode(int32_t errcode) in SetErrCode()
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/src/
H A Djs_ability.cpp41 …int errcode = stageContext->GetSystemPreferencesDir(dataGroupId, false, contextInfo.preferencesDir… in GetContextInfo() local
/ohos5.0/foundation/ability/ability_runtime/test/unittest/user_controller_test/
H A Duser_controller_test.cpp60 void TestUserCallback::OnStartUserDone(int userId, int errcode) in OnStartUserDone()
65 void TestUserCallback::OnStopUserDone(int userId, int errcode) {} in OnStopUserDone()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/app_service_fwk/
H A Dapp_service_fwk_installer.h124 #define CHECK_RESULT(errcode, errmsg) \ argument
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/mock/src/
H A Dmock_rdb_data_manager.cpp61 bool AppDomainVerifyRdbDataManager::CheckRdbReturnIfOk(int errcode) in CheckRdbReturnIfOk()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_socket_observer_stub.cpp36 int32_t errcode = BT_NO_ERROR; in OnRemoteRequest() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_relational_schema_analysis_test.cpp105 int errcode = SQLiteUtils::AnalysisSchema(db, name, table); in AnalysisTable() local
/ohos5.0/base/print/print_fwk/frameworks/kits/extension/src/
H A Djs_print_extension_context.cpp142 ErrCode errcode = ERR_OK; in OnStartAbility() local
200 ErrCode errcode = ERR_OK; in OnStartAbilityWithAccount() local
239 auto errcode = context->TerminateAbility(); in OnTerminateAbility() local
401 auto errcode = context->DisconnectAbility(want, connection); in OnDisconnectAbility() local
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/log/
H A Dbackup_zip_util.cpp60 int errcode = 0; in AddFileInZip() local

1234