Home
last modified time | relevance | path

Searched refs:numType (Results 1 - 2 of 2) sorted by relevance

/base/powermgr/power_manager/frameworks/napi/runninglock/
H A Drunninglock_napi.cpp73 int32_t numType; in IsSupported() local
74 napi_get_value_int32(env, argv[INDEX_0], &numType); in IsSupported()
75 RunningLockType type = static_cast<RunningLockType>(numType); in IsSupported()
/base/telephony/ril_adapter/services/vendor/src/
H A Dat_call.c916 int32_t numType; in ReqSetCallTransferInfo() local
931 numType = NUM_F; in ReqSetCallTransferInfo()
933 numType = NUM_S; in ReqSetCallTransferInfo()
937 cmd, MAX_CMD_LENGTH, "AT+CCFC=%d,%d,\"%s\",%d,%d", info.reason, info.mode, info.number, numType, info.classx); in ReqSetCallTransferInfo()

Completed in 4 milliseconds