Home
last modified time | relevance | path

Searched defs:errCode (Results 26 - 50 of 1347) sorted by relevance

12345678910>>...54

/foundation/multimedia/ringtone_library/services/ringtone_dfx/src/
H A Ddfx_worker.cpp58 int32_t errCode; in InitCycleThread() local
/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/src/
H A Dres_sched_systemload_notifier_proxy.cpp38 int32_t errCode = Remote()->SendRequest(static_cast<uint32_t> in OnSystemloadLevel() local
/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H A Dsync_completed_callback_proxy.cpp58 int32_t errCode = Remote()->SendRequest(static_cast<uint32_t>(DPInterfaceCode::ON_SYNC_COMPLETED), data, reply, in OnSyncCompleted() local
/foundation/communication/nfc/services/src/external_deps/
H A Dnfc_param_util.cpp30 int errCode = SetParameter(NFC_SWITCH_STATE_PARAM_NAME, std::to_string(newState).c_str()); in UpdateNfcStateToParam() local
39 int errCode = GetParameter(NFC_SWITCH_STATE_PARAM_NAME, "", nfcState, PROPERTY_VALUE_MAX); in GetNfcStateFromParam() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Dsystem_time.cpp36 int errCode = gettimeofday(&rawTime, nullptr); in GetCurrentSysTimeInMicrosecond() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dvalue_hash_calc.h46 int errCode = SHA256_Init(context_); in Initialize() local
59 int errCode = SHA256_Update(context_, value.data(), value.size()); in Update() local
74 int errCode = SHA256_Final(value.data(), context_); in GetResult() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_changed_data_impl.cpp28 int errCode; in GetEntriesInserted() local
39 int errCode; in GetEntriesUpdated() local
50 int errCode; in GetEntriesDeleted() local
H A Dkv_store_errno.cpp21 int errCode; member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dkvdb_observer_handle.cpp27 int errCode = listener->Drop(true); in ~KvDBObserverHandle() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dmock_remote_executor.h28 int CallResponseFailed(int errCode, uint32_t sessionId, uint32_t sequenceId, const std::string &device) in CallResponseFailed() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Drelational_schema_object.cpp52 int errCode = schemaObj.Parse(inSchemaString); in ParseFromSchemaString() local
[all...]
/foundation/distributedhardware/device_manager/common/include/ipc/model/
H A Dipc_rsp.h34 void SetErrCode(int32_t errCode) in SetErrCode() argument
/foundation/distributedhardware/device_manager/common/src/
H A Ddm_error_message.cpp23 int errCode; member
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/lite/
H A Dipc_client_stub.cpp35 int32_t errCode = IpcCmdRegister::GetInstance().OnIpcCmd(code, *data); in ClientIpcInterfaceMsgHandle() local
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Duni_error.cpp22 int ConvertUVCode2ErrCode(int errCode) in ConvertUVCode2ErrCode() argument
34 int GetErrorCode(int errCode) in GetErrorCode() argument
/foundation/communication/dhcp/frameworks/native/c_adapter/src/
H A Ddhcp_c_utils.cpp34 DhcpErrorCode GetCErrorCode(ErrCode errCode) in GetCErrorCode() argument
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Dability_connection_wrapper_proxy.cpp50 int32_t errCode = remote->SendRequest(IAbilityConnection::ON_ABILITY_CONNECT_DONE, data, reply, option); in OnAbilityConnectDone() local
71 int32_t errCode = remote->SendRequest(IAbilityConnection::ON_ABILITY_DISCONNECT_DONE, data, reply, option); in OnAbilityDisconnectDone() local
/foundation/ability/dmsfwk/services/dtbabilitymgr/src/continuation_manager/
H A Ddevice_selection_notifier_proxy.cpp46 int32_t errCode = Remote()->SendRequest(static_cast<uint32_t> in OnDeviceConnect() local
63 int32_t errCode = Remote()->SendRequest(static_cast<uint32_t> in OnDeviceDisconnect() local
/foundation/ability/form_fwk/test/unittest/form_errors_test/
H A Dform_errors_test.cpp63 int errCode = -1; in HWTEST_F() local
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dnative_child_notify_proxy.cpp74 void NativeChildNotifyProxy::OnError(int32_t errCode) in OnError() argument
/foundation/ability/ability_runtime/interfaces/inner_api/quick_fix/src/
H A Dquick_fix_error_utils.cpp78 int32_t QuickFixErrorUtil::GetErrorCode(int32_t errCode) in GetErrorCode() argument
94 std::string QuickFixErrorUtil::GetErrorMessage(int32_t errCode) in GetErrorMessage() argument
/foundation/ability/ability_runtime/test/unittest/quick_fix/quick_fix_error_utils_test/
H A Dquick_fix_error_utils_test.cpp55 int32_t errCode; in HWTEST_F() local
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Duser_callback_stub.cpp27 auto errCode = data.ReadInt32(); in OnStopUserDoneInner() local
35 auto errCode = data.ReadInt32(); in OnStartUserDoneInner() local
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dinsight_intent_executor_mgr.h39 static void TriggerCallbackInner(std::unique_ptr<InsightIntentExecutorAsyncCallback> callback, int32_t errCode) {} in TriggerCallbackInner() argument
/foundation/ability/ability_runtime/test/unittest/child_process_capi_test/
H A Dchild_process_capi_test.cpp49 void ChildProcessCapiTest::OnNativeChildProcessStarted(int errCode, OHIPCRemoteProxy *remoteProxy) in OnNativeChildProcessStarted() argument

Completed in 9 milliseconds

12345678910>>...54