Home
last modified time | relevance | path

Searched defs:status (Results 4426 - 4450 of 6334) sorted by relevance

1...<<171172173174175176177178179180>>...254

/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/
H A Dlnn_node_info.c101 void LnnSetNodeConnStatus(NodeInfo *info, ConnectStatus status) in LnnSetNodeConnStatus() argument
/foundation/communication/dsoftbus/core/common/utils/
H A Dsoftbus_utils.c385 int32_t status = ConvertBtMacToBinary(strMac, BT_MAC_LEN, binaryAddr, BT_ADDR_LEN); in ConvertBtMacToU64() local
/foundation/communication/dsoftbus/core/connection/ble/include/
H A Dsoftbus_conn_ble_connection.h136 int32_t status; member
/foundation/communication/netmanager_base/services/netpolicymanager/src/
H A Dnet_policy_service.cpp599 int32_t NetPolicyService::SetNicTrafficAllowed(const std::vector<std::string> &ifaceNames, bool status) in SetNicTrafficAllowed() argument
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/
H A Dlink_info.cpp302 void LinkInfo::SetStatus(int status) in SetStatus() argument
/foundation/communication/netmanager_base/frameworks/js/napi/netpolicy/src/
H A Dnapi_net_policy.cpp123 void NapiNetPolicy::CompleteSetPolicyByUid(napi_env env, napi_status status, void *data) in CompleteSetPolicyByUid() argument
164 void NapiNetPolicy::CompleteGetUidsByPolicy(napi_env env, napi_status status, void *data) in CompleteGetUidsByPolicy() argument
197 void NapiNetPolicy::CompleteGetPolicyByUid(napi_env env, napi_status status, void *data) in CompleteGetPolicyByUid() argument
224 void NapiNetPolicy::CompleteSetNetQuotaPolicies(napi_env env, napi_status status, void *data) in CompleteSetNetQuotaPolicies() argument
229 void NapiNetPolicy::CompleteSetSnoozePolicy(napi_env env, napi_status status, void *data) in CompleteSetSnoozePolicy() argument
234 void NapiNetPolicy::CompleteNetPolicyResultCode(napi_env env, napi_status status, void *data) in CompleteNetPolicyResultCode() argument
273 void NapiNetPolicy::CompleteOn(napi_env env, napi_status status, void *data) in CompleteOn() argument
301 void NapiNetPolicy::CompleteOff(napi_env env, napi_status status, voi argument
367 GetNetQuotaPoliciesCallback(napi_env env, napi_status status, void *data) GetNetQuotaPoliciesCallback() argument
444 CompleteRestoreAllPolicies(napi_env env, napi_status status, void *data) CompleteRestoreAllPolicies() argument
510 CompleteSetBackgroundPolicy(napi_env env, napi_status status, void *data) CompleteSetBackgroundPolicy() argument
549 CompleteGetBackgroundPolicy(napi_env env, napi_status status, void *data) CompleteGetBackgroundPolicy() argument
[all...]
/foundation/communication/dsoftbus/core/connection/br/src/
H A Dsoftbus_conn_br_connection.c84 int32_t status = ConnNewLimitedBuffer(&buffer, g_readBufferCapacity); in LoopRead() local
102 static void BrConnectStatusCallback(const BdAddr *bdAddr, BtUuid uuid, int32_t status, int32_t result) in BrConnectStatusCallback() argument
141 int32_t status = ConvertBtMacToBinary(connection->addr, BT_MAC_LEN, binaryAddr, BT_ADDR_LEN); StartBrClientConnect() local
380 int32_t status = ConnStartActionAsync(ctx, StartClientConnect, NULL); ConnBrConnect() local
448 int32_t status = SoftBusMutexLock(&connection->lock); BrUpdateConnectionRc() local
481 int32_t status = SOFTBUS_OK; ConnBrDisconnectNow() local
517 int32_t status = SoftBusMutexLock(&connection->lock); NotifyReferenceRequest() local
558 int32_t status = SoftBusMutexLock(&connection->lock); BrOnOccupyRelease() local
577 int32_t status = SoftBusMutexLock(&connection->lock); BrOnReferenceRequest() local
635 int32_t status = SoftBusMutexLock(&connection->lock); ConnBrOnReferenceResponse() local
658 int32_t status = SoftBusMutexLock(&serverState->mutex); CheckBrServerStateAndOpenSppServer() local
709 int32_t status = SOFTBUS_OK; ListenTask() local
766 int32_t status = SoftBusMutexInit(&serverState->mutex, NULL); ConnBrStartServer() local
792 int32_t status = SoftBusMutexLock(&g_serverState->mutex); ConnBrStopServer() local
813 int32_t status = SoftBusMutexLock(&connection->lock); WaitNegotiationClosingTimeoutHandler() local
954 int32_t status = InitProperty(); ConnBrConnectionMuduleInit() local
[all...]
/foundation/communication/dsoftbus/tests/core/connection/br/
H A Dconnection_br_connection_test.cpp282 int32_t status = 0; in HWTEST_F() local
/foundation/communication/ipc/ipc/native/src/napi_common/source/
H A Dnapi_message_parcel_write.cpp1103 napi_status status = napi_get_global(env, &global); in JS_create() local
1274 napi_status status = napi_get_global(env, &global); in JS_WriteAshmem() local
1430 napi_status status = napi_set_named_property(env, exports, "MessageParcel", constructor); Export() local
1445 napi_status status = napi_get_cb_info(env, info, &argc, argv, &thisVar, nullptr); JS_constructor() local
[all...]
H A Dnapi_message_sequence_read.cpp954 napi_status status = napi_get_global(env, &global); in JS_ReadAshmem() local
1034 errno_t status = memcpy_s(arrayBufferPtr, bufferSize, rawData, bufferSize); in JS_ReadRawData() local
1085 errno_t status = memcpy_s(arrayBufferPtr, bufferSize, rawData, bufferSize); in JS_ReadRawDataBuffer() local
1101 errno_t status = memcpy_s(arrayBufferPtr, bufferSize, vector.data(), bufferSize); JS_CopyVectorToBuffer() local
1119 napi_status status = napi_typeof(env, argv[ARGV_INDEX_0], &valueType); JS_readArrayBuffer() local
[all...]
H A Dnapi_ashmem.cpp91 napi_status status = napi_get_global(env, &global); in CreateAshmem() local
109 napi_status status = napi_get_global(env, &global); in CreateAshmemFromExisting() local
184 napi_status status = napi_get_global(env, &global); GetAshmemConstructor() local
210 napi_status status = napi_get_global(env, &global); GetAshmemFromExisting() local
252 napi_status status = napi_new_instance(env, constructor, 0, nullptr, &jsAshmem); getNewAshmemConstructor() local
440 errno_t status = memcpy_s(arrayBufferPtr, size, result, size); ReadFromAshmem() local
512 errno_t status = memcpy_s(arrayBufferPtr, size, result, size); TransferByteToJsData() local
864 errno_t status = memcpy_s(arrayBufferPtr, bufferSize, result, bufferSize); ReadDataFromAshmem() local
913 napi_status status = napi_set_named_property(env, exports, "Ashmem", constructor); AshmemExport() local
956 napi_status status = napi_wrap( Ashmem_JS_Constructor() local
[all...]
/foundation/communication/netmanager_base/frameworks/js/napi/connection/connection_exec/src/
H A Dconnection_exec.cpp568 int status = getaddrinfo_ext(context->host_.c_str(), nullptr, nullptr, &res, &param); in ExecGetAddressesByName() local
627 int status = getaddrinfo_ext(context->host_.c_str(), nullptr, nullptr, &res, &param); in ExecGetAddressByName() local
/foundation/communication/netmanager_base/frameworks/cj/connection/src/
H A Dnet_connection_ffi.cpp116 int status = getaddrinfo_ext(host, nullptr, nullptr, &res, &param); in CJ_GetAddressesByName() local
/foundation/communication/netmanager_base/services/netpolicymanager/src/core/
H A Dnet_policy_file.cpp133 cJSON *status = cJSON_GetObjectItem(netBackgroundPolicy, CONFIG_BACKGROUND_POLICY_STATUS); in ParseBackgroundPolicy() local
/foundation/communication/dsoftbus/core/connection/tcp/src/
H A Dsoftbus_tcp_connect_manager.c149 int32_t status = SoftBusMutexLock(&g_tcpConnInfoList->lock); in DelTcpConnInfo() local
/foundation/communication/dsoftbus/core/discovery/coap/nstackx_coap/src/
H A Ddisc_nstackx_adapter.c450 void DiscCoapUpdateLocalIp(LinkStatus status) in DiscCoapUpdateLocalIp() argument
[all...]
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/mock/
H A Dtrans_tcp_direct_message_test_mock.cpp191 int32_t SetSessionConnStatusById(int32_t channelId, uint32_t status) in SetSessionConnStatusById() argument
/foundation/communication/dsoftbus/tests/adapter/bluetooth/
H A Dsoftbus_adapter_ble_gatt_server_test.cpp723 static void StubServiceAddCallback(int32_t status, SoftBusBtUuid *uuid, int32_t srvcHandle) in StubServiceAddCallback() argument
728 static void StubCharacteristicAddCallback(int32_t status, SoftBusBtUuid *uuid, in StubCharacteristicAddCallback() argument
734 static void StubDescriptorAddCallback(int32_t status, SoftBusBtUuid *uuid, int32_t srvcHandle, int32_t descriptorHandle) in StubDescriptorAddCallback() argument
739 static void StubServiceStartCallback(int32_t status, int32_t srvcHandle) in StubServiceStartCallback() argument
744 static void StubServiceStopCallback(int32_t status, int32_t srvcHandle) in StubServiceStopCallback() argument
749 StubServiceDeleteCallback(int32_t status, int32_t srvcHandle) StubServiceDeleteCallback() argument
774 StubResponseConfirmationCallback(int32_t status, int32_t handle) StubResponseConfirmationCallback() argument
778 StubNotifySentCallback(int32_t connId, int32_t status) StubNotifySentCallback() argument
[all...]
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dsoftbus_proxychannel_manager_test.cpp174 static ProxyChannelInfo *BuildProxyChannelInfo(int32_t channelId, const char *identity, ProxyChannelStatus status) in BuildProxyChannelInfo() argument
192 void TestTransProxyAddAuthChannel(int32_t channelId, const char *identity, ProxyChannelStatus status) in TestTransProxyAddAuthChannel() argument
202 void TestTransProxyAddNormalChannel(int32_t channelId, const char *identity, ProxyChannelStatus status) in TestTransProxyAddNormalChannel() argument
1444 int32_t status = TEST_NUMBER_THREE; HWTEST_F() local
1717 int32_t status = 3; HWTEST_F() local
[all...]
H A Dsoftbus_proxychannel_message_test.cpp165 void TestMessageAddProxyChannel(int32_t channelId, AppType appType, const char *identity, ProxyChannelStatus status) in TestMessageAddProxyChannel() argument
/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_object_proxy.cpp201 int status = invoker->SendRequest(handle_, code, data, reply, option); in SendRequestInner() local
1050 bool status = invoker->RemoveDeathRecipient(handle_, this); in UnRegisterBinderDeathRecipient() local
/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/src/
H A Dlnn_ip_network_impl.c515 OnIpNetifStatusChanged(LnnPhysicalSubnet *subnet, void *status) OnIpNetifStatusChanged() argument
651 IpSubnetManagerEvent *status = (IpSubnetManagerEvent *)SoftBusCalloc(sizeof(IpSubnetManagerEvent)); WifiStateChangeEventHandler() local
[all...]
/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/
H A Dsoftbus_proxychannel_message.h121 int8_t status; member
/foundation/communication/ipc/ipc/native/c/rpc/src/
H A Ddbinder_invoker.c94 static int32_t MoveIpcToTransData(IpcIo *data, dbinder_transaction_data *transData, int status) in MoveIpcToTransData() argument
119 static int32_t ProcessNormalData(IpcIo *data, int32_t handle, int status, dbinder_transaction_data *transData) in ProcessNormalData() argument
180 WriteTransaction(int32_t cmd, MessageOption option, int32_t handle, int32_t sessionId, uint32_t code, IpcIo *data, uint64_t *seqNumber, int status) WriteTransaction() argument
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/
H A Dwifi_hdi_wpa_sta_impl.c456 static void HdiWpaFree(struct HdiWpaCmdStatus *status) in HdiWpaFree() argument
484 struct HdiWpaCmdStatus status = {0}; HdiWpaStaGetDeviceMacAddress() local
[all...]

Completed in 33 milliseconds

1...<<171172173174175176177178179180>>...254