Home
last modified time | relevance | path

Searched refs:reason (Results 301 - 325 of 2179) sorted by relevance

1...<<11121314151617181920>>...88

/third_party/skia/third_party/externals/icu/source/samples/ucnv/
H A Dflagcb.h40 UConverterCallbackReason reason,
58 UConverterCallbackReason reason,
/third_party/vk-gl-cts/framework/common/
H A DtcuApp.hpp80 void onWatchdogTimeout (qpTimeoutReason reason);
83 static void onWatchdogTimeout (qpWatchDog* watchDog, void* userPtr, qpTimeoutReason reason);
/foundation/ability/ability_runtime/test/unittest/exit_reason_test/
H A Dexit_reason_test.cpp79 Reason reason = Reason::REASON_JS_ERROR; in HWTEST_F() local
81 ExitReason info(reason, exitMsg); in HWTEST_F()
/foundation/resourceschedule/device_standby/services/core/include/
H A Dallow_record.h28 AllowTime(uint32_t allowTypeIndex, int64_t endTime, const std::string& reason) in AllowTime()
29 : allowTypeIndex_(allowTypeIndex), endTime_(endTime), reason_(reason) {} in AllowTime()
/foundation/window/window_manager/interfaces/innerkits/dm_lite/
H A Dscreen_manager_lite.h70 * @param reason Reason for power state change.
73 bool SetSpecifiedScreenPower(ScreenId screenId, ScreenPowerState state, PowerStateChangeReason reason);
79 * @param reason Reason for power state change.
82 bool SetScreenPowerForAll(ScreenPowerState state, PowerStateChangeReason reason);
/foundation/communication/dsoftbus/tests/core/discovery/ipc/
H A Dremote_object_mock.cpp57 int32_t reason) in GetResult()
81 if (reason != reason_) { in GetResult()
82 DISC_LOGE(DISC_TEST, "reason mismatch"); in GetResult()
56 GetResult(uint32_t code, const DeviceInfo *deviceInfo, int32_t publishId, int32_t subscribeId, int32_t reason) GetResult() argument
/foundation/communication/dsoftbus/core/bus_center/ipc/small/include/
H A Dbus_center_client_proxy.h36 int32_t ClientOnPublishLNNResult(const char *pkgName, int32_t pid, int32_t publishId, int32_t reason);
37 int32_t ClientOnRefreshLNNResult(const char *pkgName, int32_t pid, int32_t refreshId, int32_t reason);
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/event/
H A Dwifi_direct_event_dispatcher.h58 ProcessorTerminate(ProcessorTerminateReason reason = ProcessorTerminateReason::SUCCESS) : reason_(reason) {} in ProcessorTerminate()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_monitor.h68 * @param reason - reason id [in]
71 void OnReportDisConnectReasonCallBack(int reason, const std::string &bssid);
83 * @param reason : reason for bssid change [in]
86 void OnBssidChangedCallBack(const std::string &reason, const std::string &bssid);
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-ws-ext.h89 * \param reason: The reason for the call
135 enum lws_extension_callback_reasons reason,
180 * \param reason: incoming callback reason
191 enum lws_extension_callback_reasons reason,
/third_party/node/lib/internal/streams/
H A Dadd-abort-signal.js46 stream.destroy(new AbortError(undefined, { cause: signal.reason }));
49 stream[kControllerErrorFunction](new AbortError(undefined, { cause: signal.reason }));
/third_party/nghttp2/src/
H A Dshrpx_downstream_connection.h53 virtual void pause_read(IOCtrlReason reason) = 0;
54 virtual int resume_read(IOCtrlReason reason, size_t consumed) = 0;
H A Dshrpx_null_downstream_connection.cc64 void NullDownstreamConnection::pause_read(IOCtrlReason reason) {} in pause_read() argument
66 int NullDownstreamConnection::resume_read(IOCtrlReason reason, in resume_read() argument
H A Dshrpx_null_downstream_connection.h46 virtual void pause_read(IOCtrlReason reason);
47 virtual int resume_read(IOCtrlReason reason, size_t consumed);
/third_party/node/deps/v8/src/torque/
H A Dtype-inference.h67 void Fail(std::string reason) { failure_reason_ = {reason}; } in Fail() argument
/third_party/node/deps/openssl/openssl/engines/
H A De_afalg_err.c65 static void ERR_AFALG_error(int function, int reason, const char *file, int line) in ERR_AFALG_error() argument
69 ERR_raise(lib_code, reason); in ERR_AFALG_error()
/third_party/python/Tools/unicode/
H A Dcomparecodecs.py21 except UnicodeError as reason:
25 except UnicodeError as reason:
/third_party/openssl/engines/
H A De_afalg_err.c65 static void ERR_AFALG_error(int function, int reason, const char *file, int line) in ERR_AFALG_error() argument
69 ERR_raise(lib_code, reason); in ERR_AFALG_error()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/
H A Dfst_ctrl_aux.c60 const char * fst_reason_name(enum fst_reason reason) in fst_reason_name() argument
62 return fst_get_str_name(reason, reason_names, ARRAY_SIZE(reason_names)); in fst_reason_name()
H A Dfst_ctrl_aux.h71 enum fst_reason reason; member
90 const char * fst_reason_name(enum fst_reason reason);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/
H A Dfst_ctrl_aux.c60 const char * fst_reason_name(enum fst_reason reason) in fst_reason_name() argument
62 return fst_get_str_name(reason, reason_names, ARRAY_SIZE(reason_names)); in fst_reason_name()
H A Dfst_ctrl_aux.h71 enum fst_reason reason; member
90 const char * fst_reason_name(enum fst_reason reason);
/foundation/multimedia/audio_framework/services/audio_policy/common/include/
H A Daudio_policy_client.h74 const DeviceInfo &deviceInfo, const AudioStreamDeviceChangeReasonExt reason) = 0;
76 const AudioStreamDeviceChangeReasonExt reason) = 0;
78 const AudioStreamDeviceChangeReasonExt reason) = 0;
/foundation/resourceschedule/background_task_mgr/interfaces/kits/cj/background_task_mgr/
H A Dbackground_task_mgr_ffi.cpp34 int32_t CJ_RequestSuspendDelay(void (*callback)(), const char* reason, RetDelaySuspendInfo* ret) in CJ_RequestSuspendDelay() argument
37 std::string tmp(reason); in CJ_RequestSuspendDelay()
87 EfficiencyResourceInfo params{request.resourceTypes, request.isApply, request.timeOut, request.reason, in CJ_ApplyEfficiencyResources()
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/common/include/
H A Dclient_trans_udp_manager.h35 void (*OnUdpChannelClosed)(int32_t channelId, ShutdownReason reason);
70 int32_t TransOnUdpChannelClosed(int32_t channelId, ShutdownReason reason);
74 int32_t ClientTransCloseUdpChannel(int32_t channelId, ShutdownReason reason);

Completed in 7 milliseconds

1...<<11121314151617181920>>...88