Searched refs:GetPropertyUint32 (Results 1 - 5 of 5) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_capturedata.cpp | 89 uint32_t RSCaptureData::GetPropertyUint32(const std::string& name) const in GetPropertyUint32() function in OHOS::Rosen::RSCaptureData
|
H A D | rs_profiler_capturedata.h | 80 uint32_t GetPropertyUint32(const std::string& name) const;
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_profiler/unittest/ |
H A D | rs_profiler_capturedata_test.cpp | 177 EXPECT_EQ(initial, data.GetPropertyUint32(name)); in HWTEST_F()
|
/foundation/multimedia/player_framework/frameworks/js/common/ |
H A D | common_napi.cpp | 76 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 D | common_napi.h | 54 static bool GetPropertyUint32(napi_env env, napi_value configObj, const std::string &type, uint32_t &result);
|
Completed in 4 milliseconds