Home
last modified time | relevance | path

Searched defs:errcode (Results 51 - 75 of 163) sorted by relevance

1234567

/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_base.cpp174 int errcode = dataObsMgrClient->RegisterObserver(MakeUri(), observer); in RegisterObserver() local
269 int errcode = dataObsMgrClient->UnregisterObserver(MakeUri(), *it); in UnRegisterObserver() local
/third_party/ltp/testcases/kernel/kvm/
H A Dlib_guest.c174 tst_handle_interrupt(struct kvm_interrupt_frame *ifrm, long vector, unsigned long errcode) tst_handle_interrupt() argument
/third_party/pulseaudio/src/pulsecore/
H A Dmodule.c121 int errcode, rval; in pa_module_load() local
[all...]
/foundation/distributeddatamgr/relational_store/test/ndk/unittest/
H A Drdb_store_test.cpp716 int errcode = OH_Rdb_SetDistributedTables( in HWTEST_F() local
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_ipc_cmd_parser_service.cpp1549 int32_t errcode = -1; in HWTEST_F() local
/foundation/distributeddatamgr/preferences/frameworks/cj/src/
H A Dpreferences_impl.cpp45 int32_t errcode = 0; in GetInstancePath() local
/foundation/distributedhardware/device_manager/services/implementation/src/devicestate/
H A Ddm_device_state_manager.cpp537 listener_->OnCredentialAuthStatus(std::string(DM_PKG_NAME), deviceList, deviceTypeId, errcode); in HandleCredentialAuthStatus() local
530 HandleCredentialAuthStatus(const std::string &deviceList, uint16_t deviceTypeId, int32_t errcode) HandleCredentialAuthStatus() argument
/foundation/distributedhardware/device_manager/services/service/src/
H A Ddevice_manager_service_listener.cpp555 OnCredentialAuthStatus(const std::string &pkgName, const std::string &deviceList, uint16_t deviceTypeId, int32_t errcode) OnCredentialAuthStatus() argument
/test/xts/acts/distributeddatamgr/preferencesNdktestHvigor/entry/src/main/cpp/
H A Dnapi_init.cpp119 int errcode = OH_PreferencesOption_Destroy(option); in OH_PreferencesOption_Create_0100() local
132 int errcode = OH_PreferencesOption_SetFileName(option, "test.db"); in OH_PreferencesOption_SetFilePath_0100() local
149 int errcode = OH_PreferencesOption_SetFileName(option, ""); in OH_PreferencesOption_SetFilePath_0200() local
182 int errcode = OH_PreferencesOption_SetBundleName(option, "test"); OH_PreferencesOption_SetBundleName_0100() local
215 int errcode = OH_PreferencesOption_SetBundleName(option, NULL); OH_PreferencesOption_SetBundleName_0200() local
245 int errcode = OH_PreferencesOption_SetDataGroupId(option, ""); OH_PreferencesOption_SetDataGroupId_0100() local
275 int errcode = OH_PreferencesOption_SetDataGroupId(option, NULL); OH_PreferencesOption_SetDataGroupId_0200() local
306 int errcode = OH_PreferencesOption_Destroy(option); OH_PreferencesOption_Destroy_0100() local
321 int errcode = OH_PreferencesOption_Destroy(NULL); OH_PreferencesOption_Destroy_0200() local
342 int errcode = 1; OH_Preferences_Open_0100() local
370 int errcode = 1; OH_Preferences_Open_0200() local
396 int errcode = 1; OH_Preferences_Close_0100() local
428 int errcode = 1; OH_Preferences_SetInt_0100() local
483 int errcode = 1; OH_Preferences_SetGetInt_0100() local
554 int errcode = 1; OH_Preferences_SetGetString_0100() local
658 int errcode = 1; OH_Preferences_SetGetBool_0100() local
705 int errcode = 1; OH_Preferences_SetString_0100() local
751 int errcode = 1; OH_Preferences_SetBool_0100() local
797 int errcode = 1; OH_Preferences_GetInt_0100() local
853 int errcode = 1; OH_Preferences_GetString_0100() local
912 int errcode = 1; OH_Preferences_GetBool_0100() local
969 int errcode = 1; OH_Preferences_FreeString() local
1004 int errcode = 1; OH_Preferences_Delete() local
1028 int errcode = 1; OH_Preferences_RegisterDataObserver_0100() local
1076 int errcode = 1; OH_Preferences_UnregisterDataObserver_0100() local
1131 int errcode = OH_PreferencesValue_GetInt(NULL, &intV); OH_PreferencesPair_0200() local
1160 OH_Preferences_ErrCode errcode = PREFERENCES_OK; OH_Preferences_ErrCode_0100() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Debur128.c223 int errcode; in ff_ebur128_init() local
/third_party/node/deps/openssl/openssl/crypto/conf/
H A Dconf_mod.c292 int errcode = 0; in module_load_dso() local
/third_party/openssl/crypto/conf/
H A Dconf_mod.c286 int errcode = 0; in module_load_dso() local
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/utils/
H A Dtrace_utils.cpp411 int errcode = 0; in ZipTraceFile() local
/foundation/arkui/ui_appearance/services/src/
H A Dui_appearance_ability.cpp368 auto errcode = appManagerInstance->UpdateConfiguration(configuration, userId); in UpdateConfiguration() local
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dnetsys_native_service_stub_test.cpp1593 uint32_t errcode = 9999; in HWTEST_F() local
/foundation/communication/dsoftbus/core/common/dfx/interface/include/form/
H A Dconn_event_form.h68 int32_t errcode; // ERROR_CODE member
120 int32_t errcode; member
152 int32_t errcode; // ERROR_CODE member
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dsoftbus_proxychannel_manager_test.cpp2069 int32_t *errcode = nullptr; in HWTEST_F() local
2096 int32_t *errcode = nullptr; in HWTEST_F() local
/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H A Dtrans_channel_manager.c211 static bool IsLaneModuleError(int32_t errcode) in IsLaneModuleError() argument
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/notify/
H A Ddevice_manager_notify.cpp1172 OnCredentialAuthStatus(const std::string &pkgName, const std::string &deviceList, uint16_t deviceTypeId, int32_t errcode) OnCredentialAuthStatus() argument
/third_party/curl/src/
H A Dtool_formparse.c80 tool_mime_new_filedata(struct tool_mime *parent, const char *filename, bool isremotefile, CURLcode *errcode) tool_mime_new_filedata() argument
/third_party/libuv/src/unix/
H A Dibmi.c191 errcode_s errcode; in get_ibmi_system_status() local
/third_party/node/deps/uv/src/unix/
H A Dibmi.c191 errcode_s errcode; in get_ibmi_system_status() local
/third_party/python/Parser/
H A Dpegen.c750 _PyPegen_Parser_New(struct tok_state *tok, int start_rule, int flags, int feature_version, int *errcode, PyArena *arena) _PyPegen_Parser_New() argument
880 _PyPegen_run_parser_from_file_pointer(FILE *fp, int start_rule, PyObject *filename_ob, const char *enc, const char *ps1, const char *ps2, PyCompilerFlags *flags, int *errcode, PyArena *arena) _PyPegen_run_parser_from_file_pointer() argument
H A Dpegen.h69 int *errcode; member
/foundation/ability/ability_runtime/frameworks/native/ability/native/ui_extension_ability/
H A Djs_ui_extension_context.cpp811 AbilityErrorCode errcode = AbilityRuntime::GetJsErrorCodeByNativeError(innerErrorCode); in DoConnectUIServiceExtension() local

Completed in 34 milliseconds

1234567