Searched refs:dmClass (Results 1 - 2 of 2) sorted by relevance
/foundation/distributedhardware/device_manager/interfaces/kits/js4.0/src/ |
H A D | native_devicemanager_js.cpp | 1973 napi_value dmClass = nullptr; in Init() local 1998 nullptr, sizeof(dmProperties) / sizeof(dmProperties[0]), dmProperties, &dmClass)); in Init() 1999 NAPI_CALL(env, napi_create_reference(env, dmClass, 1, &sConstructor_)); in Init() 2000 NAPI_CALL(env, napi_set_named_property(env, exports, DEVICE_MANAGER_NAPI_CLASS_NAME.c_str(), dmClass)); in Init()
|
/foundation/distributedhardware/device_manager/interfaces/kits/js/src/ |
H A D | native_devicemanager_js.cpp | 3246 napi_value dmClass = nullptr;
in Init() local 3273 nullptr, sizeof(dmProperties) / sizeof(dmProperties[0]), dmProperties, &dmClass));
in Init() 3274 NAPI_CALL(env, napi_create_reference(env, dmClass, 1, &sConstructor_));
in Init() 3275 NAPI_CALL(env, napi_set_named_property(env, exports, DEVICE_MANAGER_NAPI_CLASS_NAME.c_str(), dmClass));
in Init()
|
Completed in 10 milliseconds