Home
last modified time | relevance | path

Searched defs:paramName (Results 1 – 13 of 13) sorted by relevance

/base/startup/init/interfaces/innerkits/service_watcher/
Dservice_watcher.c36 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/
Dbootevent.c36 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()
Dbootevent.h50 char *paramName; member
/base/startup/init/interfaces/innerkits/service_control/
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
/base/hiviewdfx/hiview/interfaces/js/napi/src/
Dhiview_napi_util.cpp106 … 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/
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 **… in WriteParamToSharedMem()
375 char *paramName = strtok_r(buffer, split, &rest); in LoadParameterContexts() local
/base/startup/init/ueventd/standard/
Dueventd_parameter.c67 char paramName[PARAM_NAME_LEN_MAX] = {0}; in ThreadRun() local
/base/startup/init/services/init/standard/
Dinit_service.c72 char paramName[PARAM_NAME_LEN_MAX] = { 0 }; in NotifyServiceChange() local
/base/startup/init/services/modules/sysevent/
Dstartup_time_event.c35 static int GetServiceName(const char *paramName, char *buffer, size_t buffSize) in GetServiceName()
/base/hiviewdfx/hisysevent/frameworks/native/c_wrapper/include/
Dhisysevent_c_wrapper.h35 char paramName[MAX_LENGTH_OF_PARAM_NAME]; member
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
Dhiappevent_verify.cpp80 bool CheckParamName(const std::string& paramName) in CheckParamName()
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
Dnapi_hisysevent_util.cpp980 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/
Dinit_utils.c738 int GetParameterFromCmdLine(const char *paramName, char *value, size_t valueLen) in GetParameterFromCmdLine()