Home
last modified time | relevance | path

Searched refs:ownerAccountIdJs (Results 1 - 1 of 1) sorted by relevance

/base/security/dlp_permission_service/interfaces/kits/napi_common/src/
H A Dnapi_common.cpp1306 napi_value ownerAccountIdJs; in DlpPropertyToJs() local
1307 NAPI_CALL(env, napi_create_string_utf8(env, property.ownerAccountId.c_str(), NAPI_AUTO_LENGTH, &ownerAccountIdJs)); in DlpPropertyToJs()
1308 NAPI_CALL(env, napi_set_named_property(env, dlpPropertyJs, "ownerAccountID", ownerAccountIdJs)); in DlpPropertyToJs()

Completed in 4 milliseconds