Home
last modified time | relevance | path

Searched defs:paras (Results 1 – 25 of 29) sorted by relevance

12

/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/ability_delegator/
H A Dability_delegator_test.cpp102 std::map<std::string, std::string> paras; in SetUpTestCase() local
191 std::map<std::string, std::string> paras; variable
231 std::map<std::string, std::string> paras; variable
266 std::map<std::string, std::string> paras; variable
296 std::map<std::string, std::string> paras; variable
328 std::map<std::string, std::string> paras; variable
366 std::map<std::string, std::string> paras; variable
399 std::map<std::string, std::string> paras; variable
450 std::map<std::string, std::string> paras; variable
485 std::map<std::string, std::string> paras; variable
[all …]
H A Djs_test_runner_test.cpp102 std::map<std::string, std::string> paras; variable
132 std::map<std::string, std::string> paras; variable
172 std::map<std::string, std::string> paras; variable
212 std::map<std::string, std::string> paras; variable
254 std::map<std::string, std::string> paras; variable
293 std::map<std::string, std::string> paras; variable
H A Dability_delegator_args_test.cpp89 std::map<std::string, std::string> paras; variable
123 std::map<std::string, std::string> paras; variable
155 std::map<std::string, std::string> paras; variable
H A Dability_delegator_registry_test.cpp84 std::map<std::string, std::string> paras; variable
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/ability_delegator_test/
H A Dability_delegator_module_test.cpp155 std::map<std::string, std::string> paras; variable
194 std::map<std::string, std::string> paras; variable
229 std::map<std::string, std::string> paras; variable
267 std::map<std::string, std::string> paras; variable
300 std::map<std::string, std::string> paras; variable
331 std::map<std::string, std::string> paras; variable
366 std::map<std::string, std::string> paras; variable
401 std::map<std::string, std::string> paras; variable
433 std::map<std::string, std::string> paras; variable
466 std::map<std::string, std::string> paras; variable
[all …]
H A Djs_test_runner_module_test.cpp106 std::map<std::string, std::string> paras; variable
145 std::map<std::string, std::string> paras; variable
H A Dability_delegator_registry_module_test.cpp72 std::map<std::string, std::string> paras; variable
H A Dability_delegator_args_module_test.cpp77 std::map<std::string, std::string> paras; variable
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dunsubscribe.cpp24 …seParameters(const napi_env &env, const napi_callback_info &info, ParametersInfoUnsubscribe &paras) in ParseParameters()
70 ParametersInfoUnsubscribe paras; in Unsubscribe() local
H A Dcancel.cpp28 …e ParseParameters(const napi_env &env, const napi_callback_info &info, ParametersInfoCancel &paras) in ParseParameters()
117 …seParameters(const napi_env &env, const napi_callback_info &info, ParametersInfoCancelGroup &paras) in ParseParameters()
172 ParametersInfoCancel paras; in Cancel() local
352 …arameters(const napi_env &env, const napi_callback_info &info, ParametersInfoCancelAsBundle &paras) in ParseParameters()
441 ParametersInfoCancelAsBundle paras; in CancelAsBundle() local
H A Dslot.cpp209 …ametersByAddSlot(const napi_env &env, const napi_callback_info &info, ParametersInfoAddSlot &paras) in ParseParametersByAddSlot()
259 …etersByAddSlots(const napi_env &env, const napi_callback_info &info, ParametersInfoAddSlots &paras) in ParseParametersByAddSlots()
390 …ametersByGetSlot(const napi_env &env, const napi_callback_info &info, ParametersInfoGetSlot &paras) in ParseParametersByGetSlot()
675 const napi_env &env, const napi_callback_info &info, ParametersInfoRemoveSlot &paras) in ParseParametersByRemoveSlot()
719 ParametersInfoAddSlot paras; in AddSlot() local
789 ParametersInfoAddSlots paras; in AddSlots() local
944 ParametersInfoGetSlot paras; in GetSlot() local
1244 ParametersInfoRemoveSlot paras; in RemoveSlot() local
/ohos5.0/base/time/time_service/test/unittest/service_test/src/
H A Dtime_proxy_test.cpp79 TimerPara paras; variable
122 TimerPara paras; variable
160 TimerPara paras; variable
203 TimerPara paras; variable
246 TimerPara paras; variable
288 TimerPara paras; variable
357 TimerPara paras; variable
490 TimerPara paras{.timerType = 2, .windowLength = 0, .interval = 0, .flag = 0}; variable
567 TimerPara paras; variable
678 TimerPara paras; variable
[all …]
/ohos5.0/base/startup/init/interfaces/innerkits/fs_manager/libfs_dm/include/
H A Dfs_dm.h33 char *paras; member
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/quota/
H A Dquota_manager.cpp472 …atic void WriteFileList(std::ofstream &statFile, struct FileStat fileStat, BundleStatsParas &paras) in WriteFileList()
546 …atic std::tuple<bool, bool> CheckIfDirForIncludes(const std::string &path, BundleStatsParas &paras, in CheckIfDirForIncludes()
595 static bool AddOuterDirIntoFileStat(const std::string &dir, BundleStatsParas &paras, const std::str… in AddOuterDirIntoFileStat()
638 std::ofstream &statFile, std::map<std::string, bool> &excludesMap, BundleStatsParas &paras) in InsertStatFile()
653 static bool GetIncludesFileStats(const std::string &dir, BundleStatsParas &paras, in GetIncludesFileStats()
733 static void ScanExtensionPath(BundleStatsParas &paras, in ScanExtensionPath()
755 static void DealWithIncludeFiles(const BundleStatsParas &paras, const std::vector<std::string> &inc… in DealWithIncludeFiles()
798 BundleStatsParas paras = {.userId = userId, .bundleName = bundleName, in GetBundleStatsForIncreaseEach() local
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/app/ability_delegator/
H A Djs_ability_delegator_utils.cpp71 …lue SetAbilityDelegatorArgumentsPara(napi_env env, const std::map<std::string, std::string> &paras) in SetAbilityDelegatorArgumentsPara()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_cancel.cpp26 ParametersInfoCancel paras; in NapiCancel() local
221 ParametersInfoCancelAsBundle paras; in NapiCancelAsBundle() local
H A Dnapi_slot.cpp26 ParametersInfoAddSlot paras; in NapiAddSlot() local
96 ParametersInfoAddSlots paras; in NapiAddSlots() local
249 ParametersInfoGetSlot paras; in NapiGetSlot() local
624 ParametersInfoRemoveSlot paras; in NapiRemoveSlot() local
H A Dnapi_sync_config.cpp118 ConfigParams paras {}; in NapiSetAdditionConfig() local
/ohos5.0/foundation/multimodalinput/input/intention/dfx/src/
H A Dcooperate_hisysevent.cpp57 int32_t CooperateDFX::WriteInputFunc(const CooperateType &cooperateType, in WriteInputFunc()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/cj_test_runner_test/
H A Dcj_test_runner_test.cpp118 std::map<std::string, std::string> paras; variable
/ohos5.0/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_hisysevent.cpp64 int32_t DragDFX::WriteModel(const DragType &dragType, Types... paras) in WriteModel()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/subscribe/
H A Dnapi_subscribe.cpp184 ParametersInfoUnsubscribe paras; in NapiUnsubscribe() local
/ohos5.0/foundation/ability/ability_runtime/test/unittest/cj_ui_ability_test/
H A Dcj_ui_ability_test.cpp711 std::map<std::string, std::string> paras; variable
749 std::map<std::string, std::string> paras; variable
783 std::map<std::string, std::string> paras; variable
817 std::map<std::string, std::string> paras; variable
/ohos5.0/base/startup/init/interfaces/innerkits/fs_manager/libfs_dm/
H A Dfs_dm.c109 char *paras = NULL; in LoadDmDeviceTable() local
/ohos5.0/base/time/time_service/services/
H A Dtime_system_ability.cpp291 …imeSystemAbility::ParseTimerPara(const std::shared_ptr<ITimerInfo> &timerOptions, TimerPara &paras) in ParseTimerPara()
332 struct TimerPara paras {}; in CreateTimer() struct
366 int32_t TimeSystemAbility::CreateTimer(TimerPara &paras, std::function<int32_t (const uint64_t)> ca… in CreateTimer()

12