Home
last modified time | relevance | path

Searched refs:numKeys (Results 1 - 3 of 3) sorted by relevance

/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/
H A Ddsched_continue_event.cpp75 const char *numKeys[] = { "Version", "ServiceType", "SubServiceType", "ContinueByType", "SourceMissionId", in Unmarshal() local
79 int32_t numLength = sizeof(numKeys) / sizeof(numKeys[0]); in Unmarshal()
81 cJSON *item = cJSON_GetObjectItemCaseSensitive(rootValue, numKeys[i]); in Unmarshal()
84 HILOGE("Dms continue cmd base %{public}s term is null or not number.", numKeys[i]); in Unmarshal()
486 const char *numKeys[] = { in UnmarshalCallerInfo() local
492 int32_t numLength = sizeof(numKeys) / sizeof(numKeys[0]); in UnmarshalCallerInfo()
494 cJSON *item = cJSON_GetObjectItemCaseSensitive(rootValue, numKeys[i]); in UnmarshalCallerInfo()
497 HILOGE("Caller info json %{public}s term is null or not number.", numKeys[ in UnmarshalCallerInfo()
655 const char *numKeys[] = { Unmarshal() local
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_snoop_filter_evt.c133 uint8_t *numKeys = param + offset; in HciReturnLinkKeysEventFilter() local
136 for (int ii = 0; ii < *numKeys; ii++) { in HciReturnLinkKeysEventFilter()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_evt.h252 uint8_t numKeys; member

Completed in 4 milliseconds