/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/ |
H A D | matrix.h | 109 uint32_t operType) in Matrix() 110 : fMat_ { sx, kx, tx, ky, sy, ty, p0, p1, p2 }, operType_(operType) {} in Matrix() 145 static CalcXYProc GetXYProc(const OperType operType) in GetXYProc() argument 147 return gCalcXYProcs[static_cast<uint8_t>(operType) & CALCPROC_FACTOR]; in GetXYProc() 108 Matrix(float sx, float kx, float tx, float ky, float sy, float ty, float p0, float p1, float p2, uint32_t operType) Matrix() argument
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | query.cpp | 136 void Query::ExecuteCompareOperation(QueryObjType operType, const std::string &field, const QueryValueType type, in ExecuteCompareOperation() argument 139 switch (operType) { in ExecuteCompareOperation() 163 void Query::ExecuteCompareOperation(QueryObjType operType, const std::string &field, const QueryValueType type, in ExecuteCompareOperation() argument 166 switch (operType) { in ExecuteCompareOperation()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/ |
H A D | basic_transformer.cpp | 98 Matrix::OperType operType = matrix_.GetOperType(); in GetDstDimension() local 99 if ((static_cast<uint8_t>(operType) & Matrix::SCALE) == Matrix::SCALE) { in GetDstDimension() 104 if ((static_cast<uint8_t>(operType) & Matrix::ROTATEORSKEW) == Matrix::ROTATEORSKEW) { in GetDstDimension() 105 Matrix::CalcXYProc fInvProc = Matrix::GetXYProc(operType); in GetDstDimension() 109 if ((static_cast<uint8_t>(operType) & Matrix::TRANSLATE) == Matrix::TRANSLATE) { in GetDstDimension() 233 Matrix::OperType operType = matrix_.GetOperType(); in DrawPixelmap() local 234 Matrix::CalcXYProc fInvProc = Matrix::GetXYProc(operType); in DrawPixelmap() 242 if ((static_cast<uint8_t>(operType) & Matrix::OperType::SCALE) == Matrix::OperType::SCALE) { in DrawPixelmap()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/ |
H A D | generic_single_ver_kv_entry.h | 92 int AdaptToVersion(OperType operType, uint32_t targetVersion, Parcel &parcel, uint64_t &dataLen); 93 int AdaptToVersion(OperType operType, uint32_t targetVersion, uint64_t &dataLen);
|
H A D | generic_single_ver_kv_entry.cpp | 229 int GenericSingleVerKvEntry::AdaptToVersion(OperType operType, uint32_t targetVersion, Parcel &parcel, in AdaptToVersion() argument 236 switch (operType) { in AdaptToVersion() 250 int GenericSingleVerKvEntry::AdaptToVersion(OperType operType, uint32_t targetVersion, uint64_t &dataLen) in AdaptToVersion() argument 256 if (operType == OperType::CAL_LEN) { in AdaptToVersion()
|
/foundation/communication/wifi/wifi/utils/src/ |
H A D | wifi_hisysevent.cpp | 45 void WriteWifiStateHiSysEvent(const std::string& serviceType, WifiOperType operType) in WriteWifiStateHiSysEvent() argument 47 WriteEvent("WIFI_STATE", "TYPE", serviceType, "OPER_TYPE", static_cast<int>(operType)); in WriteWifiStateHiSysEvent() 51 root["WIFI_STATE"] = static_cast<int>(operType); in WriteWifiStateHiSysEvent()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/include/ |
H A D | query.h | 160 DB_SYMBOL void ExecuteCompareOperation(QueryObjType operType, const std::string &field, 162 DB_SYMBOL void ExecuteCompareOperation(QueryObjType operType, const std::string &field,
|
/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/include/ |
H A D | want_agent_helper.h | 83 static ErrCode GetType(const std::shared_ptr<WantAgent> &agent, int32_t &operType);
|
H A D | pending_want.h | 260 ErrCode GetType(const sptr<AAFwk::IWantSender> &target, int32_t &operType);
|
/foundation/communication/wifi/wifi/utils/inc/ |
H A D | wifi_hisysevent.h | 67 void WriteWifiStateHiSysEvent(const std::string& serviceType, WifiOperType operType);
|
/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/src/ |
H A D | want_agent_helper.cpp | 457 ErrCode WantAgentHelper::GetType(const std::shared_ptr<WantAgent> &agent, int32_t &operType) in GetType() argument 464 return agent->GetPendingWant()->GetType(agent->GetPendingWant()->GetTarget(), operType); in GetType()
|
H A D | pending_want.cpp | 468 ErrCode PendingWant::GetType(const sptr<AAFwk::IWantSender> &target, int32_t &operType) in GetType() argument 470 ErrCode result = WantAgentClient::GetInstance().GetPendingWantType(target, operType); in GetType()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_single_ver_natural_store_connection.h | 175 bool updateTimestamp, int operType);
|
H A D | sqlite_single_ver_natural_store_connection.cpp | 1622 const SingleVerRecord &syncRecord, bool updateTimestamp, int operType) in UnpublishOper() 1630 if (operType == static_cast<int>(LocalOperType::LOCAL_OPR_PUT)) { in UnpublishOper() 1644 } else if (operType == static_cast<int>(LocalOperType::LOCAL_OPR_DEL)) { in UnpublishOper() 1621 UnpublishOper(SingleVerNaturalStoreCommitNotifyData *&committedData, const SingleVerRecord &syncRecord, bool updateTimestamp, int operType) UnpublishOper() argument
|
/foundation/ability/ability_runtime/frameworks/js/napi/wantagent/ |
H A D | napi_want_agent.cpp | 1294 int32_t operType; in OnNapiGetOperationType() 1295 ErrCode ret = WantAgentHelper::GetType(wantAgent, operType); in OnNapiGetOperationType() 1299 task.ResolveWithNoError(env, CreateJsValue(env, operType)); in OnNapiGetOperationType()
|