/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/ |
H A D | vision_db_sqls.h | 202 STATUS + " INT, " +
210 STATUS + " INT, " +
312 STATUS + " INT DEFAULT 0, " +
319 STATUS + ", " +
330 STATUS + ", " +
346 " SET " + STATUS + " = -1 " +
356 FILE_ID + ", " + STATUS + ", " + GEO + ", " +
369 " SET " + STATUS + " = -1" +
380 " SET " + STATUS + " = " +
393 " SET " + STATUS [all...] |
H A D | vision_db_sqls_more.h | 24 const std::string UPDATE_POSE_TOTAL_VALUE = "UPDATE " + VISION_TOTAL_TABLE + " SET " + STATUS + " = 0, " + POSE +
|
/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/ |
H A D | vision_total_column.h | 23 const std::string STATUS = "status";
member
|
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/include/adaptor/ |
H A D | js_common.h | 23 static constexpr const char *STATUS = "status";
member in OHOS::ObjectStore::Constants
|
/foundation/communication/wifi/wifi/test/wifi_standard/precompiled_macro/ |
H A D | scan_service_test.cpp | 34 constexpr int STATUS = 17; variable 125 pScanService->staStatus = STATUS; in AllowExternScanFail3()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/cloud/ |
H A D | cloud_db_constant.h | 51 static constexpr const char *STATUS = "status"; member in DistributedDB::CloudDbConstant
|
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/src/adaptor/ |
H A D | js_distributedobjectstore.cpp | 222 objectWrapper->DeleteWatch(env, Constants::STATUS);
in JSDestroyObjectSync() 372 wrapper->AddWatch(env, Constants::STATUS, callbackValue);
in RestoreWatchers() 419 } else if (!strcmp(Constants::STATUS, type)) {
in JSRecordCallback() 463 } else if (!strcmp(Constants::STATUS, type)) {
in JSDeleteCallback() 473 } else if (!strcmp(Constants::STATUS, type)) {
in JSDeleteCallback()
|
H A D | js_watcher.cpp | 121 if (!strcmp(Constants::STATUS, type)) {
in Find()
|
/foundation/deviceprofile/device_info_manager/common/src/interfaces/ |
H A D | trust_device_profile.cpp | 107 cJSON_AddNumberToObject(json, STATUS.c_str(), status_); in dump()
|
H A D | access_control_profile.cpp | 254 cJSON_AddNumberToObject(json, STATUS.c_str(), status_); in dump()
|
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/ |
H A D | link_info.cpp | 41 { LinkInfoKey::STATUS, Serializable::ValueType::INT }, 304 Set(LinkInfoKey::STATUS, status); in SetStatus() 309 return Get(LinkInfoKey::STATUS, 0); in GetStatus()
|
H A D | link_info.h | 45 STATUS = 17, member in OHOS::SoftBus::LinkInfoKey
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/ |
H A D | network_parser.h | 49 STATUS,
member in WifiConfigType
|
H A D | network_parser.cpp | 70 {XML_TAG_STATUS, WifiConfigType::STATUS},
435 case WifiConfigType::STATUS: {
in ParseNetworkStatus()
|
/foundation/deviceprofile/device_info_manager/services/core/src/trustprofilemanager/ |
H A D | trust_profile_manager.cpp | 613 if (params.find(TRUST_DEVICE_ID) != params.end() && params.find(STATUS) != params.end()) { in GetAccessControlProfile() 617 std::atoi(params.at(STATUS).c_str()), profile); in GetAccessControlProfile() 622 params.at(TRUST_DEVICE_ID), std::atoi(params.at(STATUS).c_str()), profile); in GetAccessControlProfile() 627 params.at(TRUST_DEVICE_ID), std::atoi(params.at(STATUS).c_str()), profile); in GetAccessControlProfile() 631 if (params.find(BIND_TYPE) != params.end() && params.find(STATUS) != params.end()) { in GetAccessControlProfile() 635 std::atoi(params.at(STATUS).c_str()), profile); in GetAccessControlProfile() 641 std::atoi(params.at(STATUS).c_str()), profile); in GetAccessControlProfile() 1295 resultSet->GetColumnIndex(STATUS, columnIndex); in GetResultStatus() 1452 int32_t status = rowEntity.Get(STATUS); in ConvertToTrustDeviceProfile() 1546 int32_t status = rowEntity.Get(STATUS); in ConvertToAccessControlProfile() [all...] |
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | medialibrary_vision_operations.cpp | 107 valueBucket.Put(STATUS, 0); in UpdateAnalysisTotal()
|
/foundation/deviceprofile/device_info_manager/common/src/utils/ |
H A D | profile_utils.cpp | 411 values.PutInt(STATUS, profile.GetStatus()); in TrustDeviceProfileToEntries() 428 values.PutInt(STATUS, profile.GetStatus()); in AccessControlProfileToEntries() 507 if (values.GetObject(STATUS, valueObject) && valueObject.GetInt(intValue) == NativeRdb::E_OK) { in EntriesToTrustDeviceProfile() 539 if (GetIntValue(values, STATUS, intValue)) { in EntriesToAccessControlProfile()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_vision_test/src/ |
H A D | medialibrary_vision_test.cpp | 587 valuesBucket.Put(STATUS, 0); in HWTEST_F() 599 predicates.EqualTo(STATUS, 0); in HWTEST_F() 601 columns.push_back(STATUS); in HWTEST_F() 624 valuesBucket.Put(STATUS, 0); in HWTEST_F() 640 columns.push_back(STATUS); in HWTEST_F() 658 valuesBucket.Put(STATUS, 0); in HWTEST_F() 670 updateValues.Put(STATUS, -1); in HWTEST_F() 682 columns.push_back(STATUS); in HWTEST_F() 704 valuesBucket.Put(STATUS, 0); in HWTEST_F() 710 predicates.EqualTo(STATUS, in HWTEST_F() [all...] |
/foundation/multimedia/media_library/frameworks/utils/src/ |
H A D | medialibrary_common_utils.cpp | 188 STATUS, variable
|
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/ |
H A D | profile_utils_test.cpp | 1452 values.PutInt(STATUS, intValue); in HWTEST_F() 1456 values.Delete(STATUS); in HWTEST_F() 1457 values.PutNull(STATUS); in HWTEST_F() 1459 values.Delete(STATUS); in HWTEST_F()
|
/foundation/deviceprofile/device_info_manager/common/include/constants/ |
H A D | distributed_device_profile_constants.h | 65 const std::string STATUS = "status"; member
|
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/ |
H A D | scan_service_test.cpp | 41 constexpr int STATUS = 17; member 827 pScanService->staStatus = STATUS; in AllowExternScanFail3() 1811 scanForbidMode.forbidTime = STATUS; in AllowCustomSceneCheckTest4() 1815 pScanService->customSceneForbidCount = STATUS; in AllowCustomSceneCheckTest4()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
H A D | sqlite_single_ver_relational_storage_executor.cpp | 618 flags.insert_or_assign(CloudDbConstant::STATUS, in GetCloudExtraLog()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/ |
H A D | cloud_storage_utils.cpp | 1285 int64_t *status = std::get_if<int64_t>(&flags[CloudDbConstant::STATUS]); in IdentifyCloudTypeInner()
|