Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/data_object/interfaces/jskits/
H A Ddistributed_data_object.js24 const ASSET_KEY_SEPARATOR = '.'; constant
213 return getObjectValue(object, key + ASSET_KEY_SEPARATOR + subKey);
216 setObjectValue(object, key + ASSET_KEY_SEPARATOR + subKey, newValue);
231 setObjectValue(object, key + ASSET_KEY_SEPARATOR + subKey, newValue[subKey]);