Home
last modified time | relevance | path

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

/foundation/communication/wifi/wifi/frameworks/native/include/
Dwifi_ipc_lite_adapter.h32 void *variable; member
/foundation/resourceschedule/resource_schedule_service/soc_perf/services/core/include/
Dsocperf_common.h150 std::vector<int64_t> variable; variable
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
Djs_card_parser.cpp886 auto variable = value.substr(4, value.size() - 5); in GetPlurals() local
1377 auto variable = value.substr(2, value.size() - 4); in ParseVariable() local
1396 auto variable = value.substr(3, value.size() - 4); in ParseMultiVariable() local
1627 …::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.js3864 deepCopyObject(obj, variable) { argument
3879 static deepCopyObjectInternal(obj, variable) { argument