Home
last modified time | relevance | path

Searched refs:name (Results 1701 - 1725 of 1804) sorted by relevance

1...<<61626364656667686970>>...73

/base/web/webview/ohos_interface/ohos_glue/scripts/
H A Dmake_ctocpp_impl.py25 # pylint:disable=huawei-redefined-outer-name
148 (arg_type, arg_name, name))
/base/hiviewdfx/hiview/plugins/eventlogger/
H A Devent_logger.cpp119 sysEvent->eventName_ = configOut.name; in IsInterestedPipelineEvent()
175 ffrt::submit(task, {}, {}, ffrt::task_attr().name("eventlogger")); in OnEvent()
351 HIVIEW_LOGI("Collect on finish, name: %{public}s", logFile.c_str()); in StartLogCollect()
/base/hiviewdfx/hilog/services/hilogtool/
H A Dmain.cpp158 << " Set log file name, name should be valid of Linux FS." << endl in PersistTaskHelper()
1049 longOptions[longOptcount].name = optEntries[i].longOpt; in GetOpts()
1055 longOptions[longOptcount].name = nullptr; in GetOpts()
/base/hiviewdfx/hilog/services/hilogd/
H A Dservice_controller.cpp90 // File name shouldn't contain "[\\/:*?\"<>|]" in IsValidFileName()
324 if (strncpy_s(procStats.name, MAX_PROC_NAME_LEN, it.second.name.c_str(), MAX_PROC_NAME_LEN - 1) != 0) { in SendProcStats()
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_panel.cpp763 std::string name = window_->GetWindowName() + "/" + std::to_string(window_->GetWindowId()); in PanelStatusChangeToImc() local
764 info.windowInfo = { std::move(name), rect.posX_, rect.posY_, rect.width_, rect.height_ }; in PanelStatusChangeToImc()
/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/src/
H A Dprint_manager_client.cpp605 [callback](int32_t code, const std::string& name, const std::string& message) { in Print()
606 callback->OnError(code, name, message); in Print()
/base/msdp/device_status/test/unittest/intention/services/src/
H A Dintention_service_test.cpp245 explicit DragListenerTest(const std::string& name) : moduleName_(name) {} in DragListenerTest() argument
281 * @tc.name: IntentionServiceTest_1
296 * @tc.name: IntentionServiceTest2
311 * @tc.name: IntentionServiceTest3
329 * @tc.name: IntentionServiceTest_Stop001
344 * @tc.name: IntentionServiceTest_Stop002
368 * @tc.name: IntentionServiceTest_Stop003
392 * @tc.name: IntentionServiceTest5
412 * @tc.name
[all...]
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
H A Dreminder_common.cpp377 const napi_env &env, const napi_value &value, const char* name, in GenWantAgent()
382 if (GetObject(env, value, name, wantAgent)) { in GenWantAgent()
376 GenWantAgent( const napi_env &env, const napi_value &value, const char* name, std::shared_ptr<ReminderRequest::WantAgentInfo>& wantAgentInfo) GenWantAgent() argument
/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences.cpp611 const std::string& name, const std::vector<NotificationBundleOption>& bundleList) in UpdateDoNotDisturbProfiles()
627 profile->SetProfileName(name); in UpdateDoNotDisturbProfiles()
981 ANS_LOGE("template name is null."); in GetTemplateSupported()
610 UpdateDoNotDisturbProfiles(int32_t userId, int32_t profileId, const std::string& name, const std::vector<NotificationBundleOption>& bundleList) UpdateDoNotDisturbProfiles() argument
/base/security/access_token/services/accesstokenmanager/main/cpp/src/service/
H A Daccesstoken_manager_stub.cpp64 std::string name = "AtmTimer"; in OnRemoteRequest() local
65 int timerId = HiviewDFX::XCollie::GetInstance().SetTimer(name, TIMEOUT, nullptr, nullptr, in OnRemoteRequest()
/base/security/crypto_framework/test/unittest/src/
H A Dopenssl_adapter_mock.c815 EVP_PKEY_CTX *OpensslEvpPkeyCtxNewFromName(OSSL_LIB_CTX *libctx, const char *name, const char *propquery) in OpensslEvpPkeyCtxNewFromName() argument
820 return EVP_PKEY_CTX_new_from_name(libctx, name, propquery); in OpensslEvpPkeyCtxNewFromName()
/base/security/huks/interfaces/kits/napi/src/
H A Dhuks_napi.cpp56 inline void AddInt32Property(napi_env env, napi_value object, const char *name, int32_t value) in AddInt32Property() argument
60 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, object, name, property)); in AddInt32Property()
/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H A Dapp_spawn_sandbox_test.cpp66 static AppSpawningCtx *GetTestAppPropertyWithExtInfo(const char *name, const char *value) in GetTestAppPropertyWithExtInfo() argument
73 AppSpawnReqMsgAddStringInfo(reqHandle, name, value); in GetTestAppPropertyWithExtInfo()
78 * @tc.name: App_Spawn_Sandbox_005
97 * @tc.name: App_Spawn_Sandbox_09
172 * @tc.name: App_Spawn_Sandbox_10
214 * @tc.name: App_Spawn_Sandbox_13
255 * @tc.name: App_Spawn_Sandbox_14
298 * @tc.name: App_Spawn_Sandbox_15
340 * @tc.name: App_Spawn_Sandbox_16
460 \"test.bundle.name\" in HWTEST_F()
[all...]
/base/startup/hvb/tools/
H A Dhvbtool.py151 msg += "\tPartition name: {}\n".format(self.partition.decode())
1031 name, pubkey_offset, pubkey_len = struct.unpack('64s2Q', data)
1033 msg += '\t\tPartition Name: {}\n'.format(name.decode())
/base/telephony/core_service/services/sim/src/
H A Dicc_file_controller.cpp23 IccFileController::IccFileController(const std::string &name, int slotId) : TelEventHandler(name), slotId_(slotId) {} in IccFileController() argument
H A Dsim_file_manager.cpp649 std::string name = Str16ToStr8(mailName); in SetVoiceMailInfo() local
651 bool result = simFile_->UpdateVoiceMail(name, number); in SetVoiceMailInfo()
/base/telephony/core_service/frameworks/native/src/
H A Dcore_service_client.cpp525 int32_t CoreServiceClient::SetShowName(int32_t slotId, const std::u16string &name) in SetShowName() argument
532 return proxy->SetShowName(slotId, name); in SetShowName()
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dcore_service_native_branch_test.cpp141 std::string name = "name"; in HWTEST_F() local
142 EXPECT_TRUE(resourceUtils.GetCallFailedMessageName(-1, name)); in HWTEST_F()
/base/telephony/core_service/utils/vcard/src/
H A Dvcard_constructor.cpp153 std::string name = DealCharacters(FormatFullName(givenName, middleName, familyName)); in ConstructNameV40() local
154 AddLine(VCARD_TYPE_FN, name); in ConstructNameV40()
/base/update/updateservice/frameworks/js/napi/update/common/src/
H A Dclient_helper.cpp205 napi_env env, napi_value &obj, const std::string &name, const std::vector<ErrorMessage> &errorMessages) in BuildErrorMessages()
225 napi_set_named_property(env, obj, name.c_str(), napiErrorMessages); in BuildErrorMessages()
204 BuildErrorMessages( napi_env env, napi_value &obj, const std::string &name, const std::vector<ErrorMessage> &errorMessages) BuildErrorMessages() argument
/base/theme/screenlock_mgr/frameworks/js/napi/src/
H A Dnapi_screenlock_ability.cpp249 std::string name = "THEME_" + resourceName; in AsyncCallFunc() local
250 napi_create_string_utf8(env, name.c_str(), NAPI_AUTO_LENGTH, &resource); in AsyncCallFunc()
/base/time/time_service/services/timer/src/
H A Dtimer_proxy.cpp257 for (const auto &name : nameArr) { in SetTimerExemption()
258 adjustExemptionList_.erase(name); in SetTimerExemption()
/base/security/crypto_framework/frameworks/js/napi/crypto/src/
H A Dnapi_utils.cpp306 LOGE("failed to get valid algo name!"); in GetPointFromNapiValue()
312 LOGE("failed to get valid algo name!"); in GetPointFromNapiValue()
529 LOGE("failed to get valid algo name!"); in GetParamsSpecFromNapiValue()
560 LOGE("failed to get valid algo name!"); in GetDetailAsyKeySpecValue()
575 LOGE("failed to get valid algo name!"); in GetCommSpecNapiValue()
711 LOGE("failed to get valid algo name!"); in GetDsaAsyKeySpec()
1000 LOGE("failed to get valid algo name!"); in GetEccAsyKeySpec()
1127 LOGE("failed to get valid algo name!"); in GetRsaAsyKeySpec()
1252 LOGE("failed to get valid algo name!"); in GetAlg25519AsyKeySpec()
1445 LOGE("failed to get valid algo name!"); in GetDh25519AsyKeySpec()
1788 GetResourceName(napi_env env, const char *name) GetResourceName() argument
1972 BuildSetNamedProperty(napi_env env, HcfBigInteger *number, const char *name, napi_value *instance) BuildSetNamedProperty() argument
[all...]
/base/security/dlp_permission_service/interfaces/kits/napi_common/src/
H A Dnapi_common.cpp869 DLP_LOG_ERROR(LABEL, "js get bundle name fail"); in GetInstallDlpSandboxParams()
916 DLP_LOG_ERROR(LABEL, "js get bundle name fail"); in GetUninstallDlpSandboxParams()
1093 DLP_LOG_ERROR(LABEL, "js get bundle name fail"); in GetRetentionSandboxListParams()
1101 DLP_LOG_ERROR(LABEL, "js get bundle name or callback fail"); in GetRetentionSandboxListParams()
1744 fileNameObj.SetParam("name", AAFwk::String::Box(displayName)); in ParseWantReq()
1751 ret = GetStringValueByKey(env, linkFileName, "name", linkFileNameStr); in ParseWantReq()
1754 linkFileNameObj.SetParam("name", AAFwk::String::Box(linkFileNameStr)); in ParseWantReq()
1792 [uiExtCallback](int32_t errorCode, const std::string& name, const std::string& message) { in StartUIExtensionAbility()
1793 uiExtCallback->OnError(errorCode, name, message); }, in StartUIExtensionAbility()
1858 void UIExtensionCallback::OnError(int32_t errorCode, const std::string& name, cons argument
[all...]
/base/inputmethod/imf/services/src/
H A Dperuser_session.cpp302 if (type == ImeType::IME && currentImeInfo->bundleName == defaultImeInfo->name) { in OnImeDied()
1229 SubProperty subProp = { .name = cfgIme->bundleName, .id = cfgIme->subName };
1694 SubProperty subProp = { .name = cfgIme->bundleName, .id = cfgIme->subName };

Completed in 48 milliseconds

1...<<61626364656667686970>>...73