Searched defs:configObj (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/ |
H A D | napi_hiappevent_config.cpp | 33 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 D | common_napi.cpp | 63 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 D | usb_info.cpp | 354 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 D | sendable_file_asset_napi.cpp | 666 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 D | avscreen_capture_napi.cpp | 922 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 D | soundpool_napi.cpp | 849 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 D | avrecorder_napi.cpp | 2280 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 D | file_asset_napi.cpp | 1769 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()
|