Home
last modified time | relevance | path

Searched defs:E_OK (Results 1 - 25 of 97) sorted by relevance

1234

/foundation/bundlemanager/app_domain_verify/frameworks/common/include/
H A Dapp_domain_verify_error.h22 E_OK, member in OHOS::AppDomainVerify::ErrorCode
/foundation/bundlemanager/app_domain_verify/interfaces/inner_api/common/include/
H A Dcomm_define.h19 E_OK = 0, enumerator
/foundation/ability/ability_runtime/test/unittest/uri_permission_impl_test/mock/include/
H A Dmock_storage_manager_service.h28 int E_OK = 0; member in OHOS::StorageManager::StorageManagerServiceMock
[all...]
/foundation/distributeddatamgr/data_share/frameworks/js/napi/common/include/
H A Ddatashare_error.h25 static const int E_OK = 0; member in OHOS::DataShare::Error
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/
H A Ddatashare_helper.h28 constexpr int32_t E_OK = 0; member
/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/
H A Dclouddisk_rdb_transaction_test.cpp30 constexpr int32_t E_OK = 0; member
/foundation/multimedia/ringtone_library/services/ringtone_restore/src/
H A Dringtone_rdb_transaction.cpp23 constexpr int32_t E_OK = 0; member
/foundation/distributeddatamgr/udmf/interfaces/innerkits/common/
H A Derror_code.h51 { Status::E_OK, "E_OK" }, member in OHOS::UDMF::Status
/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/mock/
H A Dclouddisk_rdb_transaction_mock.cpp25 constexpr int32_t E_OK = 0; member
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/
H A Dnapi_zlib_common.cpp23 const int E_OK = 0; member
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_rdb_transaction.cpp25 constexpr int32_t E_OK = 0; member
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Druntime_context_process_system_api_adapter_impl_test.cpp251 EXPECT_EQ(RuntimeContext::GetInstance()->SetProcessSystemApiAdapter(g_adapter), E_OK); in CheckDeviceSecurityAbility002() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_ability_sync_test.cpp362 ASSERT_EQ(AbilitySync::Serialization(buff.data(), bufflen, &msg1), E_OK); HWTEST_F() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/include/
H A Ddoc_errno.h20 constexpr int E_OK = 0; member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/test/unittest/oh_adapter/
H A Ddocumentdb_json_common_test.cpp57 EXPECT_EQ(JsonCommon::Append(src, add, false), E_OK); in HWTEST_F() local
81 EXPECT_EQ(JsonCommon::Append(src, add, false), E_OK); in HWTEST_F() local
105 EXPECT_EQ(JsonCommon::Append(src, add, false), E_OK); HWTEST_F() local
142 EXPECT_EQ(JsonCommon::Append(src, add, false), E_OK); HWTEST_F() local
161 EXPECT_EQ(JsonCommon::Append(src, add, false), E_OK); HWTEST_F() local
180 EXPECT_EQ(JsonCommon::Append(src, add, false), E_OK); HWTEST_F() local
199 EXPECT_EQ(JsonCommon::Append(src, add, false), E_OK); HWTEST_F() local
218 EXPECT_EQ(JsonCommon::Append(src, add, false), E_OK); HWTEST_F() local
265 EXPECT_EQ(JsonCommon::Append(src, add, false), E_OK); HWTEST_F() local
293 EXPECT_EQ(JsonCommon::Append(src, add, false), E_OK); HWTEST_F() local
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Ddata_share_profile_config_test.cpp64 EXPECT_NE(std::get<0>(result), DataShare::E_OK); in HWTEST_F() member in OHOS::Test::DataShare
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_sqlite_utils_test.cpp264 EXPECT_EQ(SqliteLogTableManager::CreateKvSyncLogTable(g_db), E_OK); HWTEST_F() local
[all...]
H A Ddistributeddb_sqlite_relational_utils_test.cpp94 ASSERT_EQ(SQLiteUtils::GetStatement(g_db, sql, statement), E_OK); in PrepareStatement() local
105 EXPECT_EQ(SQLiteRelationalUtils::BindStatementByType(statement, 1, data["id"]), E_OK); // 1 is id cid in PrepareStatement() local
106 EXPECT_EQ(SQLiteRelationalUtils::BindStatementByType(statement, 2, data["name"]), E_OK); // 2 is name cid in PrepareStatement() local
107 EXPECT_EQ(SQLiteRelationalUtils::BindStatementByType(statement, 3, data["height"]), E_OK); // 3 is height cid in PrepareStatement() local
108 EXPECT_EQ(SQLiteRelationalUtils::BindStatementByType(statement, 4, data["married"]), E_OK); // 4 is married cid in PrepareStatement() local
109 EXPECT_EQ(SQLiteRelationalUtils::BindStatementByType(statement, 5, data["photo"]), E_OK); // 5 is photo cid in PrepareStatement() local
111 EXPECT_EQ(SQLiteRelationalUtils::BindStatementByType(statement, 6, data["asset"]), E_OK); // 6 is asset cid in PrepareStatement() local
112 EXPECT_EQ(SQLiteRelationalUtils::BindStatementByType(statement, 7, data["assets"]), E_OK); // 7 is assets cid in PrepareStatement() local
145 EXPECT_NE(SQLiteRelationalUtils::SelectServerObserver(g_db, tableName, false), E_OK); in HWTEST_F() local
216 ASSERT_EQ(SQLiteUtils::GetStatement(g_db, sql, statement), E_OK); HWTEST_F() local
217 EXPECT_EQ(SQLiteRelationalUtils::GetSelectVBucket(statement, data), E_OK); HWTEST_F() local
[all...]
H A Ddistributeddb_data_transformer_test.cpp204 EXPECT_EQ(DataTransformer::TransformTableData(originData, fieldInfoList, dataItemList), E_OK); in HWTEST_F() local
207 EXPECT_EQ(DataTransformer::TransformDataItem(dataItemList, fieldInfoList, targetData), E_OK); in HWTEST_F() local
/foundation/filemanagement/app_file_service/test/unittest/remote_file_share/
H A Dremote_file_share_test.cpp34 const int E_OK = 0; member
[all...]
/foundation/filemanagement/dfs_service/services/clouddisk_database/src/
H A Dclouddisk_rdb_transaction.cpp25 constexpr int32_t E_OK = 0; member
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_helper_test/src/
H A Dmoving_photo_file_utils_test.cpp113 EXPECT_EQ(MovingPhotoFileUtils::ConvertToMovingPhoto(livePhotoPath, imagePath, videoPath, extraDataPath), E_OK); in HWTEST_F() local
128 EXPECT_EQ(MovingPhotoFileUtils::ConvertToMovingPhoto(livePhotoPath, imagePath, videoPath, extraDataPath), E_OK); in HWTEST_F() local
141 EXPECT_LT(MovingPhotoFileUtils::GetCoverPosition(videoPath, 0, coverPosition), E_OK); in HWTEST_F() local
300 EXPECT_EQ(MovingPhotoFileUtils::GetExtraDataLen(imagePath, videoPath, 0, fileSize), E_OK); HWTEST_F() local
320 EXPECT_EQ(MovingPhotoFileUtils::GetExtraDataLen(imagePath, videoPath, 0, fileSize), E_OK); HWTEST_F() local
351 EXPECT_LT(MovingPhotoFileUtils::ConvertToSourceLivePhoto(movingPhotoImagepath, sourceLivePhotoPath), E_OK); HWTEST_F() local
362 EXPECT_EQ(MovingPhotoFileUtils::ConvertToSourceLivePhoto(movingPhotoImagepath, sourceLivePhotoPath), E_OK); HWTEST_F() local
[all...]
/foundation/resourceschedule/resource_schedule_service/ressched/common/src/
H A Doobe_datashare_utils.cpp31 constexpr const int32_t E_OK = 0; member
/foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/
H A Ddatashare_errno.h29 constexpr int E_OK = 0; member
/foundation/distributeddatamgr/preferences/interfaces/inner_api/include/
H A Dpreferences_errno.h34 constexpr int E_OK = 0; member

Completed in 13 milliseconds

1234