/base/account/os_account/test/systemtest/common/resource/fuzzTest/src/ |
D | fuzz_test_manager.cpp | 33 …ionMap_["AppAccountManagerAddAccount"] = []() { AppAccountManager::AddAccount(GetStringParam()); }; in RegisterAppAccountManager() 34 …_["AppAccountManagerDeleteAccount"] = []() { AppAccountManager::DeleteAccount(GetStringParam()); }; in RegisterAppAccountManager() 36 std::string extraInfo = GetStringParam(); in RegisterAppAccountManager() 37 AppAccountManager::GetAccountExtraInfo(GetStringParam(), extraInfo); in RegisterAppAccountManager() 40 AppAccountManager::SetAccountExtraInfo(GetStringParam(), GetStringParam()); in RegisterAppAccountManager() 43 AppAccountManager::EnableAppAccess(GetStringParam(), GetStringParam()); in RegisterAppAccountManager() 46 AppAccountManager::DisableAppAccess(GetStringParam(), GetStringParam()); in RegisterAppAccountManager() 50 AppAccountManager::CheckAppAccountSyncEnable(GetStringParam(), syncEnable); in RegisterAppAccountManager() 53 AppAccountManager::SetAppAccountSyncEnable(GetStringParam(), GetBoolParam()); in RegisterAppAccountManager() 56 std::string value = GetStringParam(); in RegisterAppAccountManager() [all …]
|
D | getparam.cpp | 215 string GetStringParam() in GetStringParam() function 347 string t = GetStringParam(); in GetStringVectorParam() 404 AppAccountInfo accountInfo(GetStringParam(), GetStringParam()); in GetParamAppAccountInfo() 413 AppAccountInfo accInfo(GetStringParam(), GetStringParam()); in GetVectorParamAppAccountInfo() 449 …OsAccountInfo osAccountInfo(GetIntParam(), GetStringParam(), GetParamOsAccountType(), GetS64Param(… in GetParamOsAccountInfo() 460 DomainAccountInfo domainAccountInfo(GetStringParam(), GetStringParam()); in GetParamDomainAccountInfo()
|
/base/notification/common_event_service/test/systemtest/common/resource/fuzzTest/src/ |
D | fuzzTestManager.cpp | 89 temp->SetData(GetStringParam()); in RegisterAsyncCommonEventResult() 97 temp->SetCodeAndData(GetIntParam(), GetStringParam()); in RegisterAsyncCommonEventResult() 150 temp->SetData(GetStringParam()); in RegisterCommonEventData() 196 temp->GetStickyCommonEvent(GetStringParam(), *(GetParamCommonEventData())); in RegisterCommonEventManager() 253 temp->SetPermission(GetStringParam()); in RegisterCommonEventSubscribeInfo() 265 temp->SetDeviceId(GetStringParam()); in RegisterCommonEventSubscribeInfo() 308 temp->SetData(GetStringParam()); in RegisterCommonEventSubscriber() 316 temp->SetCodeAndData(GetIntParam(), GetStringParam()); in RegisterCommonEventSubscriber() 349 std::string s = GetStringParam(); in RegisterCommonEventSupport() 359 temp->AddEntity(GetStringParam()); in RegisterMatchingSkills() [all …]
|
D | getparam.cpp | 199 string strparam = GetStringParam(); in GetCharArryParam() 217 string GetStringParam() in GetStringParam() function 341 string t = GetStringParam(); in GetStringVectorParam() 408 GetIntParam(), GetStringParam(), GetBoolParam(), GetBoolParam(), GetParamSptrRemote()); in GetParamAsyncCommonEventResult() 590 return OHOS::Uri(GetStringParam()); in GetParamUri() 597 val.PutNull(GetStringParam()); in GetParamValuesBucket() 608 config.AddItem(GlobalConfigurationKey::SYSTEM_LANGUAGE, GetStringParam()); in GetParamConfiguration() 618 return NativeRdb::DataAbilityPredicates(GetStringParam()); in GetParamDataAbilityPredicates() 638 return make_shared<OHOS::AppExecFwk::ProcessInfo>(GetStringParam(), id); in GetParamProcessInfo() 692 …return make_shared<OHOS::AppExecFwk::ElementName>(GetStringParam(), GetStringParam(), GetStringPar… in GetParamElementName()
|
/base/account/os_account/frameworks/ohosaccount/test/moduletests/account_mgr_test/ |
D | account_mgr_inner_sdk_func_test.cpp | 157 EXPECT_EQ(accountInfoget.scalableData_.GetStringParam(KEY_ACCOUNT_INFO_SCALABLEDATA), 158 accountInfo.scalableData_.GetStringParam(KEY_ACCOUNT_INFO_SCALABLEDATA)); 170 …EXPECT_EQ(accountInfoget.scalableData_.GetStringParam(KEY_ACCOUNT_INFO_SCALABLEDATA), TEST_EMPTY_S… 199 EXPECT_EQ(accountInfoget.scalableData_.GetStringParam(KEY_ACCOUNT_INFO_SCALABLEDATA), 200 accountInfo.scalableData_.GetStringParam(KEY_ACCOUNT_INFO_SCALABLEDATA)); 220 …EXPECT_EQ(accountInfoget.scalableData_.GetStringParam(KEY_ACCOUNT_INFO_SCALABLEDATA), TEST_EMPTY_S… 249 EXPECT_EQ(accountInfoget.scalableData_.GetStringParam(KEY_ACCOUNT_INFO_SCALABLEDATA), 250 accountInfo.scalableData_.GetStringParam(KEY_ACCOUNT_INFO_SCALABLEDATA)); 261 …EXPECT_EQ(accountInfoget.scalableData_.GetStringParam(KEY_ACCOUNT_INFO_SCALABLEDATA), TEST_EMPTY_S… 288 EXPECT_EQ(accountInfoget.scalableData_.GetStringParam(KEY_ACCOUNT_INFO_SCALABLEDATA), [all …]
|
/base/telephony/core_service/services/sim/test/ |
D | common_event_test.h | 73 … << ", reason = " << want.GetStringParam(PARAM_REASON) << ", code = " << data.GetCode() in OnReceiveEvent() 91 << ", stkData = " << want.GetStringParam(PARAM_STK_MSG_CMD) << std::endl; in OnReceiveEvent() 96 … << ", alphaData = " << want.GetStringParam(PARAM_STK_ALPHA_STRING) << std::endl; in OnReceiveEvent() 101 << ", newSimState = " << want.GetStringParam(PARAM_STK_CARD_STATUS) in OnReceiveEvent() 102 … << ", refreshResult = " << want.GetStringParam(PARAM_STK_REFRESH_RESULT) << std::endl; in OnReceiveEvent()
|
/base/telephony/sms_mms/test/unittest/ |
D | sms_broadcast_subscriber.cpp | 93 … std::cout << SmsCbData::MSG_BODY << ":" << want.GetStringParam(SmsCbData::MSG_BODY) << std::endl; in CbMessageTest() 98 …std::cout << SmsCbData::RECV_TIME << ":" << want.GetStringParam(SmsCbData::RECV_TIME) << std::endl; in CbMessageTest() 109 std::cout << SmsCbData::PLMN << ":" << want.GetStringParam(SmsCbData::PLMN) << std::endl; in CbMessageTest() 123 std::cout << "wap push strAppId:" << want.GetStringParam("strAppId") << std::endl; in WapPushMessageTest() 124 std::cout << "wap push contentType:" << want.GetStringParam("contentType") << std::endl; in WapPushMessageTest() 125 std::cout << "wap push header:" << want.GetStringParam("headerData") << std::endl; in WapPushMessageTest() 126 std::cout << "wap push data:" << want.GetStringParam("rawData") << std::endl; in WapPushMessageTest()
|
/base/telephony/core_service/services/network_search/test/ |
D | test_broadcast.cpp | 31 std::string plmn = data.GetWant().GetStringParam(CUR_PLMN); in OnReceiveEvent() 33 std::string spn = data.GetWant().GetStringParam(CUR_SPN); in OnReceiveEvent()
|
/base/notification/distributed_notification_service/test/resource/notificationfuzztest/src/ |
D | notificationfuzztestmanager.cpp | 64 …OHOS::Notification::NotificationHelper::PublishNotification(GetStringParam(), *GetParamNotificatio… in RegisterNotificationHelper() 68 …ication::NotificationHelper::PublishNotification(*GetParamNotificationRequest(), GetStringParam()); in RegisterNotificationHelper() 75 …[]() { OHOS::Notification::NotificationHelper::CancelNotification(GetStringParam(), GetS32Param())… in RegisterNotificationHelper() 96 []() { OHOS::Notification::NotificationHelper::SetNotificationAgent(GetStringParam()); }); in RegisterNotificationHelper() 99 std::string agent = GetStringParam(); in RegisterNotificationHelper() 105 …OHOS::Notification::NotificationHelper::CanPublishNotificationAsBundle(GetStringParam(), canPublis… in RegisterNotificationHelper() 110 GetStringParam(), *GetParamNotificationRequest()); in RegisterNotificationHelper() 264 []() { OHOS::Notification::NotificationHelper::RemoveNotification(GetStringParam()); }); in RegisterNotificationHelper() 268 *GetParamNotificationBundleOption(), GetS32Param(), GetStringParam()); in RegisterNotificationHelper() 308 …OHOS::Notification::NotificationHelper::SetNotificationsEnabledForAllBundles(GetStringParam(), Get… in RegisterNotificationHelper() [all …]
|
D | notificationgetparam.cpp | 221 string strparam = GetStringParam(); in GetCharArryParam() 239 string GetStringParam() in GetStringParam() function 363 string t = GetStringParam(); in GetStringVectorParam() 567 return std::make_shared<NotificationBundleOption>(GetStringParam(), GetS32Param()); in GetParamNotificationBundleOption() 818 GetStringParam(), GetParamWantParams(), GetParamWant(), GetIntParam()); in GetParamTriggerInfo() 896 … return GetParamContext()->CreateParallelTaskDispatcher(GetStringParam(), GetParamTaskPriority()); in GetParamTaskDispatcher() 899 … return GetParamContext()->CreateSerialTaskDispatcher(GetStringParam(), GetParamTaskPriority()); in GetParamTaskDispatcher() 972 std::make_shared<SpecDispatcherConfig>(GetStringParam(), GetParamTaskPriority()); in GetParamBaseTaskDispatcher() 977 return context->CreateSerialDispatcher(GetStringParam(), GetParamTaskPriority()); in GetParamBaseTaskDispatcher() 979 return context->CreateParallelDispatcher(GetStringParam(), GetParamTaskPriority()); in GetParamBaseTaskDispatcher() [all …]
|
/base/account/os_account/test/systemtest/common/resource/fuzzTest/include/ |
D | getparam.h | 49 std::string GetStringParam();
|
/base/hiviewdfx/hitrace/interfaces/js/kits/napi/hitracemeter/ |
D | napi_hitrace_meter.cpp | 55 void GetStringParam(const napi_env& env, const napi_value& value, std::string& dest) in GetStringParam() function 67 GetStringParam(env, value, dest); in ParseStringParam()
|
/base/notification/common_event_service/test/systemtest/common/resource/fuzzTest/include/ |
D | getparam.h | 81 std::string GetStringParam(); 297 return GetStringParam(); in GetTag()
|
/base/account/os_account/services/accountmgr/src/appaccount/ |
D | app_account_authenticator_session.cpp | 315 std::string name = result.GetStringParam(Constants::KEY_NAME); in OnAuthenticateDone() 324 std::string name = result.GetStringParam(Constants::KEY_NAME); in OnAddAccountImplicitlyDone()
|
D | app_account_manager_service.cpp | 68 request.callerAbilityName = options.GetStringParam(Constants::KEY_CALLER_ABILITY_NAME); in AddAccountImplicitly() 98 … request.callerAbilityName = options.parameters.GetStringParam(Constants::KEY_CALLER_ABILITY_NAME); in CreateAccountImplicitly() 321 request.callerAbilityName = options.GetStringParam(Constants::KEY_CALLER_ABILITY_NAME); in Authenticate()
|
D | app_account_stub.cpp | 331 … RETURN_IF_STRING_IS_EMPTY_OR_OVERSIZE(options->GetStringParam(Constants::KEY_CALLER_ABILITY_NAME), in ProcAddAccountImplicitly() 379 …RETURN_IF_STRING_IS_EMPTY_OR_OVERSIZE(options->parameters.GetStringParam(Constants::KEY_CALLER_ABI… in ProcCreateAccountImplicitly() 585 … RETURN_IF_STRING_IS_EMPTY_OR_OVERSIZE(options->GetStringParam(Constants::KEY_CALLER_ABILITY_NAME), in ProcAuthenticate()
|
/base/account/os_account/frameworks/appaccount/native/src/ |
D | app_account.cpp | 75 … RETURN_IF_STRING_IS_EMPTY_OR_OVERSIZE(options.GetStringParam(Constants::KEY_CALLER_ABILITY_NAME), in AddAccountImplicitly() 104 …RETURN_IF_STRING_IS_EMPTY_OR_OVERSIZE(options.parameters.GetStringParam(Constants::KEY_CALLER_ABIL… in CreateAccountImplicitly() 228 … RETURN_IF_STRING_IS_EMPTY_OR_OVERSIZE(options.GetStringParam(Constants::KEY_CALLER_ABILITY_NAME), in Authenticate()
|
/base/notification/distributed_notification_service/test/resource/notificationfuzztest/include/ |
D | notificationgetparam.h | 66 std::string GetStringParam();
|