Home
last modified time | relevance | path

Searched defs:status (Results 3026 - 3050 of 6930) sorted by relevance

1...<<121122123124125126127128129130>>...278

/base/hiviewdfx/faultloggerd/test/unittest/faultloggerd_client/
H A Dfaultloggerd_client_test.cpp127 int status; in HWTEST_F() local
167 int status; in HWTEST_F() local
216 int status; HWTEST_F() local
262 int status; HWTEST_F() local
307 int status; HWTEST_F() local
447 int status; HWTEST_F() local
[all...]
/base/account/os_account/services/accountmgr/src/account_iam/
H A Daccount_iam_mgr_stub.cpp568 int32_t status; in ProcGetAvailableStatus() local
H A Daccount_iam_service.cpp196 int32_t AccountIAMService::GetAvailableStatus(AuthType authType, AuthTrustLevel authTrustLevel, int32_t &status) in GetAvailableStatus() argument
/base/customization/enterprise_device_management/interfaces/inner_api/network_manager/src/
H A Dnetwork_manager_proxy.cpp134 IsNetworkInterfaceDisabled(const AppExecFwk::ElementName &admin, const std::string &networkInterface, bool &status, bool isSync) IsNetworkInterfaceDisabled() argument
/base/global/i18n/interfaces/js/kits/src/
H A Dholiday_manager_addon.cpp43 napi_status status = napi_ok; in InitHolidayManager() local
71 napi_status status = napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); in HolidayManagerConstructor() local
107 napi_status status in InitHolidayManagerContext() local
122 napi_status status = napi_get_cb_info(env, info, &argc, argv, &thisVar, NULL); IsHoliday() local
154 napi_status status = napi_get_cb_info(env, info, &argc, argv, &thisVar, NULL); GetHolidayInfoItemArray() local
178 napi_status status = napi_create_array_with_length(env, itemList.size(), &result); GetHolidayInfoItemResult() local
216 napi_status status = napi_get_named_property(env, value, method.c_str(), &funcGetDateInfo); GetDateValue() local
245 napi_status status = napi_get_value_int32(env, argv, &val); ValidateParamNumber() local
260 napi_status status = napi_create_object(env, &result); CreateHolidayItem() local
303 napi_status status = napi_create_array_with_length(env, localNames.size(), &result); HolidayLocalNameItem() local
[all...]
H A Di18n_unicode_addon.cpp52 napi_status status = napi_define_class(env, "Unicode", NAPI_AUTO_LENGTH, JSUtils::DefaultConstructor, nullptr, in InitI18nUnicode() local
69 napi_status status = napi_ok; in InitCharacter() local
104 napi_status status in IsDigitAddon() local
135 napi_status status = napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); IsSpaceCharAddon() local
166 napi_status status = napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); IsWhiteSpaceAddon() local
197 napi_status status = napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); IsRTLCharacterAddon() local
228 napi_status status = napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); IsIdeoGraphicAddon() local
259 napi_status status = napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); IsLetterAddon() local
290 napi_status status = napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); IsLowerCaseAddon() local
321 napi_status status = napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); IsUpperCaseAddon() local
352 napi_status status = napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); GetTypeAddon() local
381 napi_status status = napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, &data); ObjectConstructor() local
[all...]
H A Di18n_normalizer_addon.cpp53 napi_status status = napi_define_class(env, "Normalizer", NAPI_AUTO_LENGTH, I18nNormalizerConstructor, nullptr, in InitI18nNormalizer() local
79 napi_status status = napi_define_class(env, "I18nNormalizer", NAPI_AUTO_LENGTH, JSUtils::DefaultConstructor, in InitNormalizer() local
99 napi_status status = napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); in I18nNormalizerConstructor() local
147 napi_status status = napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); Normalize() local
192 napi_status status = napi_create_string_utf8(env, enumName, NAPI_AUTO_LENGTH, &name); SetEnumValue() local
215 napi_status status = napi_create_object(env, &i18nNormalizerModel); CreateI18NNormalizerModeEnum() local
249 napi_status status = napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); GetI18nNormalizerInstance() local
[all...]
/base/global/resource_management/frameworks/resmgr/src/utils/
H A Dstring_utils.cpp217 UErrorCode status = U_ZERO_ERROR; in LocalizeNumber() local
/base/global/resource_management/interfaces/js/kits/src/
H A Dresource_manager_napi.cpp66 napi_status status = napi_get_global(env, &global); in GetGlobalAbility() local
134 napi_status status = napi_create_async_work(env, nullptr, resource, ExecuteGetResMgr, in getResult() local
162 napi_status status = napi_unwrap(env, argv[0], reinterpret_cast<void **>(&objContext)); GetResourceManager() local
175 napi_status status = napi_get_value_string_utf8(env, argv[i], nullptr, 0, &len); GetResourceManager() local
206 napi_status status; SetEnumItem() local
276 napi_status status = napi_define_properties(env, exports, sizeof(creatorProp) / sizeof(creatorProp[0]), ResMgrInit() local
[all...]
H A Dsendable_resource_manager_napi.cpp110 napi_status status; in GetParams() local
189 napi_status status; in InstanceResource() local
231 napi_status status = napi_define_properties(env, exports, sizeof(functionProp) / sizeof(functionProp[0]), SendableResourceManagerInit() local
[all...]
/base/print/print_fwk/interfaces/kits/napi/print_napi/src/
H A Dnapi_print_task.cpp190 napi_status status = OHOS::AbilityRuntime::IsStageContext(env, value, stageMode); in GetAbilityContext() local
[all...]
H A Dprint_modal_ui_callback.cpp186 napi_status status; in SendMessageBackWork() local
233 napi_status status; CreateResultMessage() local
264 napi_status status = napi_create_object(printContext->env, &result); CreatePrintResult() local
276 napi_status status = napi_create_string_utf8(env, errMsg.c_str(), NAPI_AUTO_LENGTH, &message); CreateBusinessError() local
[all...]
/base/powermgr/power_manager/services/native/src/shutdown/
H A Dshutdown_controller.cpp182 future_status status = fut.wait_for(std::chrono::seconds(MAX_TIMEOUT_SEC)); in Prepare() local
/base/print/print_fwk/services/print_service/src/
H A Dprint_cups_attribute.cpp481 bool ParsePrinterStatusAttributes(ipp_t *response, PrinterStatus &status) in ParsePrinterStatusAttributes() argument
/base/powermgr/battery_manager/frameworks/napi/src/
H A Dsystem_battery.cpp89 napi_status status = napi_get_named_property(env, options, name.c_str(), &property); in GetOptionsFunc() local
137 napi_status status = napi_call_function(env, nullptr, success, argc, &argv, &callResult); in SuccessCallback() local
168 napi_status status = napi_call_function(env, nullptr, fail, argc, argv, &callResult); in FailCallback() local
182 napi_status status = napi_call_function(env, nullptr, complete, argc, nullptr, &callResult); in CompleteCallback() local
/base/powermgr/thermal_manager/frameworks/napi/
H A Dthermal_manager_napi.cpp116 napi_status status = napi_get_reference_value(env_, callbackRef_, &callback); in OnThermalLevel() local
194 napi_status status in EnumThermalLevelConstructor() local
265 napi_status status = napi_call_function(env, nullptr, handler, ARG_0, nullptr, &result); UnSubscribeThermalLevel() local
[all...]
/base/request/request/frameworks/js/napi/src/
H A Drequest_module.cpp122 napi_status status = napi_define_properties(env, exports, sizeof(desc) / sizeof(napi_property_descriptor), desc); in InitAgent() local
239 napi_status status = napi_define_properties(env, exports, sizeof(desc) / sizeof(napi_property_descriptor), desc); in Init() local
/base/msdp/device_status/frameworks/js/napi/interaction/drag/src/
H A Djs_drag_context.cpp62 napi_status status = napi_define_class(env, className, sizeof(className), in CreateInstance() local
98 napi_status status = napi_wrap(env, thisVar, jsContext, [](napi_env env, void *data, void *hin) { in JsConstructor() local
/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_dialog_manager.cpp246 EnabledDialogStatus status = enabled ? EnabledDialogStatus::ALLOW_CLICKED : EnabledDialogStatus::DENY_CLICKED; in OnDialogButtonClicked() local
115 OnBundleEnabledStatusChanged( DialogStatus status, const std::string& bundleName, const int32_t& uid) OnBundleEnabledStatusChanged() argument
286 HandleOneDialogClosed( sptr<NotificationBundleOption> bundleOption, EnabledDialogStatus status) HandleOneDialogClosed() argument
/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_screen_status_manager_branch_test/
H A Dmock_single_kv_store.cpp195 DeleteBackup( const std::vector<std::string> &files, const std::string &baseDir, std::map<std::string, DistributedKv::Status> &status) DeleteBackup() argument
/base/notification/distributed_notification_service/services/distributed/test/unittest/mock/
H A Dmock_single_kv_store.cpp181 DeleteBackup( const std::vector<std::string> &files, const std::string &baseDir, std::map<std::string, DistributedKv::Status> &status) DeleteBackup() argument
/base/request/request/services/src/cxx/
H A Dnotification_bar.cpp67 UErrorCode status = U_ZERO_ERROR; in GetSystemResourceString() local
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_live_view_content.cpp26 void NotificationLiveViewContent::SetLiveViewStatus(const LiveViewStatus status) in SetLiveViewStatus() argument
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_helper_test.cpp61 void UpdateStatuts(bool isEnable, int status) in UpdateStatuts() argument
1286 int32_t status = 1; in HWTEST_F() local
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Ddistributed.cpp177 void AsyncCompleteCallbackIsDistributedEnabled(napi_env env, napi_status status, void *data) in AsyncCompleteCallbackIsDistributedEnabled() argument
439 void AsyncCompleteCallbackIsDistributedEnableByBundle(napi_env env, napi_status status, void *data) in AsyncCompleteCallbackIsDistributedEnableByBundle() argument
514 void AsyncCompleteCallbackGetDeviceRemindType(napi_env env, napi_status status, void *data) in AsyncCompleteCallbackGetDeviceRemindType() argument

Completed in 21 milliseconds

1...<<121122123124125126127128129130>>...278