Home
last modified time | relevance | path

Searched defs:local (Results 1 – 25 of 95) sorted by relevance

1234

/ohos5.0/drivers/hdf_core/framework/support/platform/src/gpio/
H A Dgpio_core.c38 int32_t GpioCntlrWrite(struct GpioCntlr *cntlr, uint16_t local, uint16_t val) in GpioCntlrWrite()
52 int32_t GpioCntlrRead(struct GpioCntlr *cntlr, uint16_t local, uint16_t *val) in GpioCntlrRead()
70 int32_t GpioCntlrSetDir(struct GpioCntlr *cntlr, uint16_t local, uint16_t dir) in GpioCntlrSetDir()
84 int32_t GpioCntlrGetDir(struct GpioCntlr *cntlr, uint16_t local, uint16_t *dir) in GpioCntlrGetDir()
102 int32_t GpioCntlrToIrq(struct GpioCntlr *cntlr, uint16_t local, uint16_t *irq) in GpioCntlrToIrq()
116 void GpioCntlrIrqCallback(struct GpioCntlr *cntlr, uint16_t local) in GpioCntlrIrqCallback()
178 uint16_t local = GpioInfoToLocal(ginfo); in GpioCntlrSetIrqInner() local
251 int32_t GpioCntlrSetIrq(struct GpioCntlr *cntlr, uint16_t local, uint16_t mode, GpioIrqFunc func, v… in GpioCntlrSetIrq()
285 int32_t GpioCntlrUnsetIrq(struct GpioCntlr *cntlr, uint16_t local, void *arg) in GpioCntlrUnsetIrq()
329 int32_t GpioCntlrEnableIrq(struct GpioCntlr *cntlr, uint16_t local) in GpioCntlrEnableIrq()
[all …]
/ohos5.0/base/update/updater/services/script/script_interpreter/
H A Dscript_expression.cpp55 UScriptValuePtr UScriptExpression::Execute(ScriptInterpreter &inter, UScriptContextPtr local) in Execute()
59 UScriptValuePtr IntegerExpression::Execute(ScriptInterpreter &inter, UScriptContextPtr local) in Execute()
63 UScriptValuePtr FloatExpression::Execute(ScriptInterpreter &inter, UScriptContextPtr local) in Execute()
67 UScriptValuePtr StringExpression::Execute(ScriptInterpreter &inter, UScriptContextPtr local) in Execute()
71 UScriptValuePtr IdentifierExpression::Execute(ScriptInterpreter &inter, UScriptContextPtr local) in Execute()
99 UScriptValuePtr AssignExpression::Execute(ScriptInterpreter &inter, UScriptContextPtr local) in Execute()
121 UScriptValuePtr BinaryExpression::Execute(ScriptInterpreter &inter, UScriptContextPtr local) in Execute()
152 UScriptValuePtr FunctionCallExpression::Execute(ScriptInterpreter &inter, UScriptContextPtr local) in Execute()
H A Dscript_interpreter.cpp129 UScriptValuePtr ScriptInterpreter::FindVariable(UScriptContextPtr local, std::string id) in FindVariable()
143 UScriptValuePtr ScriptInterpreter::UpdateVariable(UScriptContextPtr local, std::string id, UScriptV… in UpdateVariable()
H A Dscript_statement.cpp276 UScriptContextPtr local = std::make_shared<UScriptInterpretContext>(); in Execute() local
279 UScriptContextPtr local = std::make_shared<UScriptInterpretContext>(); in Execute() local
/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()
46 static int32_t LinuxGpioRead(struct GpioCntlr *cntlr, uint16_t local, uint16_t *val) in LinuxGpioRead()
60 static int32_t LinuxGpioSetDir(struct GpioCntlr *cntlr, uint16_t local, uint16_t dir) in LinuxGpioSetDir()
93 static int32_t LinuxGpioGetDir(struct GpioCntlr *cntlr, uint16_t local, uint16_t *dir) in LinuxGpioGetDir()
128 static int32_t LinuxGpioSetIrq(struct GpioCntlr *cntlr, uint16_t local, uint16_t mode) in LinuxGpioSetIrq()
165 static int32_t LinuxGpioUnsetIrq(struct GpioCntlr *cntlr, uint16_t local) in LinuxGpioUnsetIrq()
185 static inline int32_t LinuxGpioEnableIrq(struct GpioCntlr *cntlr, uint16_t local) in LinuxGpioEnableIrq()
204 static inline int32_t LinuxGpioDisableIrq(struct GpioCntlr *cntlr, uint16_t local) in LinuxGpioDisableIrq()
/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_tools/backup_tool/
H A Dtools_op_backup_test.cpp58 vector<string> local = {"false"}; in PrepareBackupArguments() local
85 vector<string> local = {"true"}; variable
114 vector<string> local = {"true"}; variable
204 vector<string> local = {"false"}; variable
H A Dtools_op_help_test.cpp54 vector<string> local = {"false"}; variable
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane_link/
H A Dlnn_lane_link_test.cpp398 uint64_t local = 1 << BIT_SUPPORT_NEGO_P2P_BY_CHANNEL_CAPABILITY; variable
448 uint64_t local = 1 << BIT_SUPPORT_NEGO_P2P_BY_CHANNEL_CAPABILITY; variable
543 uint64_t local = 0; variable
586 uint64_t local = 0; variable
631 uint64_t local = 1 << BIT_BLE_TRIGGER_CONNECTION; variable
679 uint64_t local = 1 << BIT_BLE_TRIGGER_CONNECTION; variable
726 uint64_t local = 1 << BIT_BLE_TRIGGER_CONNECTION; variable
772 uint64_t local = 1 << BIT_BLE_TRIGGER_CONNECTION; variable
1030 uint64_t local = 1 << BIT_BLE_TRIGGER_CONNECTION; variable
1078 uint64_t local = 1 << BIT_BLE_TRIGGER_CONNECTION; variable
[all …]
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_select_rule.c60 static bool GetNetCap(const char *networkId, uint32_t *local, uint32_t *remote) in GetNetCap()
75 static bool GetFeatureCap(const char *networkId, uint64_t *local, uint64_t *remote) in GetFeatureCap()
125 uint32_t local; in Wlan2P4GCapCheck() local
155 uint32_t local; in Wlan5GCapCheck() local
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
257 uint32_t local; in BleCapCheck() local
278 uint64_t local; in BleDirectCapCheck() local
[all …]
H A Dlnn_lane_query.c117 static bool GetNetCap(const char *networkId, uint32_t *local, uint32_t *remote) in GetNetCap()
134 uint32_t local; in BrLinkState() local
154 uint32_t local; in BleLinkState() local
187 uint32_t local; in WlanLinkState() local
216 uint32_t local; in P2pLinkState() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Ddate_util.cpp26 auto local = std::localtime(&now); in Current() local
82 auto local = std::localtime(&now); in GetMilliSecondsByDateTime() local
/ohos5.0/foundation/arkui/napi/native_engine/
H A Dnative_utils.h28 inline napi_value JsValueFromLocalValue(panda::Local<panda::JSValueRef> local) in JsValueFromLocalValue()
/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
108 Communication::SoftBus::IpAndPort *local = variable
/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()
227 struct sockaddr_un local; in CreateSocket() local
/ohos5.0/foundation/ai/ai_engine/services/common/platform/dl_operation/source/
H A Daie_dl_operation.cpp32 void *AieDlopen(const char *libName, int local) in AieDlopen()
/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()
75 int StreamManager::CreateStreamServerChannel(IpAndPort &local, Proto protocol, in CreateStreamServerChannel()
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/adapter/cmsis/
H A Dthread_adapter.c67 void THREAD_SetThreadLocal(const void *local) in THREAD_SetThreadLocal()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_clock/
H A Drender_text_clock.cpp120 auto local = std::localtime(&now); in GetDateTime() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_data.cpp26 auto local = std::localtime(&now); in Current() local
130 auto local = std::localtime(&now); in Current() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dmeta_data_test.cpp562 std::vector<std::string> local = {"local1"}; variable
609 std::vector<std::string> local = {"local1"}; variable
756 std::vector<std::string> local = {"local1"}; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Dkvdb_notifier_stub.cpp45 std::u16string local = KVDBNotifierStub::GetDescriptor(); in OnRemoteRequest() local
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/adapter/posix/
H A Dthread_adapter.c104 void THREAD_SetThreadLocal(const void *local) in THREAD_SetThreadLocal()
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/
H A Dwifi_direct_ip_manager.cpp124 …const std::string &interface, const Ipv4Info &local, const Ipv4Info &remote, const std::string &re… in ConfigIpv4()
145 …const std::string &interface, const Ipv4Info &local, const Ipv4Info &remote, const std::string &re… in ReleaseIpv4()
/ohos5.0/build/hb/resources/args/default/
H A Dinstallargs.json25 "local": { object
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/connector/
H A Dmod.rs156 let local = stream in connect() localVariable
229 let local = stream.local_addr().map_err(|e| { in connect() localVariable
295 let local = tcp in https_connect() localVariable

1234