Searched refs:SetPropertyDouble (Results 1 - 3 of 3) sorted by relevance
/foundation/multimedia/player_framework/frameworks/js/common/ |
H A D | common_napi.cpp | 403 ret = CommonNapi::SetPropertyDouble(env, obj, key, dValue); in SetPropertyByValueType() 511 bool CommonNapi::SetPropertyDouble(napi_env env, napi_value &obj, const std::string &key, double value) in SetPropertyDouble() function in OHOS::Media::CommonNapi
|
H A D | common_napi.h | 70 static bool SetPropertyDouble(napi_env env, napi_value &obj, const std::string &key, double value);
|
/foundation/multimedia/player_framework/frameworks/js/avrecorder/ |
H A D | avrecorder_napi.cpp | 2548 setRet = CommonNapi::SetPropertyDouble(env, location, "latitude", value_->location.latitude); 2550 setRet = CommonNapi::SetPropertyDouble(env, location, "longitude", value_->location.longitude);
|
Completed in 7 milliseconds