Home
last modified time | relevance | path

Searched refs:sourceKey (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dsource_map.cpp248 std::vector<std::string> sourceKey; in MergeInit() local
250 ExtractKeyInfo(sourceMap, sourceKey); in MergeInit()
251 for (auto sourceKeyInfo : sourceKey) { in MergeInit()
320 sourceKey.clear(); in MergeInit()
321 sourceKey.shrink_to_fit(); in MergeInit()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/v2/
H A Dv2_json_coder.ts256 const sourceKey = options?.alias || targetKey;
258 const value = JSONCoder.getTargetValue(source[sourceKey], options);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DstateMgmt.js9926 … const sourceKey = (options === null || options === void 0 ? void 0 : options.alias) || targetKey;
9928 const value = JSONCoder.getTargetValue(source[sourceKey], options);