Home
last modified time | relevance | path

Searched refs:isGet (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/demux/
H A Ddata_packer.cpp24 #define EXEC_WHEN_GET(isGet, exec) \ argument
26 if (isGet) { \
154 …l DataPacker::PeekRangeInternal(uint64_t offset, uint32_t size, AVBufferPtr &bufferPtr, bool isGet) in PeekRangeInternal() argument
173 EXEC_WHEN_GET(isGet, currentGet_ = Position(startIndex, firstBufferOffset, offset)); in PeekRangeInternal()
188 EXEC_WHEN_GET(isGet, currentGet_ = Position(startIndex, firstBufferOffset, offset)); in PeekRangeInternal()
196 EXEC_WHEN_GET(isGet, currentGet_ = Position(startIndex, firstBufferOffset, offset)); in PeekRangeInternal()
H A Ddata_packer.h93 bool PeekRangeInternal(uint64_t offset, uint32_t size, AVBufferPtr &bufferPtr, bool isGet);
/ohos5.0/foundation/ability/ability_runtime/tools/aa/include/
H A Dability_command.h226 …ForAppDebug(int32_t option, std::string &bundleName, bool &isPersist, bool &isCancel, bool &isGet);
227 …bool ParseAppDebugParameter(std::string &bundleName, bool &isPersist, bool &isCancel, bool &isGet);
/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_command.cpp659 int32_t option, std::string &bundleName, bool &isPersist, bool &isCancel, bool &isGet) in SwitchOptionForAppDebug() argument
683 isGet = true; in SwitchOptionForAppDebug()
694 std::string &bundleName, bool &isPersist, bool &isCancel, bool &isGet) in ParseAppDebugParameter() argument
734 if (SwitchOptionForAppDebug(option, bundleName, isPersist, isCancel, isGet)) { in ParseAppDebugParameter()
747 bool isGet = false; in RunAsAppDebugDebugCommand() local
755 if (!ParseAppDebugParameter(bundleName, isPersist, isCancel, isGet)) { in RunAsAppDebugDebugCommand()
762 if (isGet) { in RunAsAppDebugDebugCommand()
781 if (isGet && !debugInfoList.empty()) { in RunAsAppDebugDebugCommand()
/ohos5.0/base/account/os_account/interfaces/kits/napi/account_iam/src/
H A Dnapi_account_iam_user_auth.cpp115 …v env, napi_callback_info info, CommonAsyncContext *context, napi_value *result, bool isGet = true) in ParseContextForGetSetProperty() argument
136 if (isGet) { in ParseContextForGetSetProperty()
/ohos5.0/foundation/communication/ipc/ipc/native/src/napi_common/source/
H A Dnapi_message_sequence_write.cpp1725 napi_status isGet = napi_get_typedarray_info(env, jsTypedArray, &type, in JS_WriteRawDataForTypedArray() local
1727 if (isGet != napi_ok || type != napi_int32_array) { in JS_WriteRawDataForTypedArray()
1809 …napi_status isGet = napi_get_arraybuffer_info(env, argv[ARGV_INDEX_0], (void **)&data, &byteLength… in JS_WriteRawDataBuffer() local
1810 if (isGet != napi_ok) { in JS_WriteRawDataBuffer()
H A Dnapi_ashmem.cpp767 …napi_status isGet = napi_get_arraybuffer_info(env, argv[ARGV_INDEX_0], (void **)&data, &byteLength… in WriteDataToAshmem() local
768 if (isGet != napi_ok) { in WriteDataToAshmem()