Home
last modified time | relevance | path

Searched refs:Int (Results 1 - 12 of 12) sorted by relevance

/foundation/filemanagement/user_file_service/test/unittest/
H A Dfile_access_service_proxy_test.cpp190 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 Dtypes.rs31 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 Dcloud_db.rs129 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 Dmessage_parcel_mock.cpp54 value = Assistant::ins_->Int(); in ReadInt32()
H A Dassistant.h35 virtual int Int() = 0;
70 MOCK_METHOD0(Int, int());
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_builder.cpp285 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 Davplayer_callback.cpp152 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 Dspirv_cross_helpers_gles.cpp144 } 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 Dmain.cpp1079 } 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 Dflatbuffer_schema.cpp257 {reflection::BaseType::Int, FieldType::LEAF_FIELD_INTEGER}, in MapFieldType()
321 case reflection::Int: in DoVerifyBeforeExtract()
374 case reflection::Int: in DoExtractValue()
H A Djson_object.cpp475 // 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 Dcloud_ext_types.rs101 types::Value::Int(*int)
172 types::Value::Int(c) => {
1313 /// 1. Create a Value::Int.

Completed in 14 milliseconds