Home
last modified time | relevance | path

Searched defs:variable (Results 1 – 11 of 11) sorted by relevance

/foundation/communication/wifi/wifi/frameworks/native/include/
Dwifi_ipc_lite_adapter.h32 void *variable; member
/foundation/communication/dhcp/frameworks/native/include/
Ddhcp_ipc_lite_adapter.h34 void *variable; member
/foundation/graphic/graphic_3d/lume/LumeMeta/src/
Dmeta_object_lib.cpp74 thread_local const char variable {}; in GetThreadId() local
/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/incremental/compiler-plugin/src/
Danalysis-visitor.ts183 const variable = node.parent constant
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/utility/
Dace_engine_types.h100 std::optional<int32_t> variable; member
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
Djs_card_parser.cpp865 auto variable = value.substr(4, value.size() - 5); in GetPlurals() local
1359 auto variable = value.substr(2, value.size() - 4); in ParseVariable() local
1379 auto variable = value.substr(3, value.size() - 4); in ParseMultiVariable() local
1613 …::function<void(const std::unique_ptr<JsonValue>&, T&)>& function, std::string& variable, T& value) in ParseSpecialAttr()
/foundation/resourceschedule/soc_perf/services/core/include/
Dsocperf_common.h153 std::vector<int64_t> variable; variable
/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/arkoala-arkts/libarkts/native/src/
Dbridges.cc68 auto variable = reinterpret_cast<es2panda_Variable*>(variablePtr); in KOALA_INTEROP_2() local
/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_mirror/ui2abc/libarkts/native/src/
Dbridges.cc70 auto variable = reinterpret_cast<es2panda_Variable*>(variablePtr); in KOALA_INTEROP_3() local
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/
Dwifi_hdi_struct.h331 uint8_t* variable; member
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
DarkComponent.js97 function isResource(variable) { argument