/packages/apps/Test/connectivity/sl4n/facades/test/ |
D | test_facade.cpp | 71 int error_code; in test_bool_true_return_wrapper() local 72 std::tie(result, error_code) = facade.TestBoolTrueReturn(); in test_bool_true_return_wrapper() 73 if (error_code == sl4n_error_codes::kFailInt) { in test_bool_true_return_wrapper() 88 int error_code; in test_bool_false_return_wrapper() local 89 std::tie(result, error_code) = facade.TestBoolFalseReturn(); in test_bool_false_return_wrapper() 90 if (error_code == sl4n_error_codes::kFailInt) { in test_bool_false_return_wrapper() 105 int error_code; in test_null_return_wrapper() local 106 std::tie(result, error_code) = facade.TestNullReturn(); in test_null_return_wrapper() 107 if (error_code == sl4n_error_codes::kFailInt) { in test_null_return_wrapper() 122 int error_code; in test_string_empty_return_wrapper() local [all …]
|
/packages/apps/Test/connectivity/sl4n/facades/bluetooth/ |
D | bt_binder_facade.cpp | 214 int error_code; in bt_binder_get_local_name_wrapper() local 215 std::tie(name, error_code) = facade.BtBinderGetName(); in bt_binder_get_local_name_wrapper() 216 if (error_code == sl4n_error_codes::kFailInt) { in bt_binder_get_local_name_wrapper() 234 int error_code; in bt_binder_init_interface_wapper() local 235 std::tie(init_result, error_code) = facade.BtBinderInitInterface(); in bt_binder_init_interface_wapper() 236 if (error_code == sl4n_error_codes::kFailInt) { in bt_binder_init_interface_wapper() 260 int error_code; in bt_binder_set_local_name_wrapper() local 261 std::tie(set_result, error_code) = facade.BtBinderSetName(name); in bt_binder_set_local_name_wrapper() 262 if (error_code == sl4n_error_codes::kFailInt) { in bt_binder_set_local_name_wrapper() 279 int error_code; in bt_binder_get_local_address_wrapper() local [all …]
|
/packages/providers/MediaProvider/jni/ |
D | FuseDaemon.cpp | 452 const std::string& path, const std::string& name, fuse_req_t req, int* error_code, in validate_node_path() argument 460 *error_code = errno; in validate_node_path() 470 *error_code = ENONET; in validate_node_path() 476 *error_code = ENOENT; in validate_node_path() 499 *error_code = ENOENT; in validate_node_path() 506 *error_code = errno; in validate_node_path() 514 struct fuse_entry_param* e, int* error_code, const FuseOp op) { in make_node_entry() argument 522 validate_node_path(path, name, req, error_code, e, op); in make_node_entry() 688 struct fuse_entry_param* e, int* error_code, const FuseOp op) { in do_lookup() argument 692 *error_code = ENOENT; in do_lookup() [all …]
|
/packages/modules/adb/client/ |
D | mdnsresponder_client.cpp | 59 uint32_t interface_index, DNSServiceErrorType error_code, 372 uint32_t /*interface_index*/, DNSServiceErrorType error_code, in register_service_ip() argument 375 D("%s: sdref=%p flags=0x%08x error_code=%u ttl=%u", __func__, sdref, flags, error_code, ttl); in register_service_ip() 381 if (error_code != kDNSServiceErr_NoError) { in register_service_ip() 382 D("Got error while looking up ip_addr [%u]", error_code); in register_service_ip() 396 DNSServiceErrorType error_code, const char* fullname, 479 DNSServiceErrorType error_code, const char* fullname, in register_resolved_mdns_service() argument 486 if (error_code != kDNSServiceErr_NoError) { in register_resolved_mdns_service() 487 D("Got error %d resolving service.", error_code); in register_resolved_mdns_service() 512 uint32_t interface_index, DNSServiceErrorType error_code, in on_service_browsed() argument [all …]
|
/packages/apps/Test/connectivity/sl4n/facades/wifi/ |
D | wifi_facade.cpp | 163 int error_code; in wifi_init_wrapper() local 164 std::tie(result, error_code) = facade.WifiInit(); in wifi_init_wrapper() 165 if (error_code == sl4n_error_codes::kFailInt) { in wifi_init_wrapper() 180 int error_code; in wifi_get_supported_feature_set_wrapper() local 181 std::tie(result, error_code) = facade.WifiGetSupportedFeatureSet(); in wifi_get_supported_feature_set_wrapper() 182 if (error_code == sl4n_error_codes::kFailInt) { in wifi_get_supported_feature_set_wrapper()
|
/packages/modules/adb/client/openscreen/platform/ |
D | udp_socket.cpp | 594 void OnError(Error::Code error_code) { in JoinMulticastGroup() argument 596 if (error_code != Error::Code::kNone && error_code != Error::Code::kAgain) { in JoinMulticastGroup() 605 client_->OnError(this, Error(error_code, stream.str())); in JoinMulticastGroup()
|
/packages/modules/NetworkStack/src/com/android/networkstack/metrics/ |
D | stats.proto | 78 repeated .android.stats.connectivity.DhcpErrorCode error_code = 5; field 128 optional .android.stats.connectivity.DhcpErrorCode error_code = 4; field
|
/packages/modules/StatsD/statsd/src/ |
D | stats_log.proto | 497 optional int32 error_code = 2; field
|