Home
last modified time | relevance | path

Searched refs:local (Results 1 – 25 of 996) sorted by relevance

12345678910>>...40

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_select_rule.c125 uint32_t local; in Wlan2P4GCapCheck() local
131 … if (((local & (1 << BIT_WIFI_24G)) || (local & (1 << BIT_ETH)) || (local & (1 << BIT_WIFI_5G))) && in Wlan2P4GCapCheck()
137 …return ((local & (1 << BIT_WIFI_24G)) || (local & (1 << BIT_ETH)) || (local & (1 << BIT_WIFI_5G)))… in Wlan2P4GCapCheck()
155 uint32_t local; in Wlan5GCapCheck() local
161 … if (((local & (1 << BIT_WIFI_5G)) || (local & (1 << BIT_ETH)) || (local & (1 << BIT_WIFI_24G))) && in Wlan5GCapCheck()
167 …return ((local & (1 << BIT_WIFI_5G)) || (local & (1 << BIT_ETH)) || (local & (1 << BIT_WIFI_24G)))… in Wlan5GCapCheck()
173 uint32_t local; in BrCapCheck() local
188 uint32_t local; in P2pCapCheck() local
218 uint64_t local; in HmlCapCheck() local
240 uint64_t local; in P2pReuseCapCheck() local
[all …]
H A Dlnn_lane_query.c134 uint32_t local; in BrLinkState() local
136 if (!GetNetCap(networkId, &local, &remote)) { in BrLinkState()
140 if (!(local & (1 << BIT_BR))) { in BrLinkState()
154 uint32_t local; in BleLinkState() local
156 if (!GetNetCap(networkId, &local, &remote)) { in BleLinkState()
160 if (!(local & (1 << BIT_BLE))) { in BleLinkState()
187 uint32_t local; in WlanLinkState() local
189 if (!GetNetCap(networkId, &local, &remote)) { in WlanLinkState()
193 if (!(local & (1 << BIT_WIFI))) { in WlanLinkState()
216 uint32_t local; in P2pLinkState() local
[all …]
/ohos5.0/base/update/updater/services/script/script_interpreter/
H A Dscript_expression.cpp74 UScriptValuePtr variable = inter.FindVariable(local, identifier_); in Execute()
101 UScriptValuePtr result = expression_->Execute(inter, local); in Execute()
107 UScriptValuePtr var = inter.FindVariable(local, identifier_); in Execute()
109 inter.UpdateVariable(local, identifier_, result); in Execute()
117 local->UpdateVariables(inter, result, identifiers, index); in Execute()
129 INTERPRETER_LOGI(inter, local, "BinaryExpression::Execute "); in Execute()
131 left = left_->Execute(inter, local); in Execute()
135 INTERPRETER_LOGE(inter, local, "BinaryExpression::Execute left:%s %s", in Execute()
140 right = right_->Execute(inter, local); in Execute()
158 return inter.ExecuteNativeFunc(local, functionName_, params_); in Execute()
[all …]
H A Dscript_expression.h60 virtual UScriptValuePtr Execute(ScriptInterpreter &inter, UScriptContextPtr local);
83 UScriptValuePtr Execute(ScriptInterpreter &inter, UScriptContextPtr local) override;
102 UScriptValuePtr Execute(ScriptInterpreter &inter, UScriptContextPtr local) override;
120 UScriptValuePtr Execute(ScriptInterpreter &inter, UScriptContextPtr local) override;
137 UScriptValuePtr Execute(ScriptInterpreter &inter, UScriptContextPtr local) override;
161 UScriptValuePtr Execute(ScriptInterpreter &inter, UScriptContextPtr local) override;
179 UScriptValuePtr Execute(ScriptInterpreter &inter, UScriptContextPtr local) override;
198 UScriptValuePtr Execute(ScriptInterpreter &inter, UScriptContextPtr local) override;
/ohos5.0/drivers/hdf_core/framework/support/platform/include/gpio/
H A Dgpio_core.h120 int32_t (*request)(struct GpioCntlr *cntlr, uint16_t local);
122 int32_t (*release)(struct GpioCntlr *cntlr, uint16_t local);
124 int32_t (*write)(struct GpioCntlr *cntlr, uint16_t local, uint16_t val);
126 int32_t (*read)(struct GpioCntlr *cntlr, uint16_t local, uint16_t *val);
128 int32_t (*setDir)(struct GpioCntlr *cntlr, uint16_t local, uint16_t dir);
136 int32_t (*unsetIrq)(struct GpioCntlr *cntlr, uint16_t local);
138 int32_t (*enableIrq)(struct GpioCntlr *cntlr, uint16_t local);
140 int32_t (*disableIrq)(struct GpioCntlr *cntlr, uint16_t local);
189 int32_t GpioCntlrEnableIrq(struct GpioCntlr *cntlr, uint16_t local);
191 int32_t GpioCntlrDisableIrq(struct GpioCntlr *cntlr, uint16_t local);
[all …]
/ohos5.0/drivers/hdf_core/framework/support/platform/src/gpio/
H A Dgpio_core.c49 return cntlr->ops->write(cntlr, local, val); in GpioCntlrWrite()
67 return cntlr->ops->read(cntlr, local, val); in GpioCntlrRead()
81 return cntlr->ops->setDir(cntlr, local, dir); in GpioCntlrSetDir()
99 return cntlr->ops->getDir(cntlr, local, dir); in GpioCntlrGetDir()
113 return cntlr->ops->toIrq(cntlr, local, irq); in GpioCntlrToIrq()
125 ginfo = &cntlr->ginfos[local]; in GpioCntlrIrqCallback()
178 uint16_t local = GpioInfoToLocal(ginfo); in GpioCntlrSetIrqInner() local
270 ginfo = &cntlr->ginfos[local]; in GpioCntlrSetIrq()
295 if (local >= cntlr->count) { in GpioCntlrUnsetIrq()
304 ginfo = &cntlr->ginfos[local]; in GpioCntlrUnsetIrq()
[all …]
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_tool.c747 mng->local.keyDist = mng->local.pairParam.initKeyDist & mng->peer.pairParam.initKeyDist; in SMP_CalculateKeyDistribution()
750 mng->local.keyDist = mng->local.pairParam.respKeyDist & mng->peer.pairParam.respKeyDist; in SMP_CalculateKeyDistribution()
753 mng->local.pairParam.respKeyDist = mng->local.keyDist; in SMP_CalculateKeyDistribution()
757 mng->local.keyDist = mng->local.keyDist & (~SMP_KEY_DIST_BIT_ENC_KEY); in SMP_CalculateKeyDistribution()
770 mng->local.keyDistCmdFlag = mng->local.keyDistCmdFlag | SMP_KEY_DIST_CMD_FLAG_BIT_ENC_INFO; in SMP_SetkeyDistCmdFlag()
775 … mng->local.keyDistCmdFlag = mng->local.keyDistCmdFlag | SMP_KEY_DIST_CMD_FLAG_BIT_IDENT_INFO; in SMP_SetkeyDistCmdFlag()
780 mng->local.keyDistCmdFlag = mng->local.keyDistCmdFlag | SMP_KEY_DIST_CMD_FLAG_BIT_SIGN_INFO; in SMP_SetkeyDistCmdFlag()
809 mng->local.pairMethod = in SMP_CalcPairMethodLegacyPair()
814 mng->local.pairMethod = in SMP_CalcPairMethodLegacyPair()
839 mng->local.pairMethod = in SMP_CalcPairMethodScPair()
[all …]
H A Dsmp_legacy.c34 uint8_t pairMethod = SMP_GetPairMng()->local.pairMethod; in SMP_LegacyPairMasterStep1()
72 (void)memcpy_s(SMP_GetPairMng()->local.random + SMP_RAND_NUM_LEN, in SMP_LegacyPairMasterStep3()
298 …SMP_LongTermKeyCopy(SMP_GetPairMng()->local.LTK, SMP_GetPairMng()->local.LTK, SMP_GetPairMng()->en… in SMP_LegacyPairMasterStep14()
315 (void)memcpy_s(&SMP_GetPairMng()->local.masterIdEdiv, in SMP_LegacyPairMasterStep15()
316 sizeof(SMP_GetPairMng()->local.masterIdEdiv), in SMP_LegacyPairMasterStep15()
318 sizeof(SMP_GetPairMng()->local.masterIdEdiv)); in SMP_LegacyPairMasterStep15()
400 uint8_t pairMethod = SMP_GetPairMng()->local.pairMethod; in SMP_LegacyPairSlaveStep1()
673 …SMP_LongTermKeyCopy(SMP_GetPairMng()->local.LTK, SMP_GetPairMng()->local.LTK, SMP_GetPairMng()->en… in SMP_LegacyPairSlaveStep15()
692 (void)memcpy_s(&SMP_GetPairMng()->local.masterIdEdiv, in SMP_LegacyPairSlaveStep16()
693 sizeof(SMP_GetPairMng()->local.masterIdEdiv), in SMP_LegacyPairSlaveStep16()
[all …]
H A Dsmp_sc_accepter.c133 (void)memcpy_s(SMP_GetPairMng()->local.random + SMP_RAND_NUM_LEN, in SMP_ScPairJustworkOrNumericSlaveStep5()
213 SMP_MemoryReverseCopy(tmpConfirm, SMP_GetPairMng()->local.confirm, SMP_CONFIRM_DATA_LEN); in SMP_ScPairJustworkOrNumericSlaveStep8()
237 if (SMP_GetPairMng()->local.pairMethod == SMP_PAIR_METHOD_JUST_WORK) { in SMP_ScPairJustworkOrNumericSlaveStep9()
325 uint8_t pairMethod = SMP_GetPairMng()->local.pairMethod; in SMP_ScPairJustworkOrNumericSlaveStep12()
333 SMP_MemoryReverseCopy(randomTemp, SMP_GetPairMng()->local.random, SMP_RANDOM_DATA_LEN); in SMP_ScPairJustworkOrNumericSlaveStep12()
416 uint8_t pairMethod = SMP_GetPairMng()->local.pairMethod; in SMP_ScPairPasskeyEntrySlaveStep3()
430 if (SMP_GetPairMng()->local.pairMethod == SMP_PAIR_METHOD_PASSKEY_DISPLAY) { in SMP_ScPairPasskeyEntrySlaveStep3()
455 uint8_t pairMethod = SMP_GetPairMng()->local.pairMethod; in SMP_ScPairPasskeyEntrySlaveStep4()
521 (void)memcpy_s(SMP_GetPairMng()->local.random + SMP_RAND_NUM_LEN, in SMP_ScPairPasskeyEntrySlaveStep8()
737 uint8_t pairMethod = SMP_GetPairMng()->local.pairMethod; in SMP_ScPairOobSlaveStep1()
[all …]
H A Dsmp.c327 g_smpPairMng.local.addr.type = param->localAddr.type; in SMP_StartPairTask()
330 … g_smpPairMng.local.addr.addr, param->localAddr.addr, sizeof(g_smpPairMng.local.addr.addr)); in SMP_StartPairTask()
478 g_smpPairMng.local.addr.type = param->localAddr.type; in SMP_RemotePairReqReplyTask()
481 … g_smpPairMng.local.addr.addr, param->localAddr.addr, sizeof(g_smpPairMng.local.addr.addr)); in SMP_RemotePairReqReplyTask()
1337 uint8_t pairMethod = g_smpPairMng.local.pairMethod; in SMP_PairReqReplyLegacyPair()
1396 …(void)memset_s(g_smpPairMng.local.oobRand, SMP_RANDOM_DATA_LEN, 0x00, sizeof(g_smpPairMng.local.oo… in SMP_PairReqReplyScPairOob()
1412 …SMP_MemoryReverseCopy(scOobData, g_smpPairMng.local.addr.addr, sizeof(g_smpPairMng.local.addr.addr… in SMP_PairReqReplyScPairOob()
1469 uint8_t pairMethod = g_smpPairMng.local.pairMethod; in SMP_PairRspReplyLegacyPair()
1549 …SMP_MemoryReverseCopy(scOOBData, g_smpPairMng.local.addr.addr, sizeof(g_smpPairMng.local.addr.addr… in SMP_PairRspReplyScPairOob()
1581 pairResult.localKeyDist = g_smpPairMng.local.keyDist; in SMP_GenPairRetNormal()
[all …]
H A Dsmp_send.c64 if (SMP_GetPairMng()->local.keyDist & SMP_KEY_DIST_BIT_ENC_KEY) { in SMP_SendDistributionKeysToRemote()
71 if (SMP_GetPairMng()->local.keyDist & SMP_KEY_DIST_BIT_ID_KEY) { in SMP_SendDistributionKeysToRemote()
78 if (SMP_GetPairMng()->local.keyDist & SMP_KEY_DIST_BIT_SIGN_KEY) { in SMP_SendDistributionKeysToRemote()
95 (void)memcpy_s(ltkTemp, SMP_LTK_LEN, SMP_GetPairMng()->local.LTK, SMP_LTK_LEN); in SMP_SendDistKeysToRemoteEncKey()
105 SMP_GetPairMng()->local.masterIdEdiv, in SMP_SendDistKeysToRemoteEncKey()
124 SMP_GetLocalIrk(SMP_GetPairMng()->local.IRK, sizeof(SMP_GetPairMng()->local.IRK)); in SMP_SendDistKeysToRemoteIdKey()
125 (void)memcpy_s(irkTemp, SMP_IRK_LEN, SMP_GetPairMng()->local.IRK, SMP_IRK_LEN); in SMP_SendDistKeysToRemoteIdKey()
133 SMP_GetLocalIdentAddr(&SMP_GetPairMng()->local.identityAddr); in SMP_SendDistKeysToRemoteIdKey()
134 identAddrTemp.type = SMP_GetPairMng()->local.identityAddr.type; in SMP_SendDistKeysToRemoteIdKey()
536 …SMP_GetPairMng()->local.keyDistCmdFlag = SMP_GetPairMng()->local.keyDistCmdFlag & (~keyDistCmdFlag… in SMP_SendKeysToRemoteCbProcess()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Ddate_util.cpp26 auto local = std::localtime(&now); in Current() local
27 CHECK_NULL_RETURN(local, date); in Current()
28 date.year = static_cast<uint32_t>(local->tm_year) + 1900; // local date start from 1900 in Current()
29 …date.month = static_cast<uint32_t>(local->tm_mon) + 1; // local month start from 0 to 11, need … in Current()
30 date.day = static_cast<uint32_t>(local->tm_mday); in Current()
31 date.week = static_cast<uint32_t>(local->tm_wday); in Current()
82 auto local = std::localtime(&now); in GetMilliSecondsByDateTime() local
83 CHECK_NULL_RETURN(local, 0); in GetMilliSecondsByDateTime()
85 dateTime.tm_year = local->tm_year; in GetMilliSecondsByDateTime()
88 dateTime.tm_mday = local->tm_mday; in GetMilliSecondsByDateTime()
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/platform/gpio/
H A Dgpio_adapter.c36 static int32_t LinuxGpioWrite(struct GpioCntlr *cntlr, uint16_t local, uint16_t val) in LinuxGpioWrite() argument
42 gpio_set_value_cansleep(cntlr->start + local, val); in LinuxGpioWrite()
71 ret = gpio_direction_input(cntlr->start + local); in LinuxGpioSetDir()
77 val = gpio_get_value_cansleep(cntlr->start + local); in LinuxGpioSetDir()
81 ret = gpio_direction_output(cntlr->start + local, val); in LinuxGpioSetDir()
101 dirGet = gpiod_get_direction(gpio_to_desc(cntlr->start + local)); in LinuxGpioGetDir()
139 gpio = cntlr->start + local; in LinuxGpioSetIrq()
165 static int32_t LinuxGpioUnsetIrq(struct GpioCntlr *cntlr, uint16_t local) in LinuxGpioUnsetIrq() argument
174 gpio = cntlr->start + local; in LinuxGpioUnsetIrq()
194 gpio = cntlr->start + local; in LinuxGpioEnableIrq()
[all …]
/ohos5.0/base/tee/tee_client/services/teecd/src/
H A Dtee_ca_daemon.c199 static int FormatSockAddr(struct sockaddr_un *local, socklen_t *len) in FormatSockAddr() argument
201 …int ret = strncpy_s(local->sun_path, sizeof(local->sun_path), TC_NS_SOCKET_NAME, sizeof(TC_NS_SOCK… in FormatSockAddr()
207 local->sun_family = AF_UNIX; in FormatSockAddr()
208 *len = (socklen_t)(strlen(local->sun_path) + sizeof(local->sun_family)); in FormatSockAddr()
210 local->sun_path[0] = 0; in FormatSockAddr()
227 struct sockaddr_un local; in CreateSocket() local
229 ret = memset_s(&local, sizeof(local), 0, sizeof(local)); in CreateSocket()
236 ret = FormatSockAddr(&local, &len); in CreateSocket()
243 if (bind(s, (struct sockaddr *)&local, len) < 0) { in CreateSocket()
/ohos5.0/docs/zh-cn/application-dev/dfx/
H A Dhitrace.md164 $ hitrace --trace_finish -o /data/local/tmp/test.ftrace
166 2024/11/14 11:50:33 trace read done, output: /data/local/tmp/test.ftrace
172 hitrace -b 10240 -t 10 -o /data/local/tmp/test2.ftrace app ability。
178 $ hitrace -b 10240 -t 10 -o /data/local/tmp/test2.ftrace app ability
181 2024/11/14 11:52:23 trace read done, output: /data/local/tmp/test2.ftrace
186 - 设置抓完trace后文件存储在/data/local/tmp/test1.htrace中;
217 hitrace --trace_dump -o /data/local/tmp/test3.ftrace,添加输出路径,trace信息将导出至对应的文件中。
223 $ hitrace -b 10240 -t 10 -o /data/local/tmp/test2.ftrace app ability
225 2024/11/14 11:54:23 trace read done, output: /data/local/tmp/test3
289 2024/11/14 12:00:29 trace read done, output: /data/local/tmp/test.ftrace
[all …]
/ohos5.0/foundation/ai/neural_network_runtime/test/
H A DREADME.md28 hdc_std shell "mkdir /data/local/tmp/nnrt_test"
29 hdc_std file send ./out/rk3568/tests/unittest/neural_network_runtime/. /data/local/tmp/nnrt_test
30 … hdc_std file send ./out/rk3568/tests/systemtest/neural_network_runtime/. /data/local/tmp/nnrt_test
38 hdc_std shell "chmod 755 /data/local/tmp/nnrt_test/NeuralNetworkRuntimeTest"
39 hdc_std shell "/data/local/tmp/nnrt_test/NeuralNetworkRuntimeTest"
54 hdc_std shell "chmod 755 /data/local/tmp/nnrt_test/End2EndTest"
55 hdc_std shell "/data/local/tmp/nnrt_test/End2EndTest"
/ohos5.0/docs/en/application-dev/media/avsession/
H A Ddistributed-avsession-overview.md5 …, the playback control operation on the distributed device is the same as that on the local device.
10 After the local device is paired with a distributed device, the controller on the local device proj…
14 … creates an **AVSession** object for information synchronization with the local device. The inform…
18 …atically creates an **AVSession** object to associate it with that on the local device. The detail…
20 1. After receiving an audio device switching command, the AVSession service on the local device syn…
24 … on the distributed device sends a control command to the **AVSession** object on the local device.
26 … the control command, the **AVSession** object on the local device triggers a callback to the loca…
28 5. The **AVSession** object on the local device synchronizes the new session information to the con…
30 6. When the remote device is disconnected, the audio stream is switched back to the local device an…
38 …t for all applications. After a system projection, all audio files on the local device are played …
[all …]
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
H A Dstream_manager.cpp44 int StreamManager::CreateStreamClientChannel(IpAndPort &local, IpAndPort remote, Proto protocol, in CreateStreamClientChannel() argument
49 local.port, remote.port, protocol); in CreateStreamClientChannel()
60 if (streamSocket->CreateClient(local, remote, streamType, sessionKey)) { in CreateStreamClientChannel()
68 … TRANS_LOGI(TRANS_STREAM, "streamSocket CreateClient success, localPort=%{public}d", local.port); in CreateStreamClientChannel()
69 return local.port; in CreateStreamClientChannel()
75 int StreamManager::CreateStreamServerChannel(IpAndPort &local, Proto protocol, in CreateStreamServerChannel() argument
79 …"Start to create server channel, localPort=%{public}d, protocol=%{public}d", local.port, protocol); in CreateStreamServerChannel()
90 if (!streamSocket->CreateServer(local, streamType, sessionKey)) { in CreateStreamServerChannel()
103 return local.port; in CreateStreamServerChannel()
/ohos5.0/foundation/graphic/graphic_2d/
H A Dgraphic.cfg10 "mkdir /data/local 0751 root root",
11 "mkdir /data/local/shader_cache 0711 root root",
12 "mkdir /data/local/shader_cache/local 0711 root root",
13 "mkdir /data/local/shader_cache/local/system 0771 system system"
/ohos5.0/docs/en/application-dev/reference/apis-distributedservice-kit/
H A Derrorcode-devicestatus.md19 1. When screen hopping is initiated, the local device is in the hopped state.
20 2. When screen hopping is disabled, the local device is in the free state.
21 3. When screen hopping is disabled, the local device is in the hopping state.
25 1. When initiating screen hopping, make sure that the local device is not in the hopped state.
26 2. When disabling screen hopping, make sure that the local device is not in the free state.
27 3. When disabling screen hopping, make sure that the local device is not in the hopping state.
/ohos5.0/docs/en/application-dev/reference/apis-input-kit/
H A Derrorcode-multimodalinput.md24 1. Check whether the target device for screen hopping is correctly networked with the local device.
39 1. When screen hopping is initiated, the local device is in the hopped state.
40 2. When screen hopping is disabled, the local device is in the free state.
41 3. When screen hopping is disabled, the local device is in the hopping state.
45 1. When initiating screen hopping, make sure that the local device is not in the hopped state.
46 2. When disabling screen hopping, make sure that the local device is not in the free state.
47 3. When disabling screen hopping, make sure that the local device is not in the hopping state.
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-platform-gpio-develop.md53 int32_t (*request)(struct GpioCntlr *cntlr, uint16_t local); // 【预留】
54 int32_t (*release)(struct GpioCntlr *cntlr, uint16_t local); // 【预留】
55 int32_t (*write)(struct GpioCntlr *cntlr, uint16_t local, uint16_t val);
56 int32_t (*read)(struct GpioCntlr *cntlr, uint16_t local, uint16_t *val);
57 int32_t (*setDir)(struct GpioCntlr *cntlr, uint16_t local, uint16_t dir);
58 int32_t (*getDir)(struct GpioCntlr *cntlr, uint16_t local, uint16_t *dir);
59 int32_t (*toIrq)(struct GpioCntlr *cntlr, uint16_t local, uint16_t *irq); // 【预留】
60 int32_t (*setIrq)(struct GpioCntlr *cntlr, uint16_t local, uint16_t mode);
61 int32_t (*unsetIrq)(struct GpioCntlr *cntlr, uint16_t local);
62 int32_t (*enableIrq)(struct GpioCntlr *cntlr, uint16_t local);
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_data.cpp26 auto local = std::localtime(&now); in Current() local
27 if (local == nullptr) { in Current()
31 date.SetYear(local->tm_year + 1900); // local date start from 1900 in Current()
32 date.SetMonth(local->tm_mon + 1); // local month start from 0 to 11, need add one. in Current()
33 date.SetDay(local->tm_mday); in Current()
34 date.SetWeek(local->tm_wday); in Current()
130 auto local = std::localtime(&now); in Current() local
131 if (local == nullptr) { in Current()
135 time.SetHour(local->tm_hour); in Current()
136 time.SetMinute(local->tm_min); in Current()
[all …]
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/stream_manager_test/
H A Dstream_manager_test.cpp73 Communication::SoftBus::IpAndPort *local = variable
75 …(void)memset_s(local, sizeof(Communication::SoftBus::IpAndPort), 0, sizeof(Communication::SoftBus:…
85 …int ret = streamSocketListener->CreateStreamClientChannel(*local, *remote, Communication::SoftBus:…
89 …ret = streamSocketListener->CreateStreamClientChannel(*local, *remote, Communication::SoftBus::TCP…
108 Communication::SoftBus::IpAndPort *local = variable
110 …(void)memset_s(local, sizeof(Communication::SoftBus::IpAndPort), 0, sizeof(Communication::SoftBus:…
119 …int ret = streamSocketListener->CreateStreamServerChannel(*local, *protocol, streamType, sessionKe…
123 … ret = streamSocketListener->CreateStreamServerChannel(*local, *protocol, streamType, sessionKey);
/ohos5.0/foundation/arkui/napi/native_engine/
H A Dnative_utils.h28 inline napi_value JsValueFromLocalValue(panda::Local<panda::JSValueRef> local) in JsValueFromLocalValue() argument
30 return reinterpret_cast<napi_value>(*local); in JsValueFromLocalValue()
35 panda::Local<panda::JSValueRef> local(reinterpret_cast<uintptr_t>(v)); in LocalValueFromJsValue()
36 return local; in LocalValueFromJsValue()

12345678910>>...40