Searched refs:MAX_NAME_LEN (Results 1 - 12 of 12) sorted by relevance
/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/ |
H A D | sa_store.h | 28 #define MAX_NAME_LEN 16
macro 35 char name[MAX_NAME_LEN];
42 char name[MAX_NAME_LEN];
|
H A D | default_client_mini_adapter.c | 47 char saName[MAX_COUNT_NUM * MAX_NAME_LEN + MAX_COUNT_NUM];
in QueryRemoteIdentityInner() 48 int count = sprintf_s(saName, MAX_COUNT_NUM * MAX_NAME_LEN + MAX_COUNT_NUM,
in QueryRemoteIdentityInner()
|
H A D | sa_store.c | 31 if (strncmp(curNode->info.name, service, MAX_NAME_LEN) == 0) {
in FindServiceByName() 43 (feature != NULL && strncmp(curNode->name, feature, MAX_NAME_LEN) == 0)) {
in FindFeatureByName() 82 if (strcpy_s(fNode->name, MAX_NAME_LEN, feature) != EOK) {
in SASTORA_Save() 94 if (strcpy_s(curNode->info.name, MAX_NAME_LEN, service) != EOK) {
in SASTORA_Save()
|
/foundation/systemabilitymgr/samgr_lite/samgr_client/source/ |
H A D | remote_register_rpc.c | 55 char saNameStr[SA_NAME_NUM * MAX_NAME_LEN + SA_NAME_NUM];
in SAMGR_RegisterServiceApi() 56 (void)sprintf_s(saNameStr, SA_NAME_NUM * MAX_NAME_LEN + SA_NAME_NUM, "%s#%s", service, feature?feature:"");
in SAMGR_RegisterServiceApi()
|
/foundation/communication/ipc/ipc/test/auxiliary/native/src/ |
H A D | ipc_test_helper.cpp | 29 static const int MAX_NAME_LEN = 256; member 92 char filepath[MAX_NAME_LEN + 1]; in GetPidByName() 93 char curTaskName[MAX_NAME_LEN + 1]; in GetPidByName()
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/ |
H A D | nstackx_util.h | 44 #define MAX_NAME_LEN 99 macro
|
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/ |
H A D | bundle_common.h | 44 const uint16_t MAX_NAME_LEN = 255; member
|
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | gt_bundle_manager_service.cpp | 1250 char *fileName = reinterpret_cast<char *>(AdapterMalloc(MAX_NAME_LEN + 1)); in QueryPreAppInfo() 1256 if (memset_s(fileName, MAX_NAME_LEN + 1, 0, MAX_NAME_LEN + 1) != EOK) { in QueryPreAppInfo() 1260 if (strcpy_s(fileName, MAX_NAME_LEN + 1, ent->d_name) != 0) { in QueryPreAppInfo()
|
H A D | bundle_parser.cpp | 406 CHECK_LENGTH(strlen(bundleProfile.moduleInfo.name), MAX_NAME_LEN, in ParseModuleInfo() local
|
/foundation/systemabilitymgr/samgr_lite/samgr_server/source/ |
H A D | samgr_server_rpc.c | 98 if (strncmp(node->saName.service, service, MAX_NAME_LEN) == 0) { in GetSaNodeBySaName() 100 if ((node->saName.feature != NULL) && (strncmp(node->saName.feature, feature, MAX_NAME_LEN) == 0)) { in GetSaNodeBySaName()
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/ |
H A D | nstackx_dfile_frame.c | 65 if (strlen(path) > MAX_NAME_LEN) { in GetTarTotalBlockLength()
|
H A D | nstackx_file_manager_client.c | 633 if (strlen(path) > MAX_NAME_LEN) { in PackGetTarBlockLen()
|
Completed in 12 milliseconds