/foundation/filemanagement/user_file_service/test/unittest/ |
H A D | file_access_service_proxy_test.cpp | 190 EXPECT_CALL(*insMoc, Int()).WillOnce(Return(ERR_OK)); in HWTEST_F() 196 EXPECT_CALL(*insMoc, Int()).WillOnce(Return(E_IPCS)); in HWTEST_F() 249 EXPECT_CALL(*insMoc, Int()).WillOnce(Return(ERR_OK)); in HWTEST_F() 256 EXPECT_CALL(*insMoc, Int()).WillOnce(Return(E_IPCS)); in HWTEST_F() 289 EXPECT_CALL(*insMoc, Int()).WillOnce(Return(ERR_OK)); in HWTEST_F() 294 EXPECT_CALL(*insMoc, Int()).WillOnce(Return(E_IPCS)); in HWTEST_F() 383 EXPECT_CALL(*insMoc, Int()).WillOnce(Return(ERR_OK)); in HWTEST_F() 389 EXPECT_CALL(*insMoc, Int()).WillOnce(Return(E_IPCS)); in HWTEST_F() 395 EXPECT_CALL(*insMoc, Int()).WillOnce(Return(ERR_OK)); in HWTEST_F()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/service_impl/ |
H A D | types.rs | 31 Int(i64), 62 Value::Int(i) => ipc_conn::FieldRaw::Number(*i), in from() 77 ipc_conn::FieldRaw::Number(i) => Value::Int(*i), in from() 92 ipc_conn::FieldRaw::Number(i) => Value::Int(i), in from()
|
H A D | cloud_db.rs | 129 Some(Value::Int(i)) => *i, in batch_delete() 256 Some(Value::Int(i)) => *i, in upload() 261 Some(Value::Int(i)) => *i, in upload()
|
/foundation/filemanagement/user_file_service/test/unittest/mock/ |
H A D | message_parcel_mock.cpp | 54 value = Assistant::ins_->Int(); in ReadInt32()
|
H A D | assistant.h | 35 virtual int Int() = 0; 70 MOCK_METHOD0(Int, int());
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/ |
H A D | mesh_builder.cpp | 285 struct Int { struct 362 { 1, 1, BASE_FORMAT_R8_UINT, false, false, From<Int<uint8_t>>, To<Int<uint8_t>> }, 368 { 4, 1, BASE_FORMAT_R8G8B8A8_UINT, false, false, From<Int<uint8_t>>, To<Int<uint8_t>> }, 370 { 1, 2, BASE_FORMAT_R16_UINT, false, false, From<Int<uint16_t>>, To<Int<uint16_t>> }, 373 { 2, 2, BASE_FORMAT_R16G16_UINT, false, true, From<Int<uint16_t>>, To<Int<uint16_t>> }, 376 { 3, 2, BASE_FORMAT_R16G16B16_UINT, true, true, From<Int<uint16_ [all...] |
/foundation/multimedia/player_framework/frameworks/js/avplayer/ |
H A D | avplayer_callback.cpp | 152 struct Int : public Base { struct in OHOS::Media::NapiCallback 925 NapiCallback::Int *cb = new(std::nothrow) NapiCallback::Int(); in OnSeekDoneCb() 926 CHECK_AND_RETURN_LOG(cb != nullptr, "failed to new Int"); in OnSeekDoneCb() 945 NapiCallback::Int *cb = new(std::nothrow) NapiCallback::Int(); in OnSpeedDoneCb() 946 CHECK_AND_RETURN_LOG(cb != nullptr, "failed to new Int"); in OnSpeedDoneCb() 965 NapiCallback::Int *cb = new(std::nothrow) NapiCallback::Int(); in OnBitRateDoneCb() 966 CHECK_AND_RETURN_LOG(cb != nullptr, "failed to new Int"); in OnBitRateDoneCb() [all...] |
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/ |
H A D | spirv_cross_helpers_gles.cpp | 144 } else if (type.basetype == spirv_cross::SPIRType::Int) {
in ConvertConstantToUniform() 249 case spirv_cross::SPIRType::Int:
in ProcessStruct() 380 } else if (type.basetype == spirv_cross::SPIRType::Int) {
in CreateSpecInfos()
|
H A D | main.cpp | 1079 } else if (type.basetype == spirv_cross::SPIRType::Int) {
1105 if (type.basetype == BaseType::Int) {
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | flatbuffer_schema.cpp | 257 {reflection::BaseType::Int, FieldType::LEAF_FIELD_INTEGER}, in MapFieldType() 321 case reflection::Int: in DoVerifyBeforeExtract() 374 case reflection::Int: in DoExtractValue()
|
H A D | json_object.cpp | 475 // Cast to Json::Int to avoid "ambiguous call of overloaded function" in LeafJsonNodeAssignValue() 476 leafNode = Json::Value(static_cast<Json::Int>(inValue.integerValue)); in LeafJsonNodeAssignValue()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/ |
H A D | cloud_ext_types.rs | 101 types::Value::Int(*int) 172 types::Value::Int(c) => { 1313 /// 1. Create a Value::Int.
|