Home
last modified time | relevance | path

Searched defs:configObj (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_hiappevent_config.cpp33 bool Configure(const napi_env env, const napi_value configObj, bool isThrow) in Configure()
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/common/
H A Dcommon_napi.cpp63 bool CommonNapi::GetPropertyInt32(napi_env env, napi_value configObj, const std::string &type, int3… in GetPropertyInt32()
76 bool CommonNapi::GetPropertyUint32(napi_env env, napi_value configObj, const std::string &type, uin… in GetPropertyUint32()
90 bool CommonNapi::GetPropertyInt64(napi_env env, napi_value configObj, const std::string &type, int6… in GetPropertyInt64()
112 bool CommonNapi::GetPropertyDouble(napi_env env, napi_value configObj, const std::string &type, dou… in GetPropertyDouble()
134 std::string CommonNapi::GetPropertyString(napi_env env, napi_value configObj, const std::string &ty… in GetPropertyString()
153 napi_status CommonNapi::GetPropertyRecord(napi_env env, napi_value configObj, Meta &meta, std::stri… in GetPropertyRecord()
856 bool CommonNapi::GetPropertyBool(napi_env env, napi_value configObj, const std::string &type, bool … in GetPropertyBool()
/ohos5.0/base/usb/usb_manager/interfaces/kits/js/napi/src/
H A Dusb_info.cpp354 static bool ParseInterfacesObjs(const napi_env env, const napi_value configObj, std::vector<UsbInte… in ParseInterfacesObjs()
381 static void ParseConfigObj(const napi_env env, const napi_value configObj, USBConfig &config) in ParseConfigObj()
420 napi_value configObj; in ParseConfigsObjs() local
1375 napi_value configObj = argv[INDEX_1]; in PipeSetConfiguration() local
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/sendable/
H A Dsendable_file_asset_napi.cpp666 static bool GetInt32InfoFromNapiObject(napi_env env, napi_value configObj, std::string type, int32_… in GetInt32InfoFromNapiObject()
689 static bool GetNapiObjectFromNapiObject(napi_env env, napi_value configObj, std::string type, napi_… in GetNapiObjectFromNapiObject()
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avscreen_capture/
H A Davscreen_capture_napi.cpp922 int32_t AVScreenCaptureNapi::GetPropertyInt32(napi_env env, napi_value configObj, const std::string… in GetPropertyInt32()
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/soundpool/src/
H A Dsoundpool_napi.cpp849 bool SoundPoolNapi::GetPropertyBool(napi_env env, napi_value configObj, const std::string &type, bo… in GetPropertyBool()
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avrecorder/
H A Davrecorder_napi.cpp2280 int32_t AVRecorderNapi::GetPropertyInt32(napi_env env, napi_value configObj, const std::string &typ… in GetPropertyInt32()
2313 int32_t AVRecorderNapi::GetPropertyInt32Vec(napi_env env, napi_value configObj, const std::string &… in GetPropertyInt32Vec()
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dfile_asset_napi.cpp1769 static bool GetInt32InfoFromNapiObject(napi_env env, napi_value configObj, std::string type, int32_… in GetInt32InfoFromNapiObject()
1792 static bool GetNapiObjectFromNapiObject(napi_env env, napi_value configObj, std::string type, napi_… in GetNapiObjectFromNapiObject()