Searched defs:configObj (Results 1 - 4 of 4) sorted by relevance
/foundation/multimedia/player_framework/frameworks/js/soundpool/src/ |
H A D | soundpool_napi.cpp | 847 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 D | sendable_file_asset_napi.cpp | 666 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 D | common_napi.cpp | 63 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 D | file_asset_napi.cpp | 1789 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