/foundation/distributedhardware/distributed_screen/common/test/unittest/src/ |
H A D | screen_common_test.cpp | 111 * @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 D | av_trans_meta.cpp | 69 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 D | av_trans_utils.cpp | 261 bool IsInt64(const cJSON *jsonObj, const std::string &key)
in IsInt64() function
|
/foundation/distributedhardware/distributed_screen/common/include/ |
H A D | dscreen_json_util.h | 28 bool IsInt64(const nlohmann::json &jsonObj, const std::string &key);
|
/foundation/distributedhardware/device_manager/utils/src/kvadapter/ |
H A D | dm_kv_info.cpp | 55 if (IsInt64(resultJson, LAST_MODIFY_TIME_KEY)) { in ConvertJsonToDmKVValue()
|
/foundation/distributedhardware/device_manager/common/include/ |
H A D | dm_anonymous.h | 34 bool IsInt64(const nlohmann::json &jsonObj, const std::string &key);
|
/foundation/distributedhardware/distributed_screen/common/src/ |
H A D | dscreen_json_util.cpp | 60 bool IsInt64(const nlohmann::json &jsonObj, const std::string &key) in IsInt64() function
|
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/include/ |
H A D | av_trans_utils.h | 57 bool IsInt64(const cJSON *jsonObj, const std::string &key);
|
/foundation/distributedhardware/distributed_input/utils/include/ |
H A D | dinput_utils_tool.h | 45 bool IsInt64(const nlohmann::json &jsonObj, const std::string &key);
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | medialibrary_asset_operations.cpp | 2134 { 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 D | UTTest_dm_anonymous.cpp | 276 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 D | auth_message_processor.cpp | 321 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 D | dm_anonymous.cpp | 116 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 D | medialibrary_asset_operations.h | 257 static bool IsInt64(NativeRdb::ValueObject &value, MediaLibraryCommand &cmd);
|
/foundation/distributedhardware/distributed_input/utils/src/ |
H A D | dinput_utils_tool.cpp | 159 bool IsInt64(const nlohmann::json &jsonObj, const std::string &key) in IsInt64() function
|
/foundation/distributedhardware/distributed_input/services/sink/transport/src/ |
H A D | distributed_input_sink_transport.cpp | 663 if (!IsInt32(event, INPUT_KEY_TYPE) || !IsInt64(event, INPUT_KEY_WHEN) || in RecordEventLog()
|
/foundation/distributedhardware/distributed_input/services/source/sourcemanager/src/ |
H A D | dinput_source_listener.cpp | 358 if (!IsInt64(oneData, INPUT_KEY_WHEN) || !IsUInt32(oneData, INPUT_KEY_TYPE) || in OnReceivedEventRemoteInput()
|
/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/ |
H A D | hichain_connector.cpp | 328 !IsString(jsonObject, TAG_GROUP_ID) || !IsInt64(jsonObject, TAG_REQUEST_ID) || in AddMember()
|