Searched refs:actionObj (Results 1 - 2 of 2) sorted by relevance
/foundation/filemanagement/dfs_service/interfaces/kits/js/cloudsyncmanager/ |
H A D | cloud_sync_manager_napi.cpp | 48 napi_value actionObj = nullptr; in InitENumACtions() local 49 napi_create_object(env, &actionObj); in InitENumACtions() 54 napi_define_properties(env, actionObj, sizeof(desc) / sizeof(desc[0]), desc); in InitENumACtions() 55 napi_set_named_property(env, exports, propertyName, actionObj); in InitENumACtions()
|
H A D | cloud_sync_manager_n_exporter.cpp | 351 napi_value actionObj = nullptr; in ParseAppActions() local 352 napi_get_named_property(env, object, bundleNameStr.get(), &actionObj); in ParseAppActions() 355 tie(resGetValue, appActionsVal) = NVal(env, actionObj).ToInt32(); in ParseAppActions()
|
Completed in 2 milliseconds