Home
last modified time | relevance | path

Searched refs:GetPropertyUint32 (Results 1 - 5 of 5) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_capturedata.cpp89 uint32_t RSCaptureData::GetPropertyUint32(const std::string& name) const in GetPropertyUint32() function in OHOS::Rosen::RSCaptureData
H A Drs_profiler_capturedata.h80 uint32_t GetPropertyUint32(const std::string& name) const;
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_profiler/unittest/
H A Drs_profiler_capturedata_test.cpp177 EXPECT_EQ(initial, data.GetPropertyUint32(name)); in HWTEST_F()
/foundation/multimedia/player_framework/frameworks/js/common/
H A Dcommon_napi.cpp76 bool CommonNapi::GetPropertyUint32(napi_env env, napi_value configObj, const std::string &type, uint32_t &result) in GetPropertyUint32() function in OHOS::Media::CommonNapi
250 if (!GetPropertyUint32(env, value, "preferredWidth", playStrategy.preferredWidth)) { in GetPlayStrategy()
253 if (!GetPropertyUint32(env, value, "preferredHeight", playStrategy.preferredHeight)) { in GetPlayStrategy()
256 if (!GetPropertyUint32(env, value, "preferredBufferDuration", playStrategy.preferredBufferDuration)) { in GetPlayStrategy()
H A Dcommon_napi.h54 static bool GetPropertyUint32(napi_env env, napi_value configObj, const std::string &type, uint32_t &result);

Completed in 4 milliseconds