Home
last modified time | relevance | path

Searched defs:configObj (Results 1 - 4 of 4) sorted by relevance

/foundation/multimedia/player_framework/frameworks/js/soundpool/src/
H A Dsoundpool_napi.cpp847 bool SoundPoolNapi::GetPropertyBool(napi_env env, napi_value configObj, const std::string &type, bool &result) in GetPropertyBool() argument
/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_t &result) in GetInt32InfoFromNapiObject() argument
689 static bool GetNapiObjectFromNapiObject(napi_env env, napi_value configObj, std::string type, napi_value *object) in GetNapiObjectFromNapiObject() argument
/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, int32_t &result) in GetPropertyInt32() argument
76 bool CommonNapi::GetPropertyUint32(napi_env env, napi_value configObj, const std::string &type, uint32_t &result) in GetPropertyUint32() argument
90 bool CommonNapi::GetPropertyInt64(napi_env env, napi_value configObj, const std::string &type, int64_t &result) in GetPropertyInt64() argument
112 bool CommonNapi::GetPropertyDouble(napi_env env, napi_value configObj, cons argument
134 GetPropertyString(napi_env env, napi_value configObj, const std::string &type) GetPropertyString() argument
153 GetPropertyRecord(napi_env env, napi_value configObj, Meta &meta, std::string type) GetPropertyRecord() argument
856 GetPropertyBool(napi_env env, napi_value configObj, const std::string &type, bool &result) GetPropertyBool() argument
[all...]
/foundation/multimedia/media_library/frameworks/js/src/
H A Dfile_asset_napi.cpp1789 static bool GetInt32InfoFromNapiObject(napi_env env, napi_value configObj, std::string type, int32_t &result) in GetInt32InfoFromNapiObject() argument
1812 static bool GetNapiObjectFromNapiObject(napi_env env, napi_value configObj, std::string type, napi_value *object) in GetNapiObjectFromNapiObject() argument

Completed in 14 milliseconds