/base/web/webview/ohos_interface/ohos_glue/scripts/ |
H A D | make_ctocpp_impl.py | 25 # pylint:disable=huawei-redefined-outer-name 148 (arg_type, arg_name, name))
|
/base/hiviewdfx/hiview/plugins/eventlogger/ |
H A D | event_logger.cpp | 119 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 D | main.cpp | 158 << " 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 D | service_controller.cpp | 90 // 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 D | input_method_panel.cpp | 763 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 D | print_manager_client.cpp | 605 [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 D | intention_service_test.cpp | 245 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 D | reminder_common.cpp | 377 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 D | notification_preferences.cpp | 611 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 D | accesstoken_manager_stub.cpp | 64 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 D | openssl_adapter_mock.c | 815 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 D | huks_napi.cpp | 56 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 D | app_spawn_sandbox_test.cpp | 66 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 D | hvbtool.py | 151 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 D | icc_file_controller.cpp | 23 IccFileController::IccFileController(const std::string &name, int slotId) : TelEventHandler(name), slotId_(slotId) {} in IccFileController() argument
|
H A D | sim_file_manager.cpp | 649 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 D | core_service_client.cpp | 525 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 D | core_service_native_branch_test.cpp | 141 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 D | vcard_constructor.cpp | 153 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 D | client_helper.cpp | 205 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 D | napi_screenlock_ability.cpp | 249 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 D | timer_proxy.cpp | 257 for (const auto &name : nameArr) { in SetTimerExemption() 258 adjustExemptionList_.erase(name); in SetTimerExemption()
|
/base/security/crypto_framework/frameworks/js/napi/crypto/src/ |
H A D | napi_utils.cpp | 306 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 D | napi_common.cpp | 869 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 D | peruser_session.cpp | 302 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 };
|