Home
last modified time | relevance | path

Searched refs:IsInt64 (Results 1 - 18 of 18) sorted by relevance

/foundation/distributedhardware/distributed_screen/common/test/unittest/src/
H A Dscreen_common_test.cpp111 * @tc.desc: Verify the IsInt64 function.
119 EXPECT_FALSE(IsInt64(testJson, key)); in HWTEST_F()
122 EXPECT_FALSE(IsInt64(testJson, key)); in HWTEST_F()
125 EXPECT_TRUE(IsInt64(testJson, key)); in HWTEST_F()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/src/
H A Dav_trans_meta.cpp69 if (!IsUInt32(metaJson, META_DATA_TYPE) || !IsInt64(metaJson, META_TIMESTAMP) || in UnmarshalAudioMeta()
151 if (timeStampObj != nullptr && IsInt64(metaJson, META_TIMESTAMP)) { in UnmarshalVideoMeta()
161 if (extTimeStampObj != nullptr && IsInt64(metaJson, META_EXT_TIMESTAMP)) { in UnmarshalVideoMeta()
H A Dav_trans_utils.cpp261 bool IsInt64(const cJSON *jsonObj, const std::string &key) in IsInt64() function
/foundation/distributedhardware/distributed_screen/common/include/
H A Ddscreen_json_util.h28 bool IsInt64(const nlohmann::json &jsonObj, const std::string &key);
/foundation/distributedhardware/device_manager/utils/src/kvadapter/
H A Ddm_kv_info.cpp55 if (IsInt64(resultJson, LAST_MODIFY_TIME_KEY)) { in ConvertJsonToDmKVValue()
/foundation/distributedhardware/device_manager/common/include/
H A Ddm_anonymous.h34 bool IsInt64(const nlohmann::json &jsonObj, const std::string &key);
/foundation/distributedhardware/distributed_screen/common/src/
H A Ddscreen_json_util.cpp60 bool IsInt64(const nlohmann::json &jsonObj, const std::string &key) in IsInt64() function
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/include/
H A Dav_trans_utils.h57 bool IsInt64(const cJSON *jsonObj, const std::string &key);
/foundation/distributedhardware/distributed_input/utils/include/
H A Ddinput_utils_tool.h45 bool IsInt64(const nlohmann::json &jsonObj, const std::string &key);
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_asset_operations.cpp2134 { MediaColumn::MEDIA_TIME_PENDING, { IsInt64, IsUniqueValue } },
2136 { MediaColumn::MEDIA_DATE_TRASHED, { IsInt64, IsUniqueValue } },
2137 { MediaColumn::MEDIA_DATE_DELETED, { IsInt64, IsUniqueValue } },
2139 { MediaColumn::MEDIA_PARENT_ID, { IsInt64, IsBelowApi9 } },
2142 { PhotoColumn::PHOTO_ORIENTATION, { IsInt64 } },
2147 { PhotoColumn::PHOTO_LCD_VISIT_TIME, { IsInt64 } },
2148 { PhotoColumn::PHOTO_EDIT_TIME, { IsInt64 } },
2155 { PhotoColumn::PHOTO_FIRST_VISIT_TIME, { IsInt64 } },
2158 { PhotoColumn::PHOTO_COVER_POSITION, { IsInt64 } },
2200 bool AssetInputParamVerification::IsInt64(ValueObjec function in OHOS::Media::AssetInputParamVerification
[all...]
/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_anonymous.cpp276 bool ret = IsInt64(jsonObj, TAG_REQUEST_ID); in HWTEST_F()
294 bool ret = IsInt64(jsonObj, TAG_REQUEST_ID); in HWTEST_F()
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Dauth_message_processor.cpp321 if (IsInt64(json, TAG_REQUEST_ID)) { in ParseAuthResponseMessageExt()
426 if (!IsInt64(json, TAG_REQUEST_ID) || !IsString(json, TAG_GROUP_ID) || in ParseAuthResponseMessage()
464 if (IsInt64(json, TAG_TOKENID)) { in ParsePkgNegotiateMessage()
/foundation/distributedhardware/device_manager/common/src/
H A Ddm_anonymous.cpp116 bool IsInt64(const nlohmann::json &jsonObj, const std::string &key) in IsInt64() function
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/
H A Dmedialibrary_asset_operations.h257 static bool IsInt64(NativeRdb::ValueObject &value, MediaLibraryCommand &cmd);
/foundation/distributedhardware/distributed_input/utils/src/
H A Ddinput_utils_tool.cpp159 bool IsInt64(const nlohmann::json &jsonObj, const std::string &key) in IsInt64() function
/foundation/distributedhardware/distributed_input/services/sink/transport/src/
H A Ddistributed_input_sink_transport.cpp663 if (!IsInt32(event, INPUT_KEY_TYPE) || !IsInt64(event, INPUT_KEY_WHEN) || in RecordEventLog()
/foundation/distributedhardware/distributed_input/services/source/sourcemanager/src/
H A Ddinput_source_listener.cpp358 if (!IsInt64(oneData, INPUT_KEY_WHEN) || !IsUInt32(oneData, INPUT_KEY_TYPE) || in OnReceivedEventRemoteInput()
/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/
H A Dhichain_connector.cpp328 !IsString(jsonObject, TAG_GROUP_ID) || !IsInt64(jsonObject, TAG_REQUEST_ID) || in AddMember()

Completed in 15 milliseconds