Searched refs:customDataValue (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/src/ |
H A D | napi_app_account_common.cpp | 1326 napi_value customDataValue = nullptr; in ParseCreateAccountOptions() local 1327 napi_get_named_property(env, object, "customData", &customDataValue); in ParseCreateAccountOptions() 1329 napi_typeof(env, customDataValue, &valueType); in ParseCreateAccountOptions() 1339 napi_get_property_names(env, customDataValue, &keyArr); in ParseCreateAccountOptions() 1351 napi_get_named_property(env, customDataValue, keyStr.c_str(), &val); in ParseCreateAccountOptions()
|