/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_tool/src/ |
H A D | exec_env.cpp | 21 static inline void AppendStr(std::string &str, const std::string paramName, const int param) in AppendStr() argument 34 static inline void AppendStr(std::string &str, const std::string paramName, const std::string param) in AppendStr() argument
|
/foundation/communication/nfc/frameworks/js/napi/controller/ |
H A D | nfc_napi_ctrl_utils.cpp | 33 BuildErrorMessage(int errCode, std::string funcName, std::string forbiddenPerm, std::string paramName, std::string expertedType) BuildErrorMessage() argument
|
/foundation/filemanagement/app_file_service/tools/backup_tool/include/ |
H A D | tools_op.h | 32 std::string paramName; member
|
/foundation/filemanagement/storage_service/services/storage_daemon/netlink/src/ |
H A D | netlink_data.cpp | 76 const std::string NetlinkData::GetParam(const std::string paramName) in GetParam() argument
|
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/c/ |
H A D | c_custom_types_code_emitter.cpp | 391 std::string paramName = StringHelper::Format("&%s", varName.c_str());
in EmitMemberUnmarshalling() local
|
/foundation/ability/ability_runtime/tools/aa/src/ |
H A D | ability_tool_command.cpp | 247 std::string paramName = ""; in ParseStartAbilityArgsFromCmd() local
|
/foundation/resourceschedule/memmgr/services/memmgrservice/src/nandlife_controller/ |
H A D | nandlife_controller.cpp | 132 unsigned long long ReadUnsignedLongLongParam(const std::string ¶mName) in ReadUnsignedLongLongParam() argument 312 bool NandLifeController::SetParameterRetry(const std::string ¶mName, const std::string ¶mValue, int retryTimes) in SetParameterRetry() argument
|
/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/ |
H A D | softbus_hisysevt_nstack.c | 58 char paramName[NSTACK_DFX_EVENT_NAME_LEN]; member
|
H A D | softbus_hisysevt_discreporter.c | 79 char paramName[SOFTBUS_HISYSEVT_NAME_LEN]; member [all...] |
H A D | softbus_hisysevt_connreporter.c | 55 char paramName[SOFTBUS_HISYSEVT_NAME_LEN]; member
|
H A D | softbus_hisysevt_bus_center.c | 162 char paramName[SOFTBUS_HISYSEVT_NAME_LEN]; member [all...] |
/foundation/distributedhardware/distributed_hardware_fwk/interfaces/kits/napi/src/ |
H A D | native_distributedhardwarefwk_js.cpp | 57 bool CheckArgsType(napi_env env, bool assertion, const std::string ¶mName, const std::string &type) in CheckArgsType() argument
|
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/ |
H A D | connectdfs.cpp | 229 napi_value WrapInt32(napi_env &env, int32_t num, const std::string ¶mName) in WrapInt32() argument 242 napi_value WrapString(napi_env &env, const std::string ¶m, const std::string ¶mName) in WrapString() argument
|
/foundation/communication/dsoftbus/adapter/common/include/ |
H A D | softbus_adapter_hisysevent.h | 103 char paramName[SOFTBUS_HISYSEVT_NAME_LEN]; member
|
/foundation/ability/form_fwk/frameworks/js/napi/formUtil/ |
H A D | napi_form_util.cpp | 153 bool NapiFormUtil::ThrowParamTypeError(napi_env env, const std::string ¶mName, const std::string &type) in ThrowParamTypeError() argument 170 std::string NapiFormUtil::CreateParamTypeErrorMessage(const std::string ¶mName, const std::string &type) in CreateParamTypeErrorMessage() argument
|
/foundation/arkui/ui_appearance/services/src/ |
H A D | ui_appearance_ability.cpp | 343 bool UiAppearanceAbility::GetParameterWrap(const std::string& paramName, std::string& value) in GetParameterWrap() argument 330 GetParameterWrap( const std::string& paramName, std::string& value, const std::string& defaultValue) GetParameterWrap() argument 348 SetParameterWrap(const std::string& paramName, const std::string& value) SetParameterWrap() argument [all...] |
/foundation/distributedhardware/device_manager/interfaces/kits/js4.0/src/ |
H A D | dm_native_util.cpp | 162 bool CheckArgsType(napi_env env, bool assertion, const std::string ¶mName, const std::string &type) in CheckArgsType() argument
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | application_info.cpp | 168 Metadata::Metadata(const std::string ¶mName, const std::string ¶mValue, const std::string ¶mResource) in Metadata() argument 225 CustomizeData::CustomizeData(std::string paramName, std::string paramValue, std::string paramExtra) in CustomizeData() argument
|
/foundation/communication/nfc/frameworks/js/napi/common/ |
H A D | nfc_napi_common_utils.cpp | 737 BuildErrorMessage(int errCode, std::string funcName, std::string forbiddenPerm, std::string paramName, std::string expertedType) BuildErrorMessage() argument
|
/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/ |
H A D | uds.cpp | 29 static const char* GetUdsStrValue(UdsObject* pThis, NdkStructId ndkStructId, const char* paramName)
in GetUdsStrValue() argument 38 static int GetUdsUint8Value(UdsObject* pThis, const char* paramName, const char* paramNameLen, unsigned char** data,
in GetUdsUint8Value() argument 108 template <typename T> bool UdsObject::HasObjectKey(const char* paramName)
in HasObjectKey() argument 119 T* UdsObject::GetUdsValue(const char* paramName)
in GetUdsValue() argument 128 SetUdsValue(const char* paramName, const T &pramValue) SetUdsValue() argument [all...] |
/foundation/ability/idl_tool/idl_tool_2/parser/ |
H A D | parser.cpp | 873 std::string paramName = "";
in ParseParam() local
|
/foundation/ability/ability_runtime/frameworks/js/napi/mission_manager/ |
H A D | distributed_mission_manager.cpp | 1537 napi_value WrapString(napi_env &env, const std::string ¶m, const std::string ¶mName) in WrapString() argument 1549 napi_value WrapInt32(napi_env &env, int32_t num, const std::string ¶mName) in WrapInt32() argument 1564 napi_value CreateInt32(napi_env &env, int32_t num, const std::string ¶mName) in CreateInt32() argument
|
/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/ |
H A D | system_sound_manager_impl.cpp | 347 void SystemSoundManagerImpl::ReadDefaultToneHaptics(const char *paramName, ToneHapticsType toneHapticsType) in ReadDefaultToneHaptics() argument
|
/foundation/resourceschedule/device_standby/utils/policy/src/ |
H A D | standby_config_manager.cpp | 377 int32_t StandbyConfigManager::GetStandbyParam(const std::string& paramName) in GetStandbyParam() argument 431 int32_t StandbyConfigManager::GetMaxDuration(const std::string& name, const std::string& paramName, in GetMaxDuration() argument 449 template<typename T> std::set<T> StandbyConfigManager::GetEligibleAllowConfig(const std::string& paramName, in GetEligibleAllowConfig() argument 481 std::set<TimeLtdProcess> StandbyConfigManager::GetEligibleAllowTimeConfig(const std::string& paramName, in GetEligibleAllowTimeConfig() argument 497 GetEligiblePersistAllowConfig(const std::string& paramName, uint32_t condition, bool isAllow, bool isApp) GetEligiblePersistAllowConfig() argument 829 DumpSetParameter(const std::string& paramName, int32_t paramValue, std::string& result) DumpSetParameter() argument [all...] |
/foundation/communication/dsoftbus/components/nstackx/fillp/include/ |
H A D | fillptypes.h | 670 FILLP_CHAR paramName[FILLP_DFX_EVENT_NAME_LEN]; member
|