Home
last modified time | relevance | path

Searched defs:check_value (Results 1 – 4 of 4) sorted by relevance

/base/tee/tee_os_framework/framework/gtask/src/framework/
Duuid2path.c27 bool check_value = (uuid == NULL || name == NULL || name_len < MIN_PATH_NAME_LEN); in uuid_to_fname() local
47 …bool check_value = (uuid == NULL || name == NULL || lib_name == NULL || name_len < MIN_LIB_NAME_LE… in uuid_to_libname() local
/base/tee/tee_os_framework/framework/gtask/src/app_load/
Ddynload.c155 …bool check_value = (param->fname == NULL || param->lib_name == NULL || param->fname_size > LIB_NAM… in is_param_valid() local
364 bool check_value = (param == NULL || uuid == NULL || service == NULL); in dynamic_load_lib_elf() local
Dtee_load_lib.c125 bool check_value = (service == NULL || name == NULL); in tee_add_libinfo() local
/base/tee/tee_os_framework/framework/gtask/src/manager/
Dsession_manager.c795 …bool check_value = (cmd_type == CMD_TYPE_SECURE_TO_SECURE && ta2ta_info->is_load_worked == false) … in check_handle_ref_cnt() local
808 bool check_value = (g_cur_service == NULL || cmd == NULL); in open_session() local