Searched defs:paramName (Results 1 – 13 of 13) sorted by relevance
| /base/startup/init/interfaces/innerkits/service_watcher/ |
| D | service_watcher.c | 36 char paramName[PARAM_NAME_LEN_MAX] = { 0 }; in ServiceStateChange() local 55 char paramName[PARAM_NAME_LEN_MAX] = {0}; in ServiceWatchForStatus() local
|
| /base/startup/init/services/modules/bootevent/ |
| D | bootevent.c | 36 static int GetBootSwitchEnable(const char *paramName) in GetBootSwitchEnable() 72 static int AddBootEventItem(BOOT_EVENT_PARAM_ITEM *item, const char *paramName) in AddBootEventItem() 90 static int AddBootEventItemByName(const char *paramName) in AddBootEventItemByName() 100 static void SetServiceBooteventHookMgr(const char *serviceName, const char *paramName, int state) in SetServiceBooteventHookMgr() 112 static int AddServiceBootEvent(const char *serviceName, const char *paramName) in AddServiceBootEvent() 303 static void WriteBooteventSysParam(const char *paramName) in WriteBooteventSysParam() 318 static int BootEventParaFireByName(const char *paramName) in BootEventParaFireByName()
|
| D | bootevent.h | 50 char *paramName; member
|
| /base/startup/init/interfaces/innerkits/service_control/ |
| D | service_control.c | 80 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
|
| /base/hiviewdfx/hiview/interfaces/js/napi/src/ |
| D | hiview_napi_util.cpp | 106 … const napi_env env, const std::string& paramName, const napi_value& value, std::string& retValue) in ParseStringValue() 166 void HiviewNapiUtil::ThrowParamContentError(napi_env env, const std::string& paramName) in ThrowParamContentError() 172 void HiviewNapiUtil::ThrowParamTypeError(napi_env env, const std::string& paramName, const std::str… in ThrowParamTypeError()
|
| /base/security/selinux_adapter/interfaces/policycoreutils/src/ |
| D | contexts_trie.c | 305 char *paramName = ReadSharedMem(memPtr->data, memPtr->paramNameSize); in ReadParamFromSharedMem() local 328 static int WriteParamToSharedMem(char *paramName, char *context, uint32_t *currentPos, SharedMem **… in WriteParamToSharedMem() 375 char *paramName = strtok_r(buffer, split, &rest); in LoadParameterContexts() local
|
| /base/startup/init/ueventd/standard/ |
| D | ueventd_parameter.c | 67 char paramName[PARAM_NAME_LEN_MAX] = {0}; in ThreadRun() local
|
| /base/startup/init/services/init/standard/ |
| D | init_service.c | 72 char paramName[PARAM_NAME_LEN_MAX] = { 0 }; in NotifyServiceChange() local
|
| /base/startup/init/services/modules/sysevent/ |
| D | startup_time_event.c | 35 static int GetServiceName(const char *paramName, char *buffer, size_t buffSize) in GetServiceName()
|
| /base/hiviewdfx/hisysevent/frameworks/native/c_wrapper/include/ |
| D | hisysevent_c_wrapper.h | 35 char paramName[MAX_LENGTH_OF_PARAM_NAME]; member
|
| /base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/ |
| D | hiappevent_verify.cpp | 80 bool CheckParamName(const std::string& paramName) in CheckParamName()
|
| /base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/ |
| D | napi_hisysevent_util.cpp | 980 void NapiHiSysEventUtil::ThrowParamMandatoryError(napi_env env, const std::string paramName) in CreateHiSysEventInfoJsObject() 985 void NapiHiSysEventUtil::ThrowParamTypeError(napi_env env, const std::string paramName, std::string… in CreateHiSysEventInfoJsObject()
|
| /base/startup/init/services/utils/ |
| D | init_utils.c | 738 int GetParameterFromCmdLine(const char *paramName, char *value, size_t valueLen) in GetParameterFromCmdLine()
|