Home
last modified time | relevance | path

Searched defs:status (Results 1301 - 1325 of 5989) sorted by relevance

1...<<51525354555657585960>>...240

/foundation/distributeddatamgr/relational_store/frameworks/js/napi/sendablerelationalstore/src/
H A Dnapi_rdb_store_convert_utils.cpp40 napi_status status = napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in FromSendableValuesBucket() local
83 napi_status status = napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); ToSendableValuesBucket() local
119 napi_status status = napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); FromSendableAsset() local
134 napi_status status = napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); ToSendableAsset() local
[all...]
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/common_type/include/
H A Dcommon_types.h36 mutable uint32_t status = STATUS_UNKNOWN; member
/foundation/distributeddatamgr/udmf/framework/jskitsimpl/common/
H A Dnapi_error_utils.cpp64 void ThrowNapiError(napi_env env, int32_t status, const std::string &errMessage, bool isParamsCheck) in ThrowNapiError() argument
/foundation/distributedhardware/distributed_input/dfx_utils/test/dfxtest/
H A Ddistributed_input_dfx_test.cpp95 std::string status = "status_ok"; in HWTEST_F() local
132 std::string status = "status_ok"; in HWTEST_F() local
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/cycle_task/
H A Dcycle_task_runner.cpp58 int status = WaitParameter("persist.kernel.move.finish", "true", MOVE_FILE_TIME_SERVICE); in StartTask() local
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/
H A Dcloud_sync_manager_impl_unnomal_test.cpp146 bool status = true; in HWTEST_F() local
/foundation/filemanagement/file_api/utils/filemgmt_libn/src/
H A Dn_error.cpp34 napi_status status; in GenerateBusinessError() local
132 napi_status status = napi_set_named_property(env, businessError, FILEIO_TAG_ERR_DATA.c_str(), data); in GetNapiErrAddData() local
153 napi_status status = napi_throw(env, GenerateBusinessError(env, code, msg)); in ThrowErr() local
184 napi_status status in ThrowErrAddData() local
200 napi_status status = napi_throw(env, GenerateBusinessError(env, errno_, errMsg_)); ThrowErr() local
[all...]
H A Dn_class.cpp63 napi_status status = napi_add_env_cleanup_hook(env, CleanClass, env); in SaveClass() local
101 napi_status status = napi_get_reference_value(env, it->second, &cons); in InstantiateClass() local
H A Dn_func_arg.cpp66 napi_status status = napi_get_cb_info(env_, info_, &argc, nullptr, &thisVar, nullptr); in InitArgs() local
/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/screen_source/src/callback/
H A Ddscreen_source_callback_stub.cpp62 int32_t status = data.ReadInt32(); in OnNotifyRegResultInner() local
80 int32_t status = data.ReadInt32(); in OnNotifyUnregResultInner() local
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/task/
H A Dtask_board.cpp37 auto status = conVar_.wait_for(lock, std::chrono::milliseconds(TASK_TIMEOUT_MS), in WaitForALLTaskFinish() local
/foundation/filemanagement/app_file_service/interfaces/kits/js/backup/
H A Dgeneral_callbacks.cpp38 napi_status status = napi_get_uv_event_loop(env_, &loop); in ~BackupRestoreCallback() local
100 napi_status status = napi_call_function(env, global, callback, argv.size(), argv.data(), &result); in DoCallJsMethod() local
112 napi_status status = napi_get_uv_event_loop(env_, &loop); in CallJsMethod() local
[all...]
/foundation/filemanagement/dfs_service/frameworks/native/cloud_file_kit_inner/src/sync_rule/
H A Dnetwork_status.cpp100 int status = WaitParameter("startup.service.ctl.netmanager", NET_MANAGER_ON_STATUS, WAIT_NET_SERVICE_TIME); in InitNetwork() local
/foundation/filemanagement/dfs_service/test/mock/ipc/
H A Dcloud_sync_service_proxy_mock.cpp45 int32_t CloudSyncServiceProxy::ChangeAppSwitch(const std::string &accoutId, const std::string &bundleName, bool status) in ChangeAppSwitch() argument
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/properties/
H A Dwatcher.cpp37 void Watcher::RunCommand(uv_fs_event_t *handle, const char *filename, int events, int status) in RunCommand() argument
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/mock/
H A Dfscrypt_key_v1_ext_mock.cpp47 bool FscryptKeyV1Ext::AddClassE(bool &isNeedEncryptClassE, bool &isSupport, uint32_t status) in AddClassE() argument
62 bool FscryptKeyV1Ext::ReadClassE(uint32_t status, std::unique_ptr<uint8_t[]> &classEBuffer, uint32_t length, in ReadClassE() argument
68 bool FscryptKeyV1Ext::WriteClassE(uint32_t status, uint8_t *classEBuffer, uint32_t length) in WriteClassE() argument
/foundation/distributedhardware/distributed_input/services/transportbase/test/transbaseunittest/
H A Ddistributed_input_transbase_test.cpp50 OnResult(const std::string &devId, const uint32_t status) OnResult() argument
/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/test/unittest/screensourcetest/include/
H A Ddscreen_source_common.h52 OnNotifyRegResult(const std::string &devId, const std::string &dhId, const std::string &reqId, int32_t status, const std::string &data) OnNotifyRegResult() argument
58 OnNotifyUnregResult(const std::string &devId, const std::string &dhId, const std::string &reqId, int32_t status, const std::string &data) OnNotifyUnregResult() argument
70 OnRegisterResult(const std::string &uuid, const std::string &dhId, int32_t status, const std::string &data) OnRegisterResult() argument
83 OnUnregisterResult(const std::string &uuid, const std::string &dhId, int32_t status, const std::string &data) OnUnregisterResult() argument
/foundation/distributedhardware/distributed_screen/services/screenservice/test/fuzztest/sourceservice/dscreenmgr/dscreenmanager_fuzzer/
H A Ddscreenmanager_fuzzer.cpp82 int32_t status = *(reinterpret_cast<const int32_t*>(data)); in DScreenCallbackOnRegResultFuzzTest() local
98 int32_t status = *(reinterpret_cast<const int32_t*>(data)); in DScreenManagerOnUnregResultFuzzTest() local
/foundation/filemanagement/app_file_service/interfaces/kits/js/file_share/
H A Dfileshare_n_exporter.cpp54 napi_status status = napi_get_cb_info(env, info, &argc, args, &res, &data); in InitPolicyConstructor() local
72 napi_status status = napi_create_object(env, &obj); in InitOperationMode() local
102 napi_status status in InitPolicyErrorCode() local
129 napi_status status = napi_define_class(env, className, NAPI_AUTO_LENGTH, InitPolicyConstructor, nullptr, InitPolicyErrorResult() local
152 napi_status status = napi_define_class(env, className, NAPI_AUTO_LENGTH, InitPolicyConstructor, nullptr, InitPolicyInfo() local
[all...]
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/
H A Ddevsl_dispatcher.cpp32 int32_t status = DATASL_OnStart(); in Start() local
64 int status = DATASL_GetHighestSecLevelAsync(&queryParams, &DevslDispatcher::DevslGottonCallback); in DevslGetRegister() local
/foundation/filemanagement/file_api/interfaces/kits/js/src/common/napi/n_async/
H A Dn_async_work_callback.cpp43 static void CallbackComplete(napi_env env, napi_status status, void *data) in CallbackComplete() argument
90 napi_status status = in Schedule() local
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dconnectdfs.h77 int status = 0; member
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/
H A Davctp_ctrl_l2cap.h35 uint16_t status; member
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/
H A Davdtp_l2cap.h35 uint16_t status; member

Completed in 11 milliseconds

1...<<51525354555657585960>>...240