Searched refs:root (Results 1 - 4 of 4) sorted by relevance
/applications/standard/calendardata/calendarmanager/napi/src/ |
H A D | napi_util.cpp | 656 // base64("calendar.calendarmanager") as rootPropName, i.e. global.<root> in DefineClass() 658 napi_value root = nullptr; in DefineClass() local 664 napi_get_named_property(env, global, rootPropName.c_str(), &root); in DefineClass() 666 napi_create_object(env, &root); in DefineClass() 667 napi_set_named_property(env, global, rootPropName.c_str(), root); in DefineClass() 673 napi_has_named_property(env, root, propName.c_str(), &hasProp); in DefineClass() 675 napi_get_named_property(env, root, propName.c_str(), &constructor); in DefineClass() 687 napi_set_named_property(env, root, propName.c_str(), constructor); in DefineClass()
|
/applications/standard/app_samples/code/Project/HapBuild/ci/ |
H A D | .eslintrc.js | 13 root: true,
|
/applications/standard/app_samples/code/BasicFeature/DeviceManagement/Vibrator/CustomHaptic/hvigor/ |
H A D | hvigor-wrapper.js | 669 if (/[<>:"|?*]/.test(e.replace(xe.parse(e).root, ""))) { 781 if (s === i || s === Ke.parse(s).root) return o(); 788 if (i === o || i === Ke.parse(i).root) return; 1386 return cr.parse(t).root === t 1409 return yr.parse(t).root === t 2522 if (s === i || s === jo.parse(s).root) return o(); 2529 if (i === o || i === jo.parse(i).root) return;
|
/applications/standard/calendardata/hvigor/ |
H A D | hvigor-wrapper.js | 1680 if (s === i || s === Sn.parse(s).root) return o(); 1687 if (i === o || i === Sn.parse(i).root) return; 3834 if (/[<>:"|?*]/.test(e.replace(Ws.parse(e).root, ""))) { 3947 if (s === i || s === cc.parse(s).root) return o(); 3954 if (i === o || i === cc.parse(i).root) return; 4442 return ol.parse(t).root === t 4465 return hl.parse(t).root === t
|
Completed in 14 milliseconds