/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | so_txtime.c | 174 const char *reason; in do_recv_errqueue_timeout() local 199 reason = "missed txtime"; in do_recv_errqueue_timeout() 205 reason = "invalid txtime"; in do_recv_errqueue_timeout() 216 data[ret - 1], tstamp, reason); in do_recv_errqueue_timeout()
|
/test/xts/acts/communication_lite/dsoftbus_hal/src/ |
H A D | softbus_bus_center_test.c | 91 static void TestDiscoverResult(int32_t refreshId, RefreshResult reason) in TestDiscoverResult() argument 93 printf("[client]TestDiscoverResult:%d\n", reason); in TestDiscoverResult() 119 static void TestPublishResult(int publishId, PublishResult reason) in TestPublishResult() argument 121 printf("[client]TestPublishResult:%d\n", reason); in TestPublishResult()
|
/test/xts/dcts/communication/softbus_standard/common/ |
H A D | socket_common.c | 203 static void OnShutdownData(int32_t socket, ShutdownReason reason)
in OnShutdownData() argument 205 LOG("[cb][Ctrl]OnShutdownData success {socket:%d, reason:%u}", socket, reason);
in OnShutdownData() 206 if (reason == SHUTDOWN_REASON_PEER || reason == SHUTDOWN_REASON_LOCAL)
in OnShutdownData()
|
/third_party/node/lib/internal/webstreams/ |
H A D | adapters.js | 188 abort(reason) { 189 destroy(streamWritable, reason); 464 cancel(reason) { 465 destroy(streamReadable, reason);
|
/third_party/node/deps/v8/src/asmjs/ |
H A D | asm-js.cc | 148 const char* reason) { in ReportCompilationFailure() 151 position, position, MessageTemplate::kAsmJsInvalid, reason); in ReportCompilationFailure() 168 const char* reason) { in ReportInstantiationFailure() 170 base::Vector<const char> text = base::CStrVector(reason); in ReportInstantiationFailure() 147 ReportCompilationFailure(ParseInfo* parse_info, int position, const char* reason) ReportCompilationFailure() argument 167 ReportInstantiationFailure(Handle<Script> script, int position, const char* reason) ReportInstantiationFailure() argument
|
/third_party/node/deps/v8/src/execution/ |
H A D | tiering-manager.cc | 41 char const* OptimizationReasonToString(OptimizationReason reason) { in OptimizationReasonToString() argument 47 size_t const index = static_cast<size_t>(reason); in OptimizationReasonToString() 54 std::ostream& operator<<(std::ostream& os, OptimizationReason reason) { in operator <<() argument 55 return os << OptimizationReasonToString(reason); in operator <<() 61 // TODO(v8:7700): Consider using another reason here. in Maglev() 123 PrintF(scope.file(), " for optimization to %s, %s, reason: %s", in TraceRecompile()
|
/third_party/node/deps/v8/src/ic/ |
H A D | ic.h | 68 FeedbackSlot slot, const char* reason); 70 void OnFeedbackChanged(const char* reason); 73 void set_slow_stub_reason(const char* reason) { slow_stub_reason_ = reason; } in set_slow_stub_reason() argument
|
/third_party/node/deps/v8/src/torque/ |
H A D | earley-parser.cc | 274 std::string reason; in RunEarleyAlgorithm() local 278 reason = "unexpected token \"" + next_token + "\""; in RunEarleyAlgorithm() 280 reason = "unexpected end of input"; in RunEarleyAlgorithm() 282 ReportError("Parser Error: " + reason); in RunEarleyAlgorithm()
|
/third_party/node/deps/openssl/openssl/util/ |
H A D | mkerr.pl | 69 -unref List all unreferenced function and reason codes on stderr; 134 my %rmax; # lib -> max assigned reason code 135 my %rassigned; # lib -> colon-separated list of assigned reason codes 136 my %rnew; # lib -> count of new reason codes 137 my %rextra; # "extra" reason code -> lib 138 my %rcodes; # reason-name -> value 139 my $statefile; # state file with assigned reason and function codes 189 # Scan function and reason codes and store them: keep a note of the 220 die "$lib reason code $code collision at $name\n" 248 # Scan each C source file and look for reason code [all...] |
/third_party/openssl/util/ |
H A D | mkerr.pl | 69 -unref List all unreferenced function and reason codes on stderr; 134 my %rmax; # lib -> max assigned reason code 135 my %rassigned; # lib -> colon-separated list of assigned reason codes 136 my %rnew; # lib -> count of new reason codes 137 my %rextra; # "extra" reason code -> lib 138 my %rcodes; # reason-name -> value 139 my $statefile; # state file with assigned reason and function codes 189 # Scan function and reason codes and store them: keep a note of the 220 die "$lib reason code $code collision at $name\n" 248 # Scan each C source file and look for reason code [all...] |
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | ParseHelper.h | 79 void error(const TSourceLoc &loc, const char *reason, const char* token, 81 void warning(const TSourceLoc &loc, const char* reason, const char* token, 83 void info(const TSourceLoc &loc, const char* reason, const char* token, 134 bool samplerErrorCheck(const TSourceLoc &line, const TPublicType& pType, const char* reason);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/ |
H A D | pmksa_cache.c | 28 enum pmksa_free_reason reason); 44 enum pmksa_free_reason reason) in pmksa_cache_free_entry() 51 pmksa->free_cb(entry, pmksa->ctx, reason); in pmksa_cache_free_entry() 611 void *ctx, enum pmksa_free_reason reason), in pmksa_cache_init() 42 pmksa_cache_free_entry(struct rsn_pmksa_cache *pmksa, struct rsn_pmksa_cache_entry *entry, enum pmksa_free_reason reason) pmksa_cache_free_entry() argument 610 pmksa_cache_init(void (*free_cb)(struct rsn_pmksa_cache_entry *entry, void *ctx, enum pmksa_free_reason reason), void *ctx, struct wpa_sm *sm) pmksa_cache_init() argument
|
/foundation/arkui/napi/native_engine/impl/ark/ |
H A D | ark_native_deferred.h | 34 void Reject(napi_value reason) override;
|
/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_hfp_ag_observer.h | 32 void OnScoStateChanged(const BluetoothRemoteDevice &device, int state, int reason = 0) override;
|
/foundation/communication/bluetooth/frameworks/js/napi/src/hfp/ |
H A D | napi_bluetooth_hfp_ag_observer.cpp | 37 void NapiHandsFreeAudioGatewayObserver::OnScoStateChanged(const BluetoothRemoteDevice &device, int state, int reason) in OnScoStateChanged() argument
|
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_hfp_ag_observer.h | 30 virtual void OnScoStateChanged(const BluetoothRawAddress &device, int state, int reason = 0) = 0;
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/ |
H A D | bluetooth_ble_peripheral_observer_proxy.h | 32 void OnAclStateChanged(const BluetoothRawAddress &device, int state, unsigned int reason) override;
|
H A D | bluetooth_hfp_ag_observer_proxy.h | 30 void OnScoStateChanged(const BluetoothRawAddress &device, int state, int reason = 0) override;
|
/foundation/multimedia/audio_framework/interfaces/kits/c/audio_manager/ |
H A D | native_audio_session_manager.h | 122 * @brief audio session deactivated reason 124 OH_AudioSession_DeactivatedReason reason; member
|
/foundation/window/window_manager/dmserver/include/ |
H A D | display_power_controller.h | 38 bool SuspendBegin(PowerStateChangeReason reason);
|
/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/local_ledger/include/ |
H A D | lnn_local_net_ledger.h | 63 void LnnUpdateStateVersion(StateVersionChangeReason reason);
|
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/command/ |
H A D | force_disconnect_command.h | 44 void OnFailure(int32_t reason) const;
|
H A D | disconnect_command.h | 44 void OnFailure(int32_t reason) const;
|
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/include/ |
H A D | lnn_lane_link_p2p.h | 32 void NotifyLinkFailForForceDown(uint32_t requestId, int32_t reason);
|
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/utils/ |
H A D | wifi_direct_dfx.h | 35 void DfxRecord(bool success, int32_t reason, WifiDirectConnectInfo &connectInfo);
|