Searched refs:GetPropertyInt64 (Results 1 - 9 of 9) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_capturedata.cpp | 94 int64_t RSCaptureData::GetPropertyInt64(const std::string& name) const in GetPropertyInt64() function in OHOS::Rosen::RSCaptureData
|
H A D | rs_profiler_capturedata.h | 81 int64_t GetPropertyInt64(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 | 192 EXPECT_EQ(initial, data.GetPropertyInt64(name)); in HWTEST_F()
|
/foundation/communication/netmanager_base/frameworks/js/napi/common/ |
H A D | napi_common.h | 73 static void GetPropertyInt64(napi_env env, napi_value object, const std::string &propertyName, int64_t &property);
|
H A D | napi_common.cpp | 127 void NapiCommon::GetPropertyInt64( in GetPropertyInt64() function in OHOS::NetManagerStandard::NapiCommon
|
/foundation/multimedia/player_framework/frameworks/js/common/ |
H A D | common_napi.cpp | 90 bool CommonNapi::GetPropertyInt64(napi_env env, napi_value configObj, const std::string &type, int64_t &result) in GetPropertyInt64() function in OHOS::Media::CommonNapi 208 if (!GetPropertyInt64(env, value, "offset", rawFd.offset)) { in GetFdArgument() 212 if (!GetPropertyInt64(env, value, "length", rawFd.length)) { in GetFdArgument()
|
H A D | common_napi.h | 55 static bool GetPropertyInt64(napi_env env, napi_value configObj, const std::string &type, int64_t &result);
|
/foundation/multimedia/player_framework/frameworks/js/metadatahelper/ |
H A D | avmetadataextractor_napi.cpp | 479 (void)CommonNapi::GetPropertyInt64(env, args[0], "fileSize", jsMetaHelper->dataSrcDescriptor_.fileSize); in JsSetDataSrc()
|
/foundation/multimedia/player_framework/frameworks/js/avplayer/ |
H A D | avplayer_napi.cpp | 1674 (void)CommonNapi::GetPropertyInt64(env, args[0], "fileSize", jsPlayer->dataSrcDescriptor_.fileSize); in JsSetDataSrc()
|
Completed in 13 milliseconds