Home
last modified time | relevance | path

Searched refs:STATUS (Results 1 - 24 of 24) sorted by relevance

/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/
H A Dvision_db_sqls.h202 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 Dvision_db_sqls_more.h24 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 Dvision_total_column.h23 const std::string STATUS = "status"; member
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/include/adaptor/
H A Djs_common.h23 static constexpr const char *STATUS = "status"; member in OHOS::ObjectStore::Constants
/foundation/communication/wifi/wifi/test/wifi_standard/precompiled_macro/
H A Dscan_service_test.cpp34 constexpr int STATUS = 17; variable
125 pScanService->staStatus = STATUS; in AllowExternScanFail3()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/cloud/
H A Dcloud_db_constant.h51 static constexpr const char *STATUS = "status"; member in DistributedDB::CloudDbConstant
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/src/adaptor/
H A Djs_distributedobjectstore.cpp222 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 Djs_watcher.cpp121 if (!strcmp(Constants::STATUS, type)) { in Find()
/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H A Dtrust_device_profile.cpp107 cJSON_AddNumberToObject(json, STATUS.c_str(), status_); in dump()
H A Daccess_control_profile.cpp254 cJSON_AddNumberToObject(json, STATUS.c_str(), status_); in dump()
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/
H A Dlink_info.cpp41 { LinkInfoKey::STATUS, Serializable::ValueType::INT },
304 Set(LinkInfoKey::STATUS, status); in SetStatus()
309 return Get(LinkInfoKey::STATUS, 0); in GetStatus()
H A Dlink_info.h45 STATUS = 17, member in OHOS::SoftBus::LinkInfoKey
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/
H A Dnetwork_parser.h49 STATUS, member in WifiConfigType
H A Dnetwork_parser.cpp70 {XML_TAG_STATUS, WifiConfigType::STATUS},
435 case WifiConfigType::STATUS: { in ParseNetworkStatus()
/foundation/deviceprofile/device_info_manager/services/core/src/trustprofilemanager/
H A Dtrust_profile_manager.cpp613 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 Dmedialibrary_vision_operations.cpp107 valueBucket.Put(STATUS, 0); in UpdateAnalysisTotal()
/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp411 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 Dmedialibrary_vision_test.cpp587 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 Dmedialibrary_common_utils.cpp188 STATUS, variable
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dprofile_utils_test.cpp1452 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 Ddistributed_device_profile_constants.h65 const std::string STATUS = "status"; member
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_service_test.cpp41 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 Dsqlite_single_ver_relational_storage_executor.cpp618 flags.insert_or_assign(CloudDbConstant::STATUS, in GetCloudExtraLog()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
H A Dcloud_storage_utils.cpp1285 int64_t *status = std::get_if<int64_t>(&flags[CloudDbConstant::STATUS]); in IdentifyCloudTypeInner()

Completed in 30 milliseconds