Home
last modified time | relevance | path

Searched defs:paramName (Results 1 - 25 of 57) sorted by relevance

123

/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_tool/src/
H A Dexec_env.cpp21 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
/base/startup/init/interfaces/innerkits/service_watcher/
H A Dservice_watcher.c36 char paramName[PARAM_NAME_LEN_MAX] = { 0 }; in ServiceStateChange() local
55 char paramName[PARAM_NAME_LEN_MAX] = {0}; in ServiceWatchForStatus() local
/foundation/communication/nfc/frameworks/js/napi/controller/
H A Dnfc_napi_ctrl_utils.cpp33 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 Dtools_op.h32 std::string paramName; member
/foundation/filemanagement/storage_service/services/storage_daemon/netlink/src/
H A Dnetlink_data.cpp76 const std::string NetlinkData::GetParam(const std::string paramName) in GetParam() argument
/base/startup/init/services/modules/bootevent/
H A Dbootevent.h50 char *paramName; member
/base/startup/init/ueventd/standard/
H A Dueventd_parameter.c67 char paramName[PARAM_NAME_LEN_MAX] = {0}; in ThreadRun() local
/base/startup/init/interfaces/innerkits/service_control/
H A Dservice_control.c80 char paramName[PARAM_NAME_LEN_MAX] = {0}; in GetCurrentServiceStatus() local
169 char paramName[PARAM_NAME_LEN_MAX] = {0}; in ServiceWaitForStatus() local
179 char paramName[PARAM_NAME_LEN_MAX] = {0}; in ServiceSetReady() local
/third_party/vk-gl-cts/framework/common/
H A DtcuStringTemplate.cpp87 string paramName; in specialize() local
/base/hiviewdfx/hisysevent/frameworks/native/c_wrapper/include/
H A Dhisysevent_c_wrapper.h35 char paramName[MAX_LENGTH_OF_PARAM_NAME]; member
/base/startup/init/services/modules/sysevent/
H A Dstartup_time_event.c35 static int GetServiceName(const char *paramName, char *buffer, size_t buffSize) in GetServiceName() argument
/base/startup/init/services/init/standard/
H A Dinit_service.c72 char paramName[PARAM_NAME_LEN_MAX] = { 0 }; in NotifyServiceChange() local
/base/hiviewdfx/hiview/interfaces/js/napi/src/
H A Dhiview_napi_util.cpp166 void HiviewNapiUtil::ThrowParamContentError(napi_env env, const std::string& paramName) in ThrowParamContentError() argument
172 void HiviewNapiUtil::ThrowParamTypeError(napi_env env, const std::string& paramName, const std::string& paramType) in ThrowParamTypeError() argument
105 ParseStringValue( const napi_env env, const std::string& paramName, const napi_value& value, std::string& retValue) ParseStringValue() argument
/drivers/hdf_core/framework/tools/hdi-gen/codegen/
H A Dc_custom_types_code_emitter.cpp423 std::string paramName = StringHelper::Format("&%s", varName.c_str()); in EmitMemberUnmarshalling() local
/drivers/peripheral/codec/hal/src/
H A Dcodec_component_type_proxy.c363 CodecComponentTypeProxyGetExtensionIndex(struct CodecComponentType *self, const char *paramName, uint32_t *indexType) CodecComponentTypeProxyGetExtensionIndex() argument
H A Dcodec_component_type_stub.c340 char *paramName = NULL; in SerStubGetExtensionIndex() local
H A Dcodec_component_type_service.c123 CodecComponentTypeGetExtensionIndex(struct CodecComponentType *self, const char *paramName, uint32_t *indexType) CodecComponentTypeGetExtensionIndex() argument
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/c/
H A Dc_custom_types_code_emitter.cpp391 std::string paramName = StringHelper::Format("&%s", varName.c_str()); in EmitMemberUnmarshalling() local
/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_tool_command.cpp247 std::string paramName = ""; in ParseStartAbilityArgsFromCmd() local
/foundation/resourceschedule/memmgr/services/memmgrservice/src/nandlife_controller/
H A Dnandlife_controller.cpp132 unsigned long long ReadUnsignedLongLongParam(const std::string &paramName) in ReadUnsignedLongLongParam() argument
312 bool NandLifeController::SetParameterRetry(const std::string &paramName, const std::string &paramValue, int retryTimes) in SetParameterRetry() argument
/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/
H A Dsoftbus_hisysevt_nstack.c58 char paramName[NSTACK_DFX_EVENT_NAME_LEN]; member
/foundation/distributedhardware/distributed_hardware_fwk/interfaces/kits/napi/src/
H A Dnative_distributedhardwarefwk_js.cpp57 bool CheckArgsType(napi_env env, bool assertion, const std::string &paramName, const std::string &type) in CheckArgsType() argument
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dconnectdfs.cpp229 napi_value WrapInt32(napi_env &env, int32_t num, const std::string &paramName) in WrapInt32() argument
242 napi_value WrapString(napi_env &env, const std::string &param, const std::string &paramName) in WrapString() argument
/base/security/selinux_adapter/framework/policycoreutils/src/
H A Dcontexts_trie.c305 char *paramName = ReadSharedMem(memPtr->data, memPtr->paramNameSize); in ReadParamFromSharedMem() local
328 static int WriteParamToSharedMem(char *paramName, char *context, uint32_t *currentPos, SharedMem **memPtr) in WriteParamToSharedMem() argument
375 char *paramName = strtok_r(buffer, split, &rest); in LoadParameterContexts() local
/drivers/peripheral/codec/hal/idl_service/src/
H A Dcodec_component_service.cpp193 int32_t CodecComponentService::GetExtensionIndex(const std::string &paramName, uint32_t &indexType) in GetExtensionIndex() argument

Completed in 31 milliseconds

123