Home
last modified time | relevance | path

Searched refs:CArrI32 (Results 1 - 9 of 9) sorted by relevance

/base/location/frameworks/cj/include/
H A Dgeolocationmanager_utils.h158 struct CArrI32 { struct
170 CArrI32 satelliteIds;
175 CArrI32 constellationTypes;
176 CArrI32 additionalInfoList;
210 CArrI32 IntVectorToCArrI32(std::vector<int> arr);
H A Dgeolocationmanager_impl.h100 CArrI32 GetGeofenceSupportedCoordTypes(int32_t& errCode);
H A Dgeolocationmanager_ffi.h104 FFI_EXPORT CArrI32 FfiGeoLocationManagerGetGeofenceSupportedCoordTypes(int32_t* errCode);
/base/location/frameworks/cj/source/
H A Dgeolocationmanager_utils.cpp263 CArrI32 IntVectorToCArrI32(std::vector<int> arr) in IntVectorToCArrI32()
266 return CArrI32{0}; in IntVectorToCArrI32()
270 return CArrI32{0}; in IntVectorToCArrI32()
275 return CArrI32{ .head = head, .size = arr.size() }; in IntVectorToCArrI32()
H A Dgeolocationmanager_ffi.cpp195 CArrI32 FfiGeoLocationManagerGetGeofenceSupportedCoordTypes(int32_t* errCode) in FfiGeoLocationManagerGetGeofenceSupportedCoordTypes()
H A Dgeolocationmanager_impl.cpp823 CArrI32 GetGeofenceSupportedCoordTypes(int32_t& errCode) in GetGeofenceSupportedCoordTypes()
825 CArrI32 res = CArrI32{0}; in GetGeofenceSupportedCoordTypes()
/base/account/os_account/interfaces/kits/cj/osaccount/src/
H A Dcj_osaccount_ffi.cpp82 CArrI32 data = {.head = nullptr, .size = 0}; in FfiOHOSOsAccountGetActivatedOsAccountLocalIds()
/base/security/access_token/interfaces/kits/cj/accesstoken/include/
H A Dat_manager_impl.h37 CArrI32 authResults;
/base/security/access_token/interfaces/kits/cj/accesstoken/src/
H A Dat_manager_impl.cpp359 static void fillRequestResult(CArrString& permissions, CArrI32& authResults, std::vector<std::string> permissionList, in fillRequestResult()

Completed in 7 milliseconds