Home
last modified time | relevance | path

Searched refs:hasValue (Results 1 - 5 of 5) sorted by relevance

/base/request/request/frameworks/cj/ffi/include/
H A Dcj_request_ffi.h140 bool hasValue; member
145 bool hasValue; member
150 bool hasValue; member
/base/request/request/frameworks/cj/ffi/src/
H A Dcj_request_impl.cpp229 if (!cToken.hasValue) { in ParseToken()
323 RequestNativeOptionCString tmp = {.hasValue = (cToken != NULL), .value = cToken}; in TouchTask()
368 return bundle.hasValue ? bundle.value : "*"; in ParseBundle()
376 return before.hasValue ? before.value : now; in ParseBefore()
382 return after.hasValue ? after.value : (before - MILLISECONDS_IN_ONE_DAY); in ParseAfter()
387 return state.hasValue ? static_cast<State>(state.value) : State::ANY; in ParseState()
392 return action.hasValue ? static_cast<Action>(action.value) : Action::ANY; in ParseAction()
397 return mode.hasValue ? static_cast<Mode>(mode.value) : Mode::ANY; in ParseMode()
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dsim_core_service_test.cpp178 bool hasValue = false; in HWTEST_F() local
179 EXPECT_NE(mCoreService->HasSimCard(0, hasValue), TELEPHONY_ERR_SUCCESS); in HWTEST_F()
180 EXPECT_NE(mCoreService->HasOperatorPrivileges(0, hasValue), TELEPHONY_ERR_SUCCESS); in HWTEST_F()
339 bool hasValue = false; in HWTEST_F() local
340 EXPECT_NE(mCoreService->HasSimCard(0, hasValue), TELEPHONY_ERR_SUCCESS); in HWTEST_F()
341 EXPECT_NE(mCoreService->HasOperatorPrivileges(0, hasValue), TELEPHONY_ERR_SUCCESS); in HWTEST_F()
/base/security/device_auth/common_lib/impl/src/
H A Dhc_tlv_parser.c137 if (tlvChild->checkTag == tag && tlvChild->hasValue == 0) { in GetEmptyStructNode()
155 if (tlvChild->hasValue == 0) { in CheckStructNodeAllHasValue()
167 tlv->hasValue = 1; in SetStructNodeHasValue()
/base/security/device_auth/common_lib/interfaces/
H A Dhc_tlv_parser.h37 unsigned short hasValue; member

Completed in 4 milliseconds