Home
last modified time | relevance | path

Searched defs:variable (Results 1 – 6 of 6) 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/resourceschedule/resource_schedule_service/soc_perf/services/core/include/
Dsocperf_common.h157 std::vector<int64_t> variable; variable
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
Djs_card_parser.cpp868 auto variable = value.substr(4, value.size() - 5); in GetPlurals() local
1351 auto variable = value.substr(2, value.size() - 4); in ParseVariable() local
1370 auto variable = value.substr(3, value.size() - 4); in ParseMultiVariable() local
1596 …::function<void(const std::unique_ptr<JsonValue>&, T&)>& function, std::string& variable, T& value) in ParseSpecialAttr()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
DstateMgmt.js4418 deepCopyObject(obj, variable) { argument
4433 static deepCopyObjectInternal(obj, variable) { argument
DarkComponent.js61 function isResource(variable) { argument