/foundation/graphic/graphic_3d/kits/js/src/ |
H A D | BaseObjectJS.cpp | 94 void TrueRootObject::SetNativeObject(META_NS::IObject::Ptr real, bool strong) in SetNativeObject() argument 97 obj_ = real; in SetNativeObject() 99 objW_ = real; in SetNativeObject() 127 NapiApi::Object CreateJsObj(napi_env env, const BASE_NS::string_view jsName, META_NS::IObject::Ptr real, bool strong, in CreateJsObj() argument 135 oo->SetNativeObject(real, strong); in CreateJsObj()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/ |
H A D | cloud_db_sync_utils_test.cpp | 197 auto real = syncProcess.tableProcess.find(expect.first); in GetCallback() 198 ASSERT_NE(real, syncProcess.tableProcess.end()); in GetCallback() 199 EXPECT_EQ(expect.second.process, real->second.process); in GetCallback() 200 EXPECT_EQ(expect.second.downLoadInfo.batchIndex, real->second.downLoadInfo.batchIndex); in GetCallback() 201 EXPECT_EQ(expect.second.downLoadInfo.total, real->second.downLoadInfo.total); in GetCallback() 202 EXPECT_EQ(expect.second.downLoadInfo.successCount, real->second.downLoadInfo.successCount); in GetCallback() 203 EXPECT_EQ(expect.second.downLoadInfo.failCount, real->second.downLoadInfo.failCount); in GetCallback() 204 EXPECT_EQ(expect.second.upLoadInfo.batchIndex, real->second.upLoadInfo.batchIndex); in GetCallback() 205 EXPECT_EQ(expect.second.upLoadInfo.total, real->second.upLoadInfo.total); in GetCallback() 206 EXPECT_EQ(expect.second.upLoadInfo.successCount, real in GetCallback() [all...] |
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
H A D | rdb_value_bucket_test.cpp | 321 auto *real = std::get_if<double>(&output);
in HWTEST_F() local 322 EXPECT_TRUE(real != nullptr);
in HWTEST_F() 355 auto *real = std::get_if<double>(&output);
in HWTEST_F() local 356 EXPECT_TRUE(real != nullptr);
in HWTEST_F()
|
/foundation/multimedia/ringtone_library/services/utils/src/ |
H A D | ringtone_file_utils.cpp | 307 RINGTONE_ERR_LOG("file is not real path, file path: %{private}s", filePath.c_str()); in OpenFile() 351 RINGTONE_ERR_LOG("file is not real path, file path: %{private}s", filePath.c_str()); in OpenVibrateFile() 426 RINGTONE_ERR_LOG("file is not real path, file path: %{private}s", filePath.c_str()); in CopyFileUtil() 544 string real = path.substr(0, start + subDir.size() + 1); in MkdirRecursive() local 546 int result = mkdir(real.c_str(), MODE_RWX_USR_GRP); in MkdirRecursive() 548 RINGTONE_INFO_LOG("mkdir %{public}s successfully", real.c_str()); in MkdirRecursive() 550 RINGTONE_INFO_LOG("mkdir %{public}s failed, errno is %{public}d", real.c_str(), errno); in MkdirRecursive()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_cloud_interfaces_relational_remove_device_data_test.cpp | 495 auto real = syncProcess.tableProcess.find(expect.first); in GetCallback() 496 ASSERT_NE(real, syncProcess.tableProcess.end()); in GetCallback() 497 EXPECT_EQ(expect.second.process, real->second.process); in GetCallback() 498 EXPECT_EQ(expect.second.downLoadInfo.batchIndex, real->second.downLoadInfo.batchIndex); in GetCallback() 499 EXPECT_EQ(expect.second.downLoadInfo.total, real->second.downLoadInfo.total); in GetCallback() 500 EXPECT_EQ(expect.second.downLoadInfo.successCount, real->second.downLoadInfo.successCount); in GetCallback() 501 EXPECT_EQ(expect.second.downLoadInfo.failCount, real->second.downLoadInfo.failCount); in GetCallback() 502 EXPECT_EQ(expect.second.upLoadInfo.batchIndex, real->second.upLoadInfo.batchIndex); in GetCallback() 503 EXPECT_EQ(expect.second.upLoadInfo.total, real->second.upLoadInfo.total); in GetCallback() 504 EXPECT_EQ(expect.second.upLoadInfo.successCount, real in GetCallback() [all...] |
/foundation/graphic/graphic_3d/kits/js/include/ |
H A D | BaseObjectJS.h | 35 void SetNativeObject(META_NS::IObject::Ptr real, bool Strong); 210 NapiApi::Object CreateJsObj(napi_env env, const BASE_NS::string_view jsName, META_NS::IObject::Ptr real, bool strong,
|
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/ |
H A D | js_util.cpp | 187 // number 1 means: skip the first byte, byte[0] is real data type. in Blob2VariantValue() 188 std::vector<uint8_t> real(data.begin() + 1, data.end()); in Blob2VariantValue() 189 ZLOGD("Blob::type %{public}d size=%{public}d", static_cast<int>(data[0]), static_cast<int>(real.size())); in Blob2VariantValue() 191 uint32_t tmp = be32toh(*reinterpret_cast<uint32_t*>(&(real[0]))); in Blob2VariantValue() 194 uint32_t tmp = be32toh(*reinterpret_cast<uint32_t*>(&(real[0]))); in Blob2VariantValue() 197 return JSUtil::KvStoreVariant(std::vector<uint8_t>(real.begin(), real.end())); in Blob2VariantValue() 199 return JSUtil::KvStoreVariant(static_cast<bool>(real[0])); in Blob2VariantValue() 201 uint64_t tmp = be64toh(*reinterpret_cast<uint64_t*>(&(real[0]))); in Blob2VariantValue() 204 return JSUtil::KvStoreVariant(std::string(real in Blob2VariantValue() [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/ |
H A D | js_util.cpp | 205 // number 1 means: skip the first byte, byte[0] is real data type. in Blob2VariantValue() 206 std::vector<uint8_t> real(data.begin() + 1, data.end()); in Blob2VariantValue() 207 ZLOGD("Blob::type %{public}d size=%{public}d", static_cast<int>(data[0]), static_cast<int>(real.size())); in Blob2VariantValue() 209 uint32_t tmp4int = be32toh(*reinterpret_cast<uint32_t*>(&(real[0]))); in Blob2VariantValue() 212 uint32_t tmp4flt = be32toh(*reinterpret_cast<uint32_t*>(&(real[0]))); in Blob2VariantValue() 215 return JSUtil::KvStoreVariant(std::vector<uint8_t>(real.begin(), real.end())); in Blob2VariantValue() 217 return JSUtil::KvStoreVariant(static_cast<bool>(real[0])); in Blob2VariantValue() 219 uint64_t tmp4dbl = be64toh(*reinterpret_cast<uint64_t*>(&(real[0]))); in Blob2VariantValue() 222 return JSUtil::KvStoreVariant(std::string(real in Blob2VariantValue() [all...] |
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/jskitsimpl/distributeddata/src/ |
H A D | js_util.cpp | 198 // number 1 means: skip the first byte, byte[0] is real data type. in Blob2VariantValue() 199 std::vector<uint8_t> real(data.begin() + 1, data.end()); in Blob2VariantValue() 200 ZLOGD("Blob::type %{public}d size=%{public}d", static_cast<int>(data[0]), static_cast<int>(real.size())); in Blob2VariantValue() 202 uint32_t tmp4int = ntohl(*reinterpret_cast<uint32_t*>(&(real[0]))); in Blob2VariantValue() 205 uint32_t tmp4flt = ntohl(*reinterpret_cast<uint32_t*>(&(real[0]))); in Blob2VariantValue() 208 return JSUtil::KvStoreVariant(std::vector<uint8_t>(real.begin(), real.end())); in Blob2VariantValue() 210 return JSUtil::KvStoreVariant(static_cast<bool>(real[0])); in Blob2VariantValue() 212 uint64_t tmp4dbl = ntohll(*reinterpret_cast<uint64_t*>(&(real[0]))); in Blob2VariantValue() 215 return JSUtil::KvStoreVariant(std::string(real in Blob2VariantValue() [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/cj/src/ |
H A D | distributed_kv_store_impl.cpp | 88 // number 1 means: skip the first byte, byte[0] is real data type. in KVValueToValueType() 89 std::vector<uint8_t> real(data.begin() + 1, data.end()); in KVValueToValueType() 91 v.string = MallocCString(std::string(real.begin(), real.end())); in KVValueToValueType() 94 uint32_t tmp4int = be32toh(*reinterpret_cast<uint32_t*>(&(real[0]))); in KVValueToValueType() 98 uint32_t tmp4flt = be32toh(*reinterpret_cast<uint32_t*>(&(real[0]))); in KVValueToValueType() 102 v.byteArray = VectorToByteArray(std::vector<uint8_t>(real.begin(), real.end())); in KVValueToValueType() 105 v.boolean = static_cast<bool>(real[0]); in KVValueToValueType() 108 uint64_t tmp4dbl = be64toh(*reinterpret_cast<uint64_t*>(&(real[ in KVValueToValueType() [all...] |
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/ |
H A D | webgl_texture.h | 107 static bool CheckTextureSize(GLsizei offset, GLsizei w, GLsizei real);
|
H A D | webgl_arg.h | 369 UniformExtInfo(GLuint dimension, GLuint real) in UniformExtInfo() 370 : dimension(dimension), elemCount(real), srcOffset(0), srcLength(0) {} in UniformExtInfo()
|
/foundation/distributeddatamgr/relational_store/interfaces/ndk/include/ |
H A D | relational_store.h | 774 double real; member
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/ |
H A D | media_file_utils.cpp | 579 MEDIA_ERR_LOG("file is not real path, file path: %{private}s", filePath.c_str()); in CopyFileUtil() 1197 MEDIA_ERR_LOG("file is not real path, file path: %{private}s", filePath.c_str()); 1315 MEDIA_ERR_LOG("file is not real path, file path: %{private}s", filePath.c_str()); 1773 MEDIA_ERR_LOG("Failed to get real path, path: %{private}s", path.c_str());
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/ |
H A D | distributeddb_cloud_interfaces_relational_sync_test.cpp | 810 auto real = syncProcess.tableProcess.find(expect.first); in GetCallback() 811 ASSERT_NE(real, syncProcess.tableProcess.end()); in GetCallback() 812 EXPECT_EQ(expect.second.process, real->second.process); in GetCallback() 813 EXPECT_EQ(expect.second.downLoadInfo.batchIndex, real->second.downLoadInfo.batchIndex); in GetCallback() 814 EXPECT_EQ(expect.second.downLoadInfo.total, real->second.downLoadInfo.total); in GetCallback() 815 EXPECT_EQ(expect.second.downLoadInfo.successCount, real->second.downLoadInfo.successCount); in GetCallback() 816 EXPECT_EQ(expect.second.downLoadInfo.failCount, real->second.downLoadInfo.failCount); in GetCallback() 817 EXPECT_EQ(expect.second.upLoadInfo.batchIndex, real->second.upLoadInfo.batchIndex); in GetCallback() 818 EXPECT_EQ(expect.second.upLoadInfo.total, real->second.upLoadInfo.total); in GetCallback() 819 EXPECT_EQ(expect.second.upLoadInfo.successCount, real in GetCallback() [all...] |
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/ipc_conn/ |
H A D | connect.rs | 189 FieldRaw::Real(real) => { in serialize() 191 parcel.write(real) in serialize() 227 let real = parcel.read::<f64>()?; in deserialize() 228 Ok(FieldRaw::Real(real)) in deserialize() 1219 let real = FieldRaw::Real(2.0); in ut_field_serialize() 1229 msg_parcel.write(&real).unwrap(); in ut_field_serialize()
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl_texture.cpp | 423 bool WebGLTexture::CheckTextureSize(GLsizei offset, GLsizei w, GLsizei real) in CheckTextureSize() argument 432 if ((offset + w) > real) { in CheckTextureSize()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_mtp_test/src/ |
H A D | mock_mtp_operation_utils.cpp | 654 string real = "100"; in GetPathByHandle() local 656 realPath = path.substr(0, position + 1) + real + path.substr(position, path.size()); in GetPathByHandle()
|
/foundation/multimedia/media_library/frameworks/services/media_mtp/src/ |
H A D | mtp_operation_utils.cpp | 782 string real = "100"; in GetPathByHandle() local 784 realPath = path.substr(0, position + 1) + real + path.substr(position, path.size()); in GetPathByHandle()
|
/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/ |
H A D | relational_store.cpp | 1097 keyInfoData[i].real = *val; in ConvertKeyInfoData()
|